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_nan_error.phpt
2008-02-06 08:44:24 +00:00

17 lines
259 B
PHP

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