From: Antony Dovgal Date: Fri, 20 Apr 2007 08:00:43 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_2_0~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c08c29a8157f144f35b5b719bfa8eb7c8b6d3d45;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)