PHPDBG_WATCH_RECURSIVE  155 sapi/phpdbg/phpdbg_watch.c 	watch->flags |= PHPDBG_WATCH_RECURSIVE;
PHPDBG_WATCH_RECURSIVE  179 sapi/phpdbg/phpdbg_watch.c 			new_watch->flags = PHPDBG_WATCH_RECURSIVE;
PHPDBG_WATCH_RECURSIVE  209 sapi/phpdbg/phpdbg_watch.c 		new_watch->flags = PHPDBG_WATCH_RECURSIVE;
PHPDBG_WATCH_RECURSIVE  278 sapi/phpdbg/phpdbg_watch.c 	if (watch->flags & PHPDBG_WATCH_RECURSIVE) {
PHPDBG_WATCH_RECURSIVE  476 sapi/phpdbg/phpdbg_watch.c 		phpdbg_notice("%.*s was removed, removing watchpoint%s", (int)watch->str_len, watch->str, (watch->flags & PHPDBG_WATCH_RECURSIVE)?" recursively":"");
PHPDBG_WATCH_RECURSIVE  478 sapi/phpdbg/phpdbg_watch.c 		if (watch->flags & PHPDBG_WATCH_RECURSIVE) {
PHPDBG_WATCH_RECURSIVE  686 sapi/phpdbg/phpdbg_watch.c 						if (watch->flags & PHPDBG_WATCH_RECURSIVE) {
PHPDBG_WATCH_RECURSIVE  724 sapi/phpdbg/phpdbg_watch.c 							if (watch->flags & PHPDBG_WATCH_RECURSIVE) {