Searched refs:user_oldset (Results 1 – 1 of 1) sorted by relevance
1030 zval *user_set, *user_oldset = NULL, *user_signo; in PHP_FUNCTION() local1033 if (zend_parse_parameters(ZEND_NUM_ARGS(), "la|z/", &how, &user_set, &user_oldset) == FAILURE) { in PHP_FUNCTION()1058 if (user_oldset != NULL) { in PHP_FUNCTION()1059 if (Z_TYPE_P(user_oldset) != IS_ARRAY) { in PHP_FUNCTION()1060 zval_dtor(user_oldset); in PHP_FUNCTION()1061 array_init(user_oldset); in PHP_FUNCTION()1063 zend_hash_clean(Z_ARRVAL_P(user_oldset)); in PHP_FUNCTION()1069 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
Completed in 6 milliseconds