Re: [PHP-DEV] PHP 4.0 Bug #8803 Updated: crazy implementation ofprintf/sprintf

2001-01-19 Thread Derick Rethans
On Fri, 19 Jan 2001, Sascha Schumann wrote: > Does %.2x work? If not, then it is indeed not in compliance > with C99. 7.19.6 says: > No, this doesn't work, I just thought %.2x was a user typo, sorry for that. However %03x works fine. Derick Rethans ---

Re: [PHP-DEV] PHP 4.0 Bug #8803 Updated: crazy implementation ofprintf/sprintf

2001-01-19 Thread Sascha Schumann
On 19 Jan 2001 [EMAIL PROTECTED] wrote: > ID: 8803 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: Unknown/Other Function > Assigned To: > Comments: > > This works fine: > > echo sprintf ("%2x", 29); > > output: > 1d > > This is not a bug.