Searched refs:pcntl_waitpid (Results 1 – 13 of 13) sorted by relevance
/PHP-7.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 | 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-7.0/ext/pcntl/ |
H A D | test-pcntl.php | 39 pcntl_waitpid($pid, &$status, $options);
|
H A D | php_pcntl.h | 42 PHP_FUNCTION(pcntl_waitpid);
|
H A D | pcntl.c | 155 PHP_FE(pcntl_waitpid, arginfo_pcntl_waitpid) 617 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() argument
|
/PHP-7.0/ext/standard/tests/http/ |
H A D | server.inc | 89 pcntl_waitpid($pid, $status);
|
/PHP-7.0/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-7.0/ext/sysvsem/tests/ |
H A D | nowait.phpt | 81 pcntl_waitpid($pid, $status);
|
/PHP-7.0/ |
H A D | NEWS | 1603 . Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure 2652 . Added rusage support to pcntl_wait() and pcntl_waitpid(). (Anton Stepanenko,
|
Completed in 33 milliseconds