Searched refs:PHPDBG_IN_EVAL (Results 1 – 5 of 5) sorted by relevance
142 #define PHPDBG_IN_EVAL (1ULL<<12) macro
967 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()991 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()1605 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in list_code()1689 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()1731 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
319 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
745 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()
1151 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && in phpdbg_find_breakpoint()
Completed in 17 milliseconds