1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/ext/standard/tests/math/log_error.phpt
T
2019-03-11 11:32:20 +01:00

11 lines
171 B
PHP

--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