Lines Matching refs:PHPDBG_WATCH_RECURSIVE

199 …ZEND_ASSERT(((watch->flags & PHPDBG_WATCH_RECURSIVE) == 0) ^ ((watch->flags & (PHPDBG_WATCH_IMPLIC…  in phpdbg_add_watch_collision()
211 if (flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_add_watch_collision()
212 if (!(watch->flags & PHPDBG_WATCH_RECURSIVE) && !--cur->refs) { in phpdbg_add_watch_collision()
233 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_add_watch_collision()
234 if (!(flags & PHPDBG_WATCH_RECURSIVE) && !cur->refs++) { in phpdbg_add_watch_collision()
240 coll.refs = (watch->flags & PHPDBG_WATCH_RECURSIVE) != 0; in phpdbg_add_watch_collision()
351 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_create_watchpoint()
352 if (old_watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_create_watchpoint()
356 old_watch->flags |= PHPDBG_WATCH_RECURSIVE; in phpdbg_create_watchpoint()
360 if (!(old_watch->flags & PHPDBG_WATCH_RECURSIVE)) { in phpdbg_create_watchpoint()
447 watch->flags |= PHPDBG_WATCH_RECURSIVE; in phpdbg_create_recursive_watchpoint()
463 new_watch->flags = PHPDBG_WATCH_RECURSIVE; in phpdbg_create_recursive_ht_watch()
500 new_watch->flags = PHPDBG_WATCH_RECURSIVE; in phpdbg_create_recursive_zval_watch()
529 ZEND_ASSERT(!(parent->flags & PHPDBG_WATCH_RECURSIVE)); in phpdbg_delete_implicit_parents()
613 …ags & PHPDBG_WATCH_NORMAL) || (watch->parent && (watch->parent->flags & PHPDBG_WATCH_RECURSIVE))) { in phpdbg_delete_watchpoint()
617 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_delete_watchpoint()
763 …int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_RECURSIVE) ? " recur… in phpdbg_watch_HashTable_dtor()
780 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_watch_HashTable_dtor()
1052 if (watch->flags & PHPDBG_WATCH_RECURSIVE) {
1073 if (watch->flags & PHPDBG_WATCH_RECURSIVE) {
1128 …= WATCH_ON_REFCOUNTED ? "refcount" : "variable", watch->flags == PHPDBG_WATCH_RECURSIVE ? "recursi…
1154 …int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_RECURSIVE) ? " recur…