Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.h133 #define PHPDBG_HAS_FUNCTION_OPLINE_BP (1ULL<<8) macro
169 #define PHPDBG_BP_RESOLVE_MASK (PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP |…
170 …G_HAS_OPLINE_BP | PHPDBG_HAS_COND_BP | PHPDBG_HAS_OPCODE_BP | PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPD…
H A Dphpdbg_bp.c732 PHPDBG_G(flags) |= PHPDBG_HAS_FUNCTION_OPLINE_BP; in phpdbg_set_breakpoint_function_opline()
1565 case PHPDBG_BREAK_FUNCTION_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FUNCTION_OPLINE_BP)) { in phpdbg_print_breakpoints()

Completed in 25 milliseconds