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.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/log_basic.phpt b/ext/standard/tests/math/log_basic.phpt
index a928af6013..2d0a0b4bbc 100644
--- a/ext/standard/tests/math/log_basic.phpt
+++ b/ext/standard/tests/math/log_basic.phpt
@@ -12,7 +12,7 @@ $values = array(23,
027,
"23",
"23.45",
- "2.345e1",
+ "2.345e1",
null,
true,
false);