Home
last modified time | relevance | path

Searched refs:idtype (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php1010 …function pcntl_waitid(int $idtype = P_ALL, ?int $id = null, &$info = [], int $flags = WEXITED): bo… argument
H A Dpcntl.c404 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 Dpcntl_arginfo.h16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, idtype, IS_LONG, 0, "P_ALL")

Completed in 25 milliseconds