Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/misc/
H A Dgh14774.phpt2 GH-14774 time_sleep_until overflow
11 time_sleep_until($var);
18 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
19 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
20 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
21 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
22 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
23 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
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-8.2/ext/standard/
H A Dbasic_functions.stub.php1259 function time_sleep_until(float $timestamp): bool {} function
H A Dbasic_functions.c1228 PHP_FUNCTION(time_sleep_until) argument
H A Dbasic_functions_arginfo.h2321 ZEND_FUNCTION(time_sleep_until);
2945 ZEND_FE(time_sleep_until, arginfo_time_sleep_until)
/PHP-8.2/
H A DNEWS253 . Fixed bug GH-14774 (time_sleep_until overflow). (David Carlier)

Completed in 33 milliseconds