Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcntl/
H A Dpcntl.c914 zval *user_set, *user_oldset = NULL, **user_signo; in PHP_FUNCTION() local
918 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "la|z", &how, &user_set, &user_oldset) == FAI… in PHP_FUNCTION()
950 if (user_oldset != NULL) { in PHP_FUNCTION()
951 if (Z_TYPE_P(user_oldset) != IS_ARRAY) { in PHP_FUNCTION()
952 zval_dtor(user_oldset); in PHP_FUNCTION()
953 array_init(user_oldset); in PHP_FUNCTION()
955 zend_hash_clean(Z_ARRVAL_P(user_oldset)); in PHP_FUNCTION()
961 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()

Completed in 8 milliseconds