summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/log_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/log_basic.phpt')
-rw-r--r--ext/standard/tests/math/log_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/log_basic.phpt b/ext/standard/tests/math/log_basic.phpt
index e2f9c9fe7d..a704b9fda8 100644
--- a/ext/standard/tests/math/log_basic.phpt
+++ b/ext/standard/tests/math/log_basic.phpt
@@ -12,10 +12,10 @@ $values = array(23,
027,
"23",
"23.45",
- "2.345e1",
+ "2.345e1",
null,
true,
- false);
+ false);
echo "\n LOG tests...no base\n";
for ($i = 0; $i < count($values); $i++) {