php-src/ext/standard/tests/math/exp_error.phpt

15 lines
233 B
Plaintext
Raw Normal View History

2008-02-06 08:44:24 +00:00
--TEST--
Test exp() - wrong params for exp()
--INI--
precision=14
--FILE--
<?php
exp();
exp(23,true);
?>
--EXPECTF--
Warning: Wrong parameter count for exp() in %s on line 2
Warning: Wrong parameter count for exp() in %s on line 3