Searched refs:pcntl_waitid (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | pcntl_waitid.phpt | 2 pcntl_waitid() 8 if (!function_exists('pcntl_waitid')) die('skip pcntl_waitid unavailable'); 17 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, 0)); 20 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WSTOPPED)); 22 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WCONTINUED)); 24 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WEXITED));
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 1010 …function pcntl_waitid(int $idtype = P_ALL, ?int $id = null, &$info = [], int $flags = WEXITED): bo… function
|
H A D | pcntl_arginfo.h | 177 ZEND_FUNCTION(pcntl_waitid); 238 ZEND_FE(pcntl_waitid, arginfo_pcntl_waitid)
|
H A D | pcntl.c | 402 PHP_FUNCTION(pcntl_waitid) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds