Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c162 watch->type = WATCH_ON_HASHTABLE; in phpdbg_create_ht_watchpoint()
305 if (parent->type == WATCH_ON_HASHTABLE) { in phpdbg_get_refcount_watch()
366 if (watch->parent && watch->parent->type == WATCH_ON_HASHTABLE) { in phpdbg_create_watchpoint()
458 ZEND_ASSERT(watch->type == WATCH_ON_HASHTABLE); in phpdbg_create_recursive_ht_watch()
532 if (parent->type == WATCH_ON_HASHTABLE && --parent->implicit_ht_count) { in phpdbg_delete_implicit_parents()
547 if (watch->type == WATCH_ON_HASHTABLE) { in phpdbg_delete_watchpoint_recursive()
597 } else if (watch->type == WATCH_ON_HASHTABLE) { in phpdbg_delete_watchpoints_recursive()
857 } else if (watch->type == WATCH_ON_HASHTABLE) {
936 if (watch->type == WATCH_ON_HASHTABLE) {
972 case WATCH_ON_HASHTABLE:
[all …]
H A Dphpdbg_watch.h46 WATCH_ON_HASHTABLE, enumerator

Completed in 11 milliseconds