Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h165 #define PHPDBG_IN_EVAL (1ULL<<12) macro
H A Dphpdbg_prompt.c1031 PHPDBG_G(flags) |= PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1062 PHPDBG_G(flags) &= ~PHPDBG_IN_EVAL; in PHPDBG_COMMAND()
1650 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { \
1710 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1757 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
H A Dphpdbg_list.c340 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
H A Dphpdbg_bp.c1115 if (!(PHPDBG_G(flags) & PHPDBG_IN_EVAL) && in phpdbg_find_breakpoint()
H A Dphpdbg.c828 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in php_sapi_phpdbg_log_message()

Completed in 35 milliseconds