Home
last modified time | relevance | path

Searched refs:user_oldset (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()
1136 if (user_oldset != NULL) { in PHP_FUNCTION()
1137 if (Z_TYPE_P(user_oldset) != IS_ARRAY) { in PHP_FUNCTION()
1138 zval_ptr_dtor(user_oldset); in PHP_FUNCTION()
1139 array_init(user_oldset); in PHP_FUNCTION()
1141 zend_hash_clean(Z_ARRVAL_P(user_oldset)); in PHP_FUNCTION()
1147 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()

Completed in 12 milliseconds