summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/number_format_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/number_format_basic.phpt')
-rw-r--r--ext/standard/tests/math/number_format_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/number_format_basic.phpt b/ext/standard/tests/math/number_format_basic.phpt
index 7f5f4beb25..303b5a2662 100644
--- a/ext/standard/tests/math/number_format_basic.phpt
+++ b/ext/standard/tests/math/number_format_basic.phpt
@@ -10,10 +10,10 @@ $values = array(1234.5678,
02777777777,
"123456789",
"123.456789",
- "12.3456789e1",
+ "12.3456789e1",
null,
true,
- false);
+ false);
echo "\n number_format tests.....default\n";
for ($i = 0; $i < count($values); $i++) {