diff options
Diffstat (limited to 'tests/func/time_sleep_until_basic.phpt')
| -rw-r--r-- | tests/func/time_sleep_until_basic.phpt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/func/time_sleep_until_basic.phpt b/tests/func/time_sleep_until_basic.phpt deleted file mode 100644 index 91b0e8a43b..0000000000 --- a/tests/func/time_sleep_until_basic.phpt +++ /dev/null @@ -1,22 +0,0 @@ ---TEST-- -time_sleep_until() : Make the script sleep until the specified time ---SKIPIF-- -<?php - function_exists('time_sleep_until') or die('skip time_sleep_until() is not supported in this build.'); -?> ---CREDITS-- -Àlex Corretgé - alex@corretge.cat ---FILE-- -<?php - -$timeA = time(); -time_sleep_until($timeA+3); -$timeB = time(); -echo ($timeB - $timeA) . " seconds.\n"; - -?> -===DONE=== ---EXPECT-- -3 seconds. -===DONE=== -
\ No newline at end of file |
