Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c1108 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local
1111 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z/", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()
1121 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in PHP_FUNCTION()
1160 zval *user_set, *user_signo, *user_siginfo = NULL; in pcntl_sigwaitinfo() local
1168 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|z/ll", &user_set, &user_siginfo, &tv_sec, &tv_nsec) … in pcntl_sigwaitinfo()
1172 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|z/", &user_set, &user_siginfo) == FAILURE) { in pcntl_sigwaitinfo()
1183 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in pcntl_sigwaitinfo()

Completed in 7 milliseconds