From 157ba803c605bcd1166cbf2da8d18d6f244f8fca Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 20 Apr 2007 08:00:52 +0000 Subject: [PATCH] fix test --- ext/filter/tests/bug7715.phpt | 4 ++-- 1 file 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) -- 2.40.0