php-src/ext/standard/tests/misc/time_nanosleep_error3.phpt

18 lines
476 B
Plaintext
Raw Normal View History

2009-05-16 14:41:03 +00:00
--TEST--
time_nanosleep — Delay for a number of seconds and nanoseconds
--SKIPIF--
2009-06-16 19:49:04 +00:00
<?php
2009-06-17 10:18:42 +00:00
if (strpos(strtoupper(PHP_OS), 'WIN') !== false) die("skip Test is not valid for Windows");
2009-06-16 19:49:04 +00:00
if (!function_exists('time_nanosleep')) die("skip");
?>
2009-05-16 14:41:03 +00:00
--CREDITS--
Àlex Corretgé - alex@corretge.cat
--FILE--
<?php
$nano = time_nanosleep(-2, 1000);
?>
--EXPECTF--
Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negative in %s.php on line %d