Home
last modified time | relevance | path

Searched refs:implicit_watches (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.h83 HashTable implicit_watches; member
H A Dphpdbg_watch.c204 …_ptr(&cur->watches, watch->str)) || (old = zend_hash_find_ptr(&cur->implicit_watches, watch->str))… in phpdbg_add_watch_collision()
221 cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL)); in phpdbg_add_watch_collision()
225 zend_hash_del(&cur->implicit_watches, watch->str); in phpdbg_add_watch_collision()
243 zend_hash_init(&coll.implicit_watches, 8, ..., NULL, 0); in phpdbg_add_watch_collision()
257 zend_hash_add_ptr(&cur->implicit_watches, watch->str, watch->parent); in phpdbg_add_watch_collision()
269 zend_hash_del(&cur->implicit_watches, watch->str); in phpdbg_remove_watch_collision()
273 } else if (zend_hash_num_elements(&cur->implicit_watches) > 0) { in phpdbg_remove_watch_collision()
274 cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL)); in phpdbg_remove_watch_collision()

Completed in 11 milliseconds