ID: 26973 Comment by: edreddy at gmail dot com Reported By: alex at cartel dot md Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4CVS, 5CVS New Comment:
================================================================================ /home/deadala/test_setup/php_tests/ext/standard/tests/strings/bug26973.phpt ================================================================================ ---- EXPECTED OUTPUT +0200 -0200 +0200.000000 -0200.000000 00200 4294967096 --- 00200 -0200 00200.000000 -0200.000000 00200 4294967096 ---- ACTUAL OUTPUT +0200 -0200 +200.000000 -200.000000 00200 4294967096 --- 00200 -0200 200.000000 -200.000000 00200 4294967096 ---- FAILED Previous Comments: ------------------------------------------------------------------------ [2004-08-04 09:10:27] edreddy at gmail dot com still it is failed. The test script ext/standarad/tests/strings/bug26973.phpt is failed solaris. The version used is php-4.3.8 ------------------------------------------------------------------------ [2004-01-20 23:03:39] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2004-01-20 19:16:12] [EMAIL PROTECTED] With C, it works as expected -> gotta be bug? :) ------------------------------------------------------------------------ [2004-01-20 06:08:54] alex at cartel dot md Description: ------------ printf function pads incorrectly with zeros and sign. Reproduce code: --------------- <? printf("%+05d", 200); ?> Expected result: ---------------- +0200 Actual result: -------------- 0+200 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26973&edit=1
