Searched refs:PHPDBG_IN_EVAL (Results 1 – 5 of 5) sorted by relevance
168 #define PHPDBG_IN_EVAL (1ULL<<12) macro
977 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()1007 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()1642 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in list_code()1717 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()1761 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
326 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
1150 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && in phpdbg_find_breakpoint()
791 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()
Completed in 21 milliseconds