From: foobar Date: Mon, 16 Jun 2003 20:00:11 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.3RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9eea29b845c3387973888da75178ab05767ac7c;p=php MFH --- diff --git a/ext/standard/tests/math/bug24142.phpt b/ext/standard/tests/math/bug24142.phpt index 834ae8c751..ab0914db9a 100644 --- a/ext/standard/tests/math/bug24142.phpt +++ b/ext/standard/tests/math/bug24142.phpt @@ -6,5 +6,5 @@ echo round(5.045, 2). "\n"; echo round(5.055, 2). "\n"; ?> --EXPECT-- -5.04 +5.05 5.06