Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcntl/
H A Dpcntl.c1030 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local
1033 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z/", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()
1043 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in PHP_FUNCTION()
1081 zval *user_set, *user_signo, *user_siginfo = NULL; in pcntl_sigwaitinfo() local
1089 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|z/ll", &user_set, &user_siginfo, &tv_sec, &tv_nsec) … in pcntl_sigwaitinfo()
1093 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|z/", &user_set, &user_siginfo) == FAILURE) { in pcntl_sigwaitinfo()
1104 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(user_set), user_signo) { in pcntl_sigwaitinfo()

Completed in 8 milliseconds