From: Sterling Hughes Date: Thu, 26 Jun 2003 03:21:45 +0000 (+0000) Subject: according to the notes in the bugs database, this is the correct result. X-Git-Tag: php-5.0.0b1~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ed8e4627312f96fdc23023295a2f929c70a5d20;p=php according to the notes in the bugs database, this is the correct result. this result is also the same one given in 4.3.2 and 5.0 --- diff --git a/ext/standard/tests/math/bug24142.phpt b/ext/standard/tests/math/bug24142.phpt index ab0914db9a..6f340ddbef 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