Searched refs:PHPDBG_HAS_OPLINE_BP (Results 1 – 2 of 2) sorted by relevance
114 #define PHPDBG_HAS_OPLINE_BP (1<<3) macro153 … (PHPDBG_HAS_FILE_BP|PHPDBG_HAS_SYM_BP|PHPDBG_HAS_METHOD_BP|PHPDBG_HAS_OPLINE_BP|PHPDBG_HAS_…
343 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_set_breakpoint_opline()390 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_resolve_op_array_break()686 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_set_breakpoint_opline_ex()1067 if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP) &&1126 PHPDBG_G(flags) &= PHPDBG_HAS_OPLINE_BP;1421 case PHPDBG_BREAK_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP)) {
Completed in 8 milliseconds