Searched refs:time_sleep_until (Results 1 – 5 of 5) sorted by relevance
2 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 …
2 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 accurate25 // should be fine since time_sleep_until() on Windows is accurate to the
283 function time_sleep_until(float $timestamp): bool {} function
2329 ZEND_FUNCTION(time_sleep_until);2955 ZEND_FE(time_sleep_until, arginfo_time_sleep_until)
1294 PHP_FUNCTION(time_sleep_until) argument
Completed in 38 milliseconds