summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug7715.phpt
diff options
context:
space:
mode:
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)