PHPDBG_IN_EVAL    804 sapi/phpdbg/phpdbg.c 		if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) {
PHPDBG_IN_EVAL   1110 sapi/phpdbg/phpdbg_bp.c 	if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) &&
PHPDBG_IN_EVAL    329 sapi/phpdbg/phpdbg_list.c 	if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) {
PHPDBG_IN_EVAL    826 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) |= PHPDBG_IN_EVAL;
PHPDBG_IN_EVAL    857 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL;
PHPDBG_IN_EVAL   1439 sapi/phpdbg/phpdbg_prompt.c 	if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { \
PHPDBG_IN_EVAL   1499 sapi/phpdbg/phpdbg_prompt.c 		if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) {
PHPDBG_IN_EVAL   1543 sapi/phpdbg/phpdbg_prompt.c 		if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) {