-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/math/
File Upload :
Current File : //usr/src/php/ext/standard/tests/math/exp_error.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee