mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
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:
parent
30b4f8f494
commit
1ed8e46273
@ -6,5 +6,5 @@ echo round(5.045, 2). "\n";
|
||||
echo round(5.055, 2). "\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
5.04
|
||||
5.05
|
||||
5.06
|
||||
|
Loading…
Reference in New Issue
Block a user