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

14 lines
274 B
PHP

--TEST--
Test is_finite() - wrong params test is_finite()
--FILE--
<?php
is_finite();
is_finite(23,2,true);
?>
--EXPECTF--
Warning: is_finite() expects exactly 1 parameter, 0 given in %s on line 2
Warning: is_finite() expects exactly 1 parameter, 3 given in %s on line 3