Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c1074 zval *prev_handle; in PHP_FUNCTION() local
1086 if ((prev_handle = zend_hash_index_find(&PCNTL_G(php_signal_table), signo)) != NULL) { in PHP_FUNCTION()
1087 RETURN_ZVAL(prev_handle, 1, 0); in PHP_FUNCTION()

Completed in 17 milliseconds