From 9aa14246d922dbbf28bd31d5db0873edec2fc127 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 16 Jun 2003 19:59:27 +0000 Subject: [PATCH] Fixed the expected result --- ext/standard/tests/math/bug24142.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/math/bug24142.phpt b/ext/standard/tests/math/bug24142.phpt index 834ae8c751..ab0914db9a 100644 --- a/ext/standard/tests/math/bug24142.phpt +++ b/ext/standard/tests/math/bug24142.phpt @@ -6,5 +6,5 @@ echo round(5.045, 2). "\n"; echo round(5.055, 2). "\n"; ?> --EXPECT-- -5.04 +5.05 5.06 -- 2.40.0