Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcntl/
H A Dpcntl.c921 zval *user_set, *user_oldset = NULL, **user_signo; in PHP_FUNCTION() local
925 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "la|z", &how, &user_set, &user_oldset) == FAI… in PHP_FUNCTION()
957 if (user_oldset != NULL) { in PHP_FUNCTION()
958 if (Z_TYPE_P(user_oldset) != IS_ARRAY) { in PHP_FUNCTION()
959 zval_dtor(user_oldset); in PHP_FUNCTION()
960 array_init(user_oldset); in PHP_FUNCTION()
962 zend_hash_clean(Z_ARRVAL_P(user_oldset)); in PHP_FUNCTION()
968 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()

Completed in 12 milliseconds