Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 77) sorted by last modified time

1234

/php-src/ext/standard/
H A Dbasic_functions.stub.php1969 function sleep(int $seconds): int {} function
H A Dbasic_functions_arginfo.h2424 ZEND_FUNCTION(sleep);
3050 ZEND_FE(sleep, arginfo_sleep)
H A Dbasic_functions.c1114 PHP_FUNCTION(sleep) argument
/php-src/sapi/fpm/
H A Dconfig.m4135 sleep(10);
/php-src/scripts/dev/
H A Dmakedist188 sleep 2
196 sleep 2
/php-src/ext/openssl/tests/
H A Dgh10495.phpt78 sleep(1);
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt72 sleep(1);
/php-src/build/
H A Dltmain.sh900 sleep 2
/php-src/docs/
H A Dmailinglist-rules.md27 your post after a good breather, or a good nights sleep.
/php-src/main/
H A Dphp.h285 #define php_sleep sleep
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt52 sleep(1);
/php-src/sapi/fpm/tests/
H A Dproc-idle-timeout.phpt38 sleep(5);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt46 sleep(7);
H A Dreload-uses-sigkill-as-last-measure.phpt46 sleep(2);
/php-src/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt25 $process = proc_open('sleep 1', [], $pipes);
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt115 sleep(1);
H A Dmysqli_no_reconnect.phpt52 sleep(3);
95 sleep(1);
H A Dmysqli_pconn_kill.phpt47 sleep(1);
H A Dmysqli_change_user_get_lock.phpt42 sleep(5);
/php-src/.github/scripts/
H A Dsetup-slapd.sh178 sleep 3
/php-src/ext/ftp/tests/
H A Dserver.inc76 sleep(1);
/php-src/ext/standard/tests/streams/
H A Dbug70198.phpt15 - on the client side - sleep(1) and check feof()
29 sleep(1);
43 sleep(1);
49 sleep(2);
H A Dbug78883.phpt20 sleep(3);
/php-src/ext/standard/tests/general_functions/
H A Dbug39322.phpt6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
20 sleep(1); // wait a bit to let the process finish
29 string(14) "/bin/sleep 120"
H A Dgh10239_1.phpt10 $p = proc_open('sleep 1', array(), $foo);

Completed in 132 milliseconds

1234