Home
last modified time | relevance | path

Searched refs:PHPDBG_IN_COND_BP (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h169 #define PHPDBG_IN_COND_BP (1ULL<<11) macro
H A Dphpdbg_bp.c1128 PHPDBG_G(flags) |= PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()
1139 PHPDBG_G(flags) &= ~PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()
H A Dphpdbg_prompt.c1762 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()

Completed in 14 milliseconds