Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/
H A Dpcntl.c1169 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local
1172 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()
1182 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in PHP_FUNCTION()
1220 zval *user_set, *user_signo, *user_siginfo = NULL; in pcntl_sigwaitinfo() local
1228 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|zll", &user_set, &user_siginfo, &tv_sec, &tv_nsec) =… in pcntl_sigwaitinfo()
1232 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|z", &user_set, &user_siginfo) == FAILURE) { in pcntl_sigwaitinfo()
1243 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in pcntl_sigwaitinfo()

Completed in 12 milliseconds