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