]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Mon, 16 Jun 2003 20:00:11 +0000 (20:00 +0000)
committerfoobar <sniper@php.net>
Mon, 16 Jun 2003 20:00:11 +0000 (20:00 +0000)
ext/standard/tests/math/bug24142.phpt

index 834ae8c751456f704c6d756053ae2b0d1a9e2b7a..ab0914db9a139bf60e07d7058e15808ef3d7efb1 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