watch_collisions 254 sapi/phpdbg/phpdbg.h HashTable watch_collisions; /* collision table to check if multiple watches share the same recursive watchpoint */ watch_collisions 201 sapi/phpdbg/phpdbg_watch.c if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->addr.ref))) { watch_collisions 244 sapi/phpdbg/phpdbg_watch.c cur = zend_hash_index_add_mem(&PHPDBG_G(watch_collisions), (zend_ulong) watch->addr.ref, &coll, sizeof(phpdbg_watch_collision)); watch_collisions 263 sapi/phpdbg/phpdbg_watch.c if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->addr.zv)))) { watch_collisions 279 sapi/phpdbg/phpdbg_watch.c zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->addr.zv)); watch_collisions 907 sapi/phpdbg/phpdbg_watch.c zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, phpdbg_watch_free_ptr_dtor, 0);