]> granicus.if.org Git - php/commit
Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
authorIlia Alshanetsky <iliaa@php.net>
Thu, 13 Feb 2003 17:25:31 +0000 (17:25 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 13 Feb 2003 17:25:31 +0000 (17:25 +0000)
commit7fffe4338a9379807b16c12aa551cb1b01889519
treeaad12bf973fdc0bcd7df9753e93aa32401a0f82f
parentcd7d762b79f870848ac83a6a134a554d1d5f7063
Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
no exponent).
Added a test case for the bug.
ext/standard/formatted_print.c
ext/standard/tests/strings/bug22207.phpt [new file with mode: 0644]