summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/log_error.phpt
blob: 7c305a4cba86c593f386aa5233138fe561e68449 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Test log() - wrong params test log()
--INI--
precision=14
--FILE--
<?php
log(36, -4);
?>
--EXPECTF--
Warning: log(): base must be greater than 0 in %s on line %d