diff options
Diffstat (limited to 'ext/standard/tests/math/log_basic.phpt')
| -rw-r--r-- | ext/standard/tests/math/log_basic.phpt | 2 |
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 1b0b628d51..a928af6013 100644 --- a/ext/standard/tests/math/log_basic.phpt +++ b/ext/standard/tests/math/log_basic.phpt @@ -15,7 +15,7 @@ $values = array(23, "2.345e1", null, true, - false); + false); echo "\n LOG tests...no base\n"; for ($i = 0; $i < count($values); $i++) { |
