Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/general_functions/
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 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 Dproc_open02.phpt5 if (!is_executable('/bin/sleep')) echo 'skip no sleep';
13 '/bin/sleep 2',
18 usleep(20000); // let the OS run the sleep process before sending the signal
37 string(12) "/bin/sleep 2"
56 string(12) "/bin/sleep 2"
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/pcntl/
H A Dtest-pcntl.php21 sleep(100);
23 sleep(100);
27 sleep(10);
31 sleep(10);
34 sleep(1);
37 sleep(2);
/PHP-5.5/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp25 sleep 1
41 sleep 1
57 sleep 1
72 sleep 1
74 sleep 1
90 sleep 1
99 sleep 1
110 sleep 1
121 sleep 1
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dyensign.exp10 sleep 0.01
22 sleep 0.01
34 sleep 0.01
46 sleep 0.01
58 sleep 0.01
70 sleep 0.01
82 sleep 0.01
94 sleep 0.01
/PHP-5.5/ext/reflection/tests/
H A D013.phpt9 echo $funcs["sleep"]->getName();
12 sleep
H A D019.phpt7 $f = new ReflectionFunction("sleep");
/PHP-5.5/ext/pcntl/tests/
H A D001.phpt15 sleep(1);
30 sleep(10);
52 sleep(1);
/PHP-5.5/ext/standard/tests/file/
H A D005_variation.phpt55 sleep(2);
60 sleep(2);
76 sleep(2);
82 sleep(2);
90 sleep(2);
98 sleep(2);
104 sleep(2);
110 sleep(2);
117 sleep(2);
123 sleep(2);
[all …]
H A D005_variation-win32.phpt52 sleep(2);
57 sleep(2);
73 sleep(2);
79 sleep(2);
87 sleep(2);
95 sleep(2);
102 sleep(2);
108 sleep(2);
115 sleep(2);
120 sleep(2);
[all …]
H A Dstat_variation1-win32.phpt38 sleep(2);
57 sleep(2);
H A Dstat_variation4-win32.phpt39 sleep(2);
58 sleep(2);
H A Dstat_variation6-win32.phpt39 sleep(2);
56 sleep(2);
H A Dstat_variation3-win32.phpt33 sleep(2);
45 sleep(2);
/PHP-5.5/ext/opcache/tests/
H A Dissue0140.phpt20 sleep(2);
27 sleep(2);
/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/
H A Dmakerpm24 sleep 1 ; echo -n . ; sleep 1 ; echo -n . ; sleep 1 ; echo -n .
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in47 sleep 1
/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);

Completed in 26 milliseconds

1234