summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/exp_error.phpt
blob: 21949f4a74fe0130002275439e14f7ad09b71372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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