Searched refs:user_oldset (Results 1 – 1 of 1) sorted by relevance
718 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local725 Z_PARAM_ZVAL(user_oldset) in PHP_FUNCTION()749 if (user_oldset != NULL) { in PHP_FUNCTION()750 user_oldset = zend_try_array_init(user_oldset); in PHP_FUNCTION()751 if (!user_oldset) { in PHP_FUNCTION()759 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
Completed in 6 milliseconds