Home
last modified time | relevance | path

Searched refs:time_sleep_until (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/misc/
H A Dtime_sleep_until_error1.phpt2 time_sleep_until() function - error test for time_sleep_until()
4 <?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
12 var_dump(time_sleep_until(time() -1));
16 Warning: time_sleep_until(): Argument #1 ($timestamp) must be greater than or equal to the current …
H A Dtime_sleep_until_basic.phpt2 time_sleep_until() function - basic test for time_sleep_until()
6 if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');
16 var_dump(time_sleep_until($sleepUntil));
19 // on windows, time_sleep_until has millisecond accuracy while microtime() is accurate
25 // should be fine since time_sleep_until() on Windows is accurate to the
/php-src/ext/standard/
H A Dbasic_functions.c1191 PHP_FUNCTION(time_sleep_until) argument
H A Dbasic_functions.stub.php1980 function time_sleep_until(float $timestamp): bool {} function
H A Dbasic_functions_arginfo.h2428 ZEND_FUNCTION(time_sleep_until);
3053 ZEND_FE(time_sleep_until, arginfo_time_sleep_until)

Completed in 25 milliseconds