mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fixed the expected result
This commit is contained in:
@@ -6,5 +6,5 @@ echo round(5.045, 2). "\n";
|
||||
echo round(5.055, 2). "\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
5.04
|
||||
5.05
|
||||
5.06
|
||||
|
||||
Reference in New Issue
Block a user