Searched refs:time_sleep_until (Results 1 – 7 of 7) sorted by relevance
2 GH-14774 time_sleep_until overflow11 time_sleep_until($var);18 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d19 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d20 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d21 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d22 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d23 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
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
1259 function time_sleep_until(float $timestamp): bool {} function
1228 PHP_FUNCTION(time_sleep_until) argument
2321 ZEND_FUNCTION(time_sleep_until);2945 ZEND_FE(time_sleep_until, arginfo_time_sleep_until)
537 . Fixed bug GH-14774 (time_sleep_until overflow). (David Carlier)
Completed in 31 milliseconds