Home
last modified time | relevance | path

Searched refs:PHPDBG_IN_EVAL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h170 #define PHPDBG_IN_EVAL (1ULL<<12) macro
H A Dphpdbg_prompt.c986 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1016 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1652 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in list_code()
1724 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1771 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
H A Dphpdbg_list.c329 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
H A Dphpdbg_bp.c1158 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && in phpdbg_find_breakpoint()
H A Dphpdbg.c835 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()

Completed in 22 milliseconds