From: Antony Dovgal Date: Fri, 20 Apr 2007 08:00:52 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.2RC2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=157ba803c605bcd1166cbf2da8d18d6f244f8fca;p=php fix test --- 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)