php_signal_table 493 ext/pcntl/pcntl.c zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); php_signal_table 518 ext/pcntl/pcntl.c zend_hash_destroy(&PCNTL_G(php_signal_table)); php_signal_table 881 ext/pcntl/pcntl.c zend_hash_index_del(&PCNTL_G(php_signal_table), signo); php_signal_table 894 ext/pcntl/pcntl.c zend_hash_index_update(&PCNTL_G(php_signal_table), signo, (void **) &handle, sizeof(zval *), (void **) &dest_handle); php_signal_table 1262 ext/pcntl/pcntl.c if (zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo, (void **) &handle)==SUCCESS) { php_signal_table 68 ext/pcntl/php_pcntl.h HashTable php_signal_table;