Searched refs:time_sleep_until (Results 1 – 6 of 6) 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');?>10 var_dump(time_sleep_until());13 Warning: time_sleep_until() expects exactly 1 parameter, 0 given in %s on line 2
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');?>10 var_dump(time_sleep_until('goofy'));13 Warning: time_sleep_until() expects parameter 1 to be float, string given in %s on line 2
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');?>11 var_dump(time_sleep_until(time()-1));14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
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');15 var_dump(time_sleep_until( (int)$time ));18 // on windows, time_sleep_until has millisecond accuracy while microtime() is accurate24 // should be fine since time_sleep_until() on Windows is accurate to the
55 PHP_FUNCTION(time_sleep_until);
2691 PHP_FE(time_sleep_until, arginfo_time_sleep_until)4512 PHP_FUNCTION(time_sleep_until) argument
Completed in 19 milliseconds