summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-20 08:00:52 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-20 08:00:52 +0000
commit157ba803c605bcd1166cbf2da8d18d6f244f8fca (patch)
treef8a84c9fa6902756e2ba0b0bf4f0c0e1fbe1a151 /ext
parent18af8baa44ca85d1ee30b07d4bbff438b11f49af (diff)
downloadphp-git-157ba803c605bcd1166cbf2da8d18d6f244f8fca.tar.gz
fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/filter/tests/bug7715.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/filter/tests/bug7715.phpt b/ext/filter/tests/bug7715.phpt
index 6a39d1f749..62e0735218 100644
--- a/ext/filter/tests/bug7715.phpt
+++ b/ext/filter/tests/bug7715.phpt
@@ -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)