Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/general_functions/
H A Dsleep_basic.phpt2 Test sleep() function : basic functionality
9 echo "*** Testing sleep() : basic functionality ***\n";
11 $sleeptime = 1; // sleep for 1 seconds
18 $result = sleep($sleeptime);
32 echo "TEST FAILED - time is {$time} secs and sleep was {$sleeptime} secs\n";
36 *** Testing sleep() : basic functionality ***
H A Dsleep_error.phpt2 Test sleep() function : error conditions
6 sleep(-10);
10 Fatal error: Uncaught ValueError: sleep(): Argument #1 ($seconds) must be greater than or equal to …
12 #0 %s(%d): sleep(-10)
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(10) "/bin/sleep"
58 string(10) "/bin/sleep"
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 Dproc_open_sockets1.inc4 sleep(1);
6 sleep(1);
H A Dproc_open_pipes_sleep.inc2 sleep(1);
H A Dproc_open_sockets2.inc4 sleep(1);
H A Dgh10239_1.phpt10 $p = proc_open('sleep 1', array(), $foo);
/php-src/ext/reflection/tests/
H A D013.phpt7 echo $funcs["sleep"]->getName();
10 sleep
H A D019.phpt5 $f = new ReflectionFunction("sleep");
/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);
/php-src/tests/basic/
H A Dtimeout_variation_1.phpt13 sleep(1);
14 sleep(1);
H A Dtimeout_variation_4.phpt13 call_user_func('sleep', 1);
14 call_user_func('sleep', 1);
H A Dtimeout_variation_9.phpt12 register_shutdown_function("sleep", 1);
13 register_shutdown_function("sleep", 1);
H A Dtimeout_variation_10.phpt13 register_shutdown_function("sleep", 1);
14 register_shutdown_function("sleep", 1);
H A Dtimeout_variation_2.phpt14 array_map("sleep", $a);
/php-src/ext/standard/tests/file/
H A D005_variation-win32.phpt31 sleep(1);
36 sleep(1);
52 sleep(1);
58 sleep(1);
66 sleep(1);
74 sleep(1);
80 sleep(1);
86 sleep(1);
93 sleep(1);
99 sleep(1);
[all …]
H A Dstat_variation1-win32-mb.phpt33 sleep(1);
52 sleep(2);
H A Dstat_variation1-win32.phpt33 sleep(1);
52 sleep(2);
H A Dstat_variation4-win32.phpt34 sleep(1);
53 sleep(2);
H A Dstat_variation3-win32.phpt28 sleep(1);
40 sleep(2);
/php-src/ext/opcache/tests/
H A Dissue0140.phpt21 sleep(2);
28 sleep(2);
/php-src/ext/zlib/tests/
H A Ddata.inc7 And by opposing, end them. To die, to sleep;
8 No more; and by a sleep to say we end
11 Devoutly to be wish'd. To die, to sleep;
12 To sleep, perchance to dream. Ay, there's the rub,
13 For in that sleep of death what dreams may come,
69 and wicked dreams abuse The curtain'd sleep; witchcraft celebrates
/php-src/ext/pcntl/tests/
H A D001.phpt19 sleep(1);
56 sleep(1);
H A Dbug73783.phpt17 sleep(1);

Completed in 42 milliseconds

1234