Searched refs:idtype (Results 1 – 3 of 3) sorted by relevance
/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… argument
|
H A D | pcntl.c | 404 zend_long idtype = P_ALL; in PHP_FUNCTION() local 412 Z_PARAM_LONG(idtype) in PHP_FUNCTION() 421 int status = waitid((idtype_t) idtype, (id_t) id, &siginfo, (int) options); in PHP_FUNCTION()
|
H A D | pcntl_arginfo.h | 16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, idtype, IS_LONG, 0, "P_ALL")
|
Completed in 14 milliseconds