php-src/ext/standard/tests/misc/time_nanosleep_error2.phpt
2009-05-16 14:41:27 +00:00

15 lines
370 B
PHP

--TEST--
time_nanosleep Delay for a number of seconds and nanoseconds
--SKIPIF--
<?php if (!function_exists('time_nanosleep')) die("skip"); ?>
--CREDITS--
Àlex Corretgé - alex@corretge.cat
--FILE--
<?php
$nano = time_nanosleep(2, 'B');
?>
--EXPECTF--
Warning: time_nanosleep() expects parameter 2 to be long, %unicode_string_optional% given in %s.php on line %d