Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h159 #define PHPDBG_HAS_COND_BP (1ULL<<6) macro
205 … PHPDBG_HAS_SYM_BP | PHPDBG_HAS_METHOD_BP | PHPDBG_HAS_OPLINE_BP | PHPDBG_HAS_COND_BP | PHPDBG_HAS…
H A Dphpdbg_bp.c898 PHPDBG_G(flags) |= PHPDBG_HAS_COND_BP; in phpdbg_create_conditional_break()
1159 (PHPDBG_G(flags) & PHPDBG_HAS_COND_BP) && in phpdbg_find_breakpoint()
1606 case PHPDBG_BREAK_COND: if ((PHPDBG_G(flags) & PHPDBG_HAS_COND_BP)) { in phpdbg_print_breakpoints()

Completed in 11 milliseconds