watch_HashTables  192 sapi/phpdbg/phpdbg.h 	phpdbg_btree watch_HashTables;               /* tree with original dtors of watchpoints */
watch_HashTables  111 sapi/phpdbg/phpdbg_watch.c 		phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong)watch->parent_container, watch->parent_container->pDestructor);
watch_HashTables  582 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);