summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/is_infinite_error.phpt
blob: 5d6ad9d42c4448e70e70961b338eec7b13f6af1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Test is_infinite() - wrong params test is_infinite()
--FILE--
<?php
is_infinite();
is_infinite(23,2,true);
?>
--EXPECTF--

Warning: is_infinite() expects exactly 1 parameter, 0 given in %s on line 2

Warning: is_infinite() expects exactly 1 parameter, 3 given in %s on line 3