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
This commit is contained in:
Sterling Hughes 2003-06-26 03:21:45 +00:00
parent 30b4f8f494
commit 1ed8e46273

View File

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