]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Fri, 20 Apr 2007 08:00:43 +0000 (08:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 20 Apr 2007 08:00:43 +0000 (08:00 +0000)
ext/filter/tests/bug7715.phpt

index 6a39d1f749a1308778c056bf2cb89c7cdc934d23..62e0735218aceab62db09919ea4ccff6129abdc6 100644 (file)
@@ -26,6 +26,6 @@ float(-42)
 float(42)
 float(0.4)
 float(-0.4)
-float(1.0E+12)
-float(-1.0E+12)
+float(1000000000000)
+float(-1000000000000)
 float(2.324)