]> granicus.if.org Git - php/commitdiff
fix
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Feb 2007 12:08:12 +0000 (12:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Feb 2007 12:08:12 +0000 (12:08 +0000)
the sprintf() -> zend_spprintf() change affected this

ext/standard/tests/serialize/bug24063.phpt

index e1cdfecf557ba509a2a17d0dedb71fe76c66e114..3cca101cbbbe15a799c47c1867eca047d777d28b 100644 (file)
@@ -16,8 +16,8 @@ for ($i = 1; $i < 10; $i++) {
 0.01 0.01
 0.001 0.001
 0.0001 0.0001
-1E-05 1E-05
-1E-06 1E-06
-1E-07 1E-07
-1E-08 1E-08
-1E-09 1E-09
+1.0E-5 1.0E-5
+1.0E-6 1.0E-6
+1.0E-7 1.0E-7
+1.0E-8 1.0E-8
+1.0E-9 1.0E-9