Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcntl/
H A Dpcntl.c1053 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local
1056 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()
1081 if (user_oldset != NULL) { in PHP_FUNCTION()
1082 user_oldset = zend_try_array_init(user_oldset); in PHP_FUNCTION()
1083 if (!user_oldset) { in PHP_FUNCTION()
1091 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()

Completed in 8 milliseconds