Searched refs:pcntl_waitpid (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/pcntl/tests/ |
H A D | pcntl_waitpid_rusage1.phpt | 2 pcntl_waitpid() and rusage 13 var_dump(pcntl_waitpid($pid, $status, WUNTRACED, $rusage)); 20 pcntl_waitpid($pid, $status, WUNTRACED, $rusage); 25 pcntl_waitpid($pid, $status, 0, $rusage); 30 pcntl_waitpid($pid, $status, 0, $rusage);
|
H A D | bug72154.phpt | 2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 16 $var5 = pcntl_waitpid(0,$b,0,$c);
|
H A D | 001.phpt | 22 pcntl_waitpid($pid, $status, $options); 38 pcntl_waitpid($pid, $status, $options); 60 pcntl_waitpid($pid, $status, $options);
|
H A D | bug47566.phpt | 12 $epid = pcntl_waitpid(-1,$status);
|
H A D | 002.phpt | 48 pcntl_waitpid($pid, $status);
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug78272.phpt | 19 pcntl_waitpid($pid, $status);
|
/PHP-8.0/ext/pcntl/ |
H A D | php_pcntl.h | 38 PHP_FUNCTION(pcntl_waitpid);
|
H A D | pcntl.stub.php | 11 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} function
|
H A D | pcntl_arginfo.h | 124 ZEND_FUNCTION(pcntl_waitpid); 165 ZEND_FE(pcntl_waitpid, arginfo_pcntl_waitpid)
|
H A D | pcntl.c | 545 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_fork.phpt | 40 $wait_id = pcntl_waitpid($pid, $status); 142 $wait_id = pcntl_waitpid($pid, $status, WNOHANG); 200 $wait_id = pcntl_waitpid($pid, $status);
|
/PHP-8.0/ext/standard/tests/http/ |
H A D | server.inc | 123 pcntl_waitpid($pid, $status);
|
/PHP-8.0/ext/sysvsem/tests/ |
H A D | nowait.phpt | 81 pcntl_waitpid($pid, $status);
|
Completed in 13 milliseconds