ID:               26878
 Updated by:       [EMAIL PROTECTED]
 Reported By:      drm at melp dot nl
-Status:           Open
+Status:           Verified
 Bug Type:         Strings related
 Operating System: *
-PHP Version:      4.3.4
+PHP Version:      4CVS, 5CVS


Previous Comments:
------------------------------------------------------------------------

[2004-01-12 07:42:29] drm at melp dot nl

Description:
------------
The *printf family has a bug when pointing to the same argument with
different types. Probably the same memoryaddress is used for casting
when formatting the argument.

Reproduce code:
---------------
printf ( 
   'Int: %1$d and as string: %1$s', 
   'some string' 
);

// Note that the same happens when 
// using any of the other printf
// functions

Expected result:
----------------
Int: 0 and as string: some string

Actual result:
--------------
Int: 0 and as string: 0


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26878&edit=1

Reply via email to