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

15 lines
257 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--
2008-02-12 07:15:40 +00:00
Warning: exp() expects exactly 1 parameter, 0 given in %s on line %d
2008-02-06 08:44:24 +00:00
2008-02-12 07:15:40 +00:00
Warning: exp() expects exactly 1 parameter, 2 given in %s on line %d