1
0
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:
foobar
2003-06-16 19:59:27 +00:00
parent b35611000e
commit 9aa14246d9
+1 -1
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