Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h157 #define PHPDBG_HAS_METHOD_OPLINE_BP (1ULL<<9) macro
199 #define PHPDBG_BP_RESOLVE_MASK (PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP |…
200 …ND_BP | PHPDBG_HAS_OPCODE_BP | PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP | PHPDB…
H A Dphpdbg_bp.c673 PHPDBG_G(flags) |= PHPDBG_HAS_METHOD_OPLINE_BP; in phpdbg_set_breakpoint_method_opline()
1513 case PHPDBG_BREAK_METHOD_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_OPLINE_BP)) { in phpdbg_print_breakpoints()

Completed in 11 milliseconds