Searched refs:pcntl_wait (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_wait.phpt | 2 pcntl_wait() 13 pcntl_wait($status, WUNTRACED); 17 pcntl_wait($status); 22 var_dump(pcntl_wait($status, WNOHANG | WUNTRACED));
|
H A D | pcntl_wait_rusage1.phpt | 2 pcntl_wait() and rusage 13 var_dump(pcntl_wait($status, WUNTRACED, $rusage)); 20 pcntl_wait($status, WUNTRACED, $rusage); 25 pcntl_wait($status, 0, $rusage); 30 pcntl_wait($status, 0, $rusage);
|
H A D | bug72154.phpt | 2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 10 $var5 = pcntl_wait($b,0,$c);
|
H A D | pcntl_rfork_flags.phpt | 15 pcntl_wait($status); 24 pcntl_wait($status);
|
H A D | waiting_on_sigchild_pcntl_wait.phpt | 2 Waiting on SIGCHLD with a pcntl_wait() loop 17 while (($pid = pcntl_wait($status, WUNTRACED | WNOHANG)) > 0) {
|
H A D | pcntl_fork_variation.phpt | 17 pcntl_wait($status); 31 pcntl_wait($status2);
|
H A D | pcntl_get_last_error.phpt | 8 $pid = pcntl_wait($status);
|
H A D | pcntl_fork_basic.phpt | 16 pcntl_wait($status);
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug81607.phpt | 16 pcntl_wait($status);
|
H A D | gh9164.phpt | 31 pcntl_wait($status);
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 913 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {} function
|
H A D | pcntl_arginfo.h | 138 ZEND_FUNCTION(pcntl_wait); 185 ZEND_FE(pcntl_wait, arginfo_pcntl_wait)
|
H A D | pcntl.c | 297 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds