Searched refs:PHPDBG_IN_COND_BP (Results 1 – 3 of 3) sorted by relevance
167 #define PHPDBG_IN_COND_BP (1ULL<<11) macro
1120 PHPDBG_G(flags) |= PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()1131 PHPDBG_G(flags) &= ~PHPDBG_IN_COND_BP; in phpdbg_find_conditional_breakpoint()
1752 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()
Completed in 15 milliseconds