Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h112 #define PHPDBG_HAS_FILE_BP (1<<1) macro
153 #define PHPDBG_BP_MASK (PHPDBG_HAS_FILE_BP|PHPDBG_HAS_SYM_BP|PHPDBG_HAS_METHOD_BP|PH…
H A Dphpdbg_bp.c250 PHPDBG_G(flags) |= PHPDBG_HAS_FILE_BP; in phpdbg_set_breakpoint_file()
1052 if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) &&
1399 case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) {

Completed in 9 milliseconds