PHPDBG_IN_LEAVE   151 sapi/phpdbg/phpdbg.h #define PHPDBG_SEEK_MASK              (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE)
PHPDBG_IN_LEAVE   492 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) |= PHPDBG_IN_LEAVE;
PHPDBG_IN_LEAVE  1255 sapi/phpdbg/phpdbg_prompt.c 			if (PHPDBG_G(flags) & PHPDBG_IN_LEAVE) {
PHPDBG_IN_LEAVE  1257 sapi/phpdbg/phpdbg_prompt.c 					PHPDBG_G(flags) &= ~PHPDBG_IN_LEAVE;