PHPDBG_WATCH_NORMAL 205 sapi/phpdbg/phpdbg_watch.c if (((old->flags ^ watch->flags) & (PHPDBG_WATCH_NORMAL|PHPDBG_WATCH_IMPLICIT)) == 0) { PHPDBG_WATCH_NORMAL 216 sapi/phpdbg/phpdbg_watch.c if (flags & PHPDBG_WATCH_NORMAL) { PHPDBG_WATCH_NORMAL 252 sapi/phpdbg/phpdbg_watch.c if (watch->flags & PHPDBG_WATCH_NORMAL) { PHPDBG_WATCH_NORMAL 613 sapi/phpdbg/phpdbg_watch.c if (!(watch->flags & PHPDBG_WATCH_NORMAL) || (watch->parent && (watch->parent->flags & PHPDBG_WATCH_RECURSIVE))) { PHPDBG_WATCH_NORMAL 760 sapi/phpdbg/phpdbg_watch.c if (watch->flags & PHPDBG_WATCH_NORMAL) { PHPDBG_WATCH_NORMAL 989 sapi/phpdbg/phpdbg_watch.c if (!(watch->flags & PHPDBG_WATCH_NORMAL)) { PHPDBG_WATCH_NORMAL 1004 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && (removed || show_value)) { PHPDBG_WATCH_NORMAL 1019 sapi/phpdbg/phpdbg_watch.c if (watch->flags & PHPDBG_WATCH_NORMAL) { PHPDBG_WATCH_NORMAL 1032 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && show_value) { PHPDBG_WATCH_NORMAL 1049 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && (PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS)) { PHPDBG_WATCH_NORMAL 1065 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && elementDiff) { PHPDBG_WATCH_NORMAL 1076 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && HT_WATCH_HT(watch)->nInternalPointer != HT_PTR_HT(oldPtr)->nInternalPointer) { PHPDBG_WATCH_NORMAL 1081 sapi/phpdbg/phpdbg_watch.c if ((watch->flags & PHPDBG_WATCH_NORMAL) && (PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS)) { PHPDBG_WATCH_NORMAL 1127 sapi/phpdbg/phpdbg_watch.c if (watch->flags & PHPDBG_WATCH_NORMAL) {