Re: [PHP-DEV] [PATCH] fix for inconsistent output of spprintf() (for %p specifier)

2004-04-15 Thread Marcus Boerger
Hello Eric, thanks for noticing. marcus Thursday, April 15, 2004, 11:30:07 PM, you wrote: > Hello folks, > In all functions using spprintf(), the output corresponding to the > format conversion specifier "%p" depends on the value of the > *previously* converted argument (if any), not just the p

[PHP-DEV] [PATCH] fix for inconsistent output of spprintf() (for %p specifier)

2004-04-15 Thread Eric Lambart
Hello folks, In all functions using spprintf(), the output corresponding to the format conversion specifier "%p" depends on the value of the *previously* converted argument (if any), not just the pointer corresponding to the specifier. 1) If the previously-converted argument was a non-zero integer