From 1be1a0b472fd8d531af46bf39d6616227b8b2387 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 30 Apr 2004 13:26:02 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/math/bug28228.phpt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ext/standard/tests/math/bug28228.phpt diff --git a/ext/standard/tests/math/bug28228.phpt b/ext/standard/tests/math/bug28228.phpt new file mode 100755 index 0000000000..3d6cebcfd4 --- /dev/null +++ b/ext/standard/tests/math/bug28228.phpt @@ -0,0 +1,14 @@ +--TEST-- +Bug #28228 (number_format() does not allow empty decimal separator) +--FILE-- + +--EXPECT-- +12345678 +12,345,678 +1,23405678 +1,234.5678 -- 2.40.0