]> granicus.if.org Git - php/commitdiff
according to the notes in the bugs database, this is the correct result.
authorSterling Hughes <sterling@php.net>
Thu, 26 Jun 2003 03:21:45 +0000 (03:21 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 26 Jun 2003 03:21:45 +0000 (03:21 +0000)
this result is also the same one given in 4.3.2 and 5.0

ext/standard/tests/math/bug24142.phpt

index ab0914db9a139bf60e07d7058e15808ef3d7efb1..6f340ddbef316c40b84eeda74ba70890de9daeae 100644 (file)
@@ -6,5 +6,5 @@ echo round(5.045, 2). "\n";
 echo round(5.055, 2). "\n";
 ?>
 --EXPECT--
+5.04
 5.05
-5.06