Searched refs:PHPDBG_IN_COND_BP (Results 1 – 3 of 3) sorted by relevance
141 #define PHPDBG_IN_COND_BP (1ULL<<11) macro
1121 PHPDBG_G(flags) |= PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()1132 PHPDBG_G(flags) &= ~PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()
1722 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()
Completed in 12 milliseconds