Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds