Searched refs:pcntl_wait (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/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_get_last_error.phpt | 10 $pid = pcntl_wait($status);
|
H A D | pcntl_fork_variation.phpt | 19 pcntl_wait($status); 33 pcntl_wait($status2);
|
H A D | pcntl_fork_basic.phpt | 18 pcntl_wait($status);
|
/PHP-8.0/ext/pcntl/ |
H A D | php_pcntl.h | 39 PHP_FUNCTION(pcntl_wait);
|
H A D | pcntl.stub.php | 17 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {} function
|
H A D | pcntl_arginfo.h | 125 ZEND_FUNCTION(pcntl_wait); 166 ZEND_FE(pcntl_wait, arginfo_pcntl_wait)
|
H A D | pcntl.c | 594 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds