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

18 lines
464 B
Plaintext
Raw Normal View History

2009-07-15 10:06:38 +00:00
--TEST--
2009-05-16 14:41:27 +00:00
time_nanosleep — Delay for a number of seconds and nanoseconds
--SKIPIF--
2009-06-16 19:49:55 +00:00
<?php
2009-07-15 10:06:38 +00:00
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') die("skip Test is not valid for Windows");
2009-06-16 19:49:55 +00:00
if (!function_exists('time_nanosleep')) die("skip");
?>
2009-05-16 14:41:27 +00:00
--CREDITS--
Àlex Corretgé - alex@corretge.cat
--FILE--
<?php
$nano = time_nanosleep(0, -10);
?>
--EXPECTF--
2012-03-24 04:15:04 +00:00
Warning: time_nanosleep(): The nanoseconds value must be greater than 0 in %stime_nanosleep_error4.php on line %d