Home
last modified time | relevance | path

Searched refs:PHPDBG_HAS_OPLINE_BP (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h114 #define PHPDBG_HAS_OPLINE_BP (1<<3) macro
153 … (PHPDBG_HAS_FILE_BP|PHPDBG_HAS_SYM_BP|PHPDBG_HAS_METHOD_BP|PHPDBG_HAS_OPLINE_BP|PHPDBG_HAS_…
H A Dphpdbg_bp.c343 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 14 milliseconds