Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.h170 #define PHPDBG_IN_EVAL (1ULL<<12) macro
H A Dphpdbg_prompt.c1032 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1062 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1702 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { \
1762 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1809 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.c853 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()

Completed in 34 milliseconds