1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00
Files
archived-php-src/ext/standard/tests/math/is_infinite_error.phpt
2008-02-06 08:44:24 +00:00

13 lines
285 B
PHP

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