Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h155 #define PHPDBG_HAS_PENDING_FILE_BP (1ULL<<2) macro
H A Dphpdbg_bp.c331 PHPDBG_G(flags) |= PHPDBG_HAS_PENDING_FILE_BP; in phpdbg_set_breakpoint_file()
381 PHPDBG_G(flags) &= ~PHPDBG_HAS_PENDING_FILE_BP; in phpdbg_resolve_pending_file_break_ex()
1500 } if ((PHPDBG_G(flags) & PHPDBG_HAS_PENDING_FILE_BP)) { in phpdbg_print_breakpoints()

Completed in 11 milliseconds