Re: [PHP-DEV] printf argument "swapping" patch

2001-04-09 Thread Morten Poulsen
Hi, Rasmus Lerdorf <[EMAIL PROTECTED]> said: > Would you mind writing a test case or two to go along with this patch? > See the tests/README file for help on how to write these. no, of cause. The attached patch also contains four more tests for printf (tests/strings/002.phpt), which tests the ad

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-07 Thread Rasmus Lerdorf
Would you mind writing a test case or two to go along with this patch? See the tests/README file for help on how to write these. -Rasmus On Fri, 6 Apr 2001, Morten Poulsen wrote: > Morten Poulsen <[EMAIL PROTECTED]> said: > > I hope it's usefull :-) > > is's not! i just found a bug.. i'll fix i

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Morten Poulsen <[EMAIL PROTECTED]> said: > i'll fix it and send a new patch, sorry.. Allright, here is the new patch. Sorry about all the fuzz. Greetings, Morten -- mortenp Thus spake the master programmer: "Let the programmers be many and the managers few -- then all will be productive." d

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Morten Poulsen <[EMAIL PROTECTED]> said: > I hope it's usefull :-) is's not! i just found a bug.. i'll fix it and send a new patch, sorry.. -- mortenp Thus spake the master programmer: "Let the programmers be many and the managers few -- then all will be productive." -- PHP Development Maili

[PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Hi PHP Team, I have made a patch, so PHP can support swapping of arguments to printf (and friends), the way libc do it. This is especialy usefull when doing internationalization (see http://www.gnu.org/manual/gettext/html_mono/gettext.html#SEC17 for example), but it is also usefull when you need