php-src/ext/standard/tests/math/exp_error.phpt
2008-02-12 07:15:40 +00:00

15 lines
257 B
PHP

--TEST--
Test exp() - wrong params for exp()
--INI--
precision=14
--FILE--
<?php
exp();
exp(23,true);
?>
--EXPECTF--
Warning: exp() expects exactly 1 parameter, 0 given in %s on line %d
Warning: exp() expects exactly 1 parameter, 2 given in %s on line %d