Searched refs:pcntl_waitpid (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/pcntl/tests/ |
H A D | 001.phpt | 19 pcntl_waitpid($pid, $status, $options); 35 pcntl_waitpid($pid, $status, $options); 57 pcntl_waitpid($pid, $status, $options);
|
H A D | pcntl_wait.phpt | 24 var_dump(pcntl_waitpid()); 47 Warning: pcntl_waitpid() expects at least 2 parameters, 0 given in %s
|
H A D | bug47566.phpt | 12 $epid = pcntl_waitpid(-1,$status);
|
H A D | 002.phpt | 47 pcntl_waitpid($pid, $status);
|
/PHP-5.6/ext/pcntl/ |
H A D | test-pcntl.php | 39 pcntl_waitpid($pid, &$status, $options);
|
H A D | php_pcntl.h | 35 PHP_FUNCTION(pcntl_waitpid);
|
H A D | pcntl.c | 147 PHP_FE(pcntl_waitpid, arginfo_pcntl_waitpid) 570 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() argument
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | server.inc | 89 pcntl_waitpid($pid, $status);
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_fork.phpt | 41 $wait_id = pcntl_waitpid($pid, $status); 143 $wait_id = pcntl_waitpid($pid, $status, WNOHANG); 201 $wait_id = pcntl_waitpid($pid, $status);
|
/PHP-5.6/ext/sysvsem/tests/ |
H A D | nowait.phpt | 57 pcntl_waitpid($pid, $status);
|
Completed in 14 milliseconds