Home
last modified time | relevance | path

Searched refs:php_sleep (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/main/
H A Dphp.h115 # define php_sleep(t) SleepEx(t*1000, TRUE) macro
300 #define php_sleep sleep macro
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4566 RETURN_LONG(php_sleep((unsigned int)num));
4568 php_sleep((unsigned int)num);

Completed in 17 milliseconds