PHPDBG_IN_EVAL 483 sapi/phpdbg/phpdbg.c if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { PHPDBG_IN_EVAL 1045 sapi/phpdbg/phpdbg_bp.c if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && PHPDBG_IN_EVAL 687 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(flags) |= PHPDBG_IN_EVAL; PHPDBG_IN_EVAL 697 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; PHPDBG_IN_EVAL 1196 sapi/phpdbg/phpdbg_prompt.c if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { \