Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.h142 #define PHPDBG_IN_EVAL (1ULL<<12) macro
H A Dphpdbg_prompt.c970 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
994 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1609 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in list_code()
1684 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1726 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
H A Dphpdbg_list.c319 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
H A Dphpdbg.c744 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()
H A Dphpdbg_bp.c1151 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && in phpdbg_find_breakpoint()

Completed in 33 milliseconds