From cc17322c14958bafd491c871921d44895b44d8d7 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 14 Dec 2004 17:43:53 +0000 Subject: [PATCH] MFB: test fix. --- ext/standard/tests/math/bug28228.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/math/bug28228.phpt b/ext/standard/tests/math/bug28228.phpt index 3d6cebcfd4..4223f4bc15 100755 --- a/ext/standard/tests/math/bug28228.phpt +++ b/ext/standard/tests/math/bug28228.phpt @@ -9,6 +9,6 @@ echo number_format(1234.5678, 4); ?> --EXPECT-- 12345678 -12,345,678 +1,234.5678 1,23405678 1,234.5678 -- 2.50.1