Searched refs:PHPDBG_WATCH_RECURSIVE (Results 1 – 2 of 2) sorted by relevance
211 if (flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_add_watch_collision()233 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { 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()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()617 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_delete_watchpoint()780 if (watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_watch_HashTable_dtor()[all …]
52 #define PHPDBG_WATCH_RECURSIVE 0x02 macro55 #define PHPDBG_WATCH_NORMAL (PHPDBG_WATCH_SIMPLE | PHPDBG_WATCH_RECURSIVE)
Completed in 9 milliseconds