summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug7715.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-20 08:00:43 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-20 08:00:43 +0000
commitc08c29a8157f144f35b5b719bfa8eb7c8b6d3d45 (patch)
treec9a67d445e8b13e8484bcfaaf2c945196f2ccc36 /ext/filter/tests/bug7715.phpt
parent788f860a4b39934bc3b501a660faaaa9bd98ce48 (diff)
downloadphp-git-c08c29a8157f144f35b5b719bfa8eb7c8b6d3d45.tar.gz
fix test
Diffstat (limited to 'ext/filter/tests/bug7715.phpt')
-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)