Searched refs:sleep (Results 1 – 25 of 89) sorted by relevance
1234
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | sleep_basic.phpt | 2 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 D | sleep_error.phpt | 2 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 D | bug39322.phpt | 6 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 D | proc_open02.phpt | 5 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" 56 string(10) "/bin/sleep"
|
H A D | proc_open_sockets1.inc | 4 sleep(1); 6 sleep(1);
|
H A D | proc_open_pipes_sleep.inc | 2 sleep(1);
|
H A D | proc_open_sockets2.inc | 4 sleep(1);
|
/PHP-8.2/ext/reflection/tests/ |
H A D | 013.phpt | 7 echo $funcs["sleep"]->getName(); 10 sleep
|
H A D | 019.phpt | 5 $f = new ReflectionFunction("sleep");
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug70198.phpt | 15 - on the client side - sleep(1) and check feof() 28 sleep(1); 42 sleep(1); 48 sleep(2);
|
/PHP-8.2/tests/basic/ |
H A D | timeout_variation_1.phpt | 13 sleep(1); 14 sleep(1);
|
H A D | timeout_variation_4.phpt | 13 call_user_func('sleep', 1); 14 call_user_func('sleep', 1);
|
H A D | timeout_variation_9.phpt | 12 register_shutdown_function("sleep", 1); 13 register_shutdown_function("sleep", 1);
|
H A D | timeout_variation_10.phpt | 13 register_shutdown_function("sleep", 1); 14 register_shutdown_function("sleep", 1);
|
H A D | timeout_variation_2.phpt | 14 array_map("sleep", $a);
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | 005_variation-win32.phpt | 31 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 D | stat_variation1-win32.phpt | 33 sleep(1); 52 sleep(2);
|
H A D | stat_variation1-win32-mb.phpt | 33 sleep(1); 52 sleep(2);
|
H A D | stat_variation4-win32.phpt | 34 sleep(1); 53 sleep(2);
|
H A D | stat_variation3-win32.phpt | 28 sleep(1); 40 sleep(2);
|
/PHP-8.2/ext/opcache/tests/ |
H A D | issue0140.phpt | 21 sleep(2); 28 sleep(2);
|
/PHP-8.2/ext/zlib/tests/ |
H A D | data.inc | 7 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-8.2/ext/pcntl/tests/ |
H A D | 001.phpt | 19 sleep(1); 56 sleep(1);
|
H A D | bug73783.phpt | 17 sleep(1);
|
H A D | pcntl_rfork_nowait.phpt | 19 sleep(2); // as the child does not wait so we see its "pid"
|
Completed in 22 milliseconds
1234