hti               384 sapi/phpdbg/phpdbg_watch.c 				phpdbg_watch_ht_info *hti = emalloc(sizeof(*hti));
hti               385 sapi/phpdbg/phpdbg_watch.c 				hti->dtor = watch->parent_container->pDestructor;
hti               386 sapi/phpdbg/phpdbg_watch.c 				ht_watches = &hti->watches;
hti               388 sapi/phpdbg/phpdbg_watch.c 				phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container, hti);
hti               767 sapi/phpdbg/phpdbg_watch.c 			phpdbg_watch_ht_info *hti = result->ptr;
hti               768 sapi/phpdbg/phpdbg_watch.c 			hti->dtor(orig_zv);
hti               769 sapi/phpdbg/phpdbg_watch.c 			zend_hash_del(&hti->watches, watch->name_in_parent);
hti               770 sapi/phpdbg/phpdbg_watch.c 			if (zend_hash_num_elements(&hti->watches) == 0) {
hti               771 sapi/phpdbg/phpdbg_watch.c 				watch->parent_container->pDestructor = hti->dtor;
hti               772 sapi/phpdbg/phpdbg_watch.c 				zend_hash_destroy(&hti->watches);
hti               774 sapi/phpdbg/phpdbg_watch.c 				efree(hti);