Home
last modified time | relevance | path

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

1234

/PHP-5.5/sapi/tux/
H A Dphp_tux.c374 sleep(1);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2701 sleep( 1 ); in lsapi_all_children_must_die()
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in47 sleep 1
H A Dconfig.m4186 sleep(10);
/PHP-5.5/
H A Dmakerpm24 sleep 1 ; echo -n . ; sleep 1 ; echo -n . ; sleep 1 ; echo -n .
H A Dltmain.sh893 sleep 2
/PHP-5.5/main/
H A Dphp.h266 #define php_sleep sleep
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc8 And by opposing, end them. To die, to sleep;
9 No more; and by a sleep to say we end
12 Devoutly to be wish'd. To die, to sleep;
13 To sleep, perchance to dream. Ay, there's the rub,
14 For in that sleep of death what dreams may come,
70 and wicked dreams abuse The curtain'd sleep; witchcraft celebrates
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt58 // sleep for a while to allow msg to be delivered
59 sleep(1);
H A Dmail_basic_alt2-win32.phpt56 // sleep for a while to allow msg to be delivered
57 sleep(1);
H A Dmail_basic_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
57 sleep(1);
H A Dmail_basic_alt4-win32.phpt57 // sleep for a while to allow msg to be delivered
58 sleep(1);
H A Dmail_variation_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
58 sleep(1);
H A Dmail_variation_alt2-win32.phpt57 // sleep for a while to allow msg to be delivered
58 sleep(1);
H A Dmail_variation_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
57 sleep(1);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dsleep_basic.phpt2 Test sleep() function : basic functionality
9 /* Prototype : int sleep ( int $seconds )
14 echo "*** Testing sleep() : basic functionality ***\n";
16 $sleeptime = 5; // sleep for 5 seconds
23 sleep($sleeptime);
36 echo "TEST FAILED - time is ${time} secs and sleep was ${sleeptime} secs\n";
41 *** Testing sleep() : basic functionality ***
H A Dsleep_error.phpt2 Test sleep() function : error conditions
5 /* Prototype : int sleep ( int $seconds )
11 echo "*** Testing sleep() : error conditions ***\n";
13 echo "\n-- Testing sleep() function with zero arguments --\n";
14 var_dump( sleep() );
19 var_dump( sleep($seconds, $extra_arg) );
21 echo "\n-- Testing sleep() function with negative interval --\n";
23 var_dump( sleep($seconds) );
28 *** Testing sleep() : error conditions ***
30 -- Testing sleep() function with zero arguments --
[all …]
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"
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_basic-win32.phpt46 sleep(1);
H A Dtouch_basic.phpt47 sleep(1);
H A Dstat_basic-win32.phpt29 sleep(2);
37 sleep(2);
H A Dstat_variation1-win32.phpt38 sleep(2);
57 sleep(2);
H A Dstat_variation2-win32.phpt35 sleep(2);
H A Dstat_variation3-win32.phpt33 sleep(2);
45 sleep(2);
H A Dstat_variation4-win32.phpt39 sleep(2);
58 sleep(2);

Completed in 59 milliseconds

1234