Searched refs:PHPDBG_WATCH_RECURSIVE_ROOT (Results 1 – 2 of 2) sorted by relevance
509 } while (!(element->flags & PHPDBG_WATCH_RECURSIVE_ROOT));710 while (child->child && !(child->flags & PHPDBG_WATCH_RECURSIVE_ROOT)) {724 …ZEND_ASSERT(element->flags & (PHPDBG_WATCH_IMPLICIT | PHPDBG_WATCH_RECURSIVE_ROOT | PHPDBG_WATCH_S…790 if (cur->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {798 if (element->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {814 …ZEND_ASSERT((element->flags & (PHPDBG_WATCH_RECURSIVE_ROOT | PHPDBG_WATCH_RECURSIVE)) != PHPDBG_WA…816 if (element->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {824 if (child->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {830 if (child->child == NULL || (child->flags & PHPDBG_WATCH_RECURSIVE_ROOT)) {868 } else if (element->flags & (PHPDBG_WATCH_RECURSIVE_ROOT | PHPDBG_WATCH_SIMPLE)) {[all …]
58 #define PHPDBG_WATCH_RECURSIVE_ROOT 0x20 macro
Completed in 11 milliseconds