Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.c1007 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local
1010 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()
1035 if (user_oldset != NULL) { in PHP_FUNCTION()
1036 user_oldset = zend_try_array_init(user_oldset); in PHP_FUNCTION()
1037 if (!user_oldset) { in PHP_FUNCTION()
1045 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()

Completed in 9 milliseconds