php_signal_table 507 ext/pcntl/pcntl.c zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); php_signal_table 532 ext/pcntl/pcntl.c zend_hash_destroy(&PCNTL_G(php_signal_table)); php_signal_table 988 ext/pcntl/pcntl.c zend_hash_index_del(&PCNTL_G(php_signal_table), signo); php_signal_table 1001 ext/pcntl/pcntl.c if (zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle)) { php_signal_table 1351 ext/pcntl/pcntl.c if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { php_signal_table 78 ext/pcntl/php_pcntl.h HashTable php_signal_table;