Searched refs:sleep (Results 1 – 25 of 76) sorted by relevance
1234
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | sleep_error.phpt | 2 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 D | sleep_basic.phpt | 2 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 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(12) "/bin/sleep 2" 56 string(12) "/bin/sleep 2"
|
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"
|
/PHP-7.0/ext/pcntl/ |
H A D | test-pcntl.php | 21 sleep(100); 23 sleep(100); 27 sleep(10); 31 sleep(10); 34 sleep(1); 37 sleep(2);
|
/PHP-7.0/ext/mbstring/libmbfl/tests/strcut.tests/ |
H A D | iso2022jp.exp | 25 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-7.0/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | yensign.exp | 10 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-7.0/ext/reflection/tests/ |
H A D | 013.phpt | 9 echo $funcs["sleep"]->getName(); 12 sleep
|
H A D | 019.phpt | 7 $f = new ReflectionFunction("sleep");
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | bug70198.phpt | 13 - on the client side - sleep(1) and check feof() 26 sleep(1); 40 sleep(1); 46 sleep(2);
|
H A D | bug74090.phpt | 14 sleep(1);
|
/PHP-7.0/ext/pcntl/tests/ |
H A D | 001.phpt | 15 sleep(1); 30 sleep(10); 52 sleep(1);
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | 005_variation.phpt | 55 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 D | 005_variation-win32.phpt | 52 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 D | stat_variation1-win32.phpt | 38 sleep(2); 57 sleep(2);
|
H A D | stat_variation4-win32.phpt | 39 sleep(2); 58 sleep(2);
|
H A D | stat_variation6-win32.phpt | 39 sleep(2); 56 sleep(2);
|
H A D | stat_variation3-win32.phpt | 33 sleep(2); 45 sleep(2);
|
/PHP-7.0/ext/opcache/tests/ |
H A D | issue0140.phpt | 20 sleep(2); 27 sleep(2);
|
/PHP-7.0/ext/zlib/tests/ |
H A D | data.inc | 8 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-7.0/ |
H A D | makerpm | 24 sleep 1 ; echo -n . ; sleep 1 ; echo -n . ; sleep 1 ; echo -n .
|
/PHP-7.0/sapi/fpm/ |
H A D | init.d.php-fpm.in | 47 sleep 1
|
/PHP-7.0/ext/standard/tests/mail/ |
H A D | mail_variation_alt2-win32.phpt | 57 // sleep for a while to allow msg to be delivered 58 sleep(1);
|
H A D | mail_basic_alt1-win32.phpt | 58 // sleep for a while to allow msg to be delivered 59 sleep(1);
|
H A D | mail_basic_alt2-win32.phpt | 56 // sleep for a while to allow msg to be delivered 57 sleep(1);
|
Completed in 30 milliseconds
1234