Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h135 #define PHPDBG_HAS_FILE_OPLINE_BP (1ULL<<10) /* }}} */ macro
169 …ASK (PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP | PHPDBG_HAS_FILE_OPLINE_BP)
170 …PCODE_BP | PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP | PHPDBG_HAS_FILE_OPLINE_BP)
H A Dphpdbg_bp.c778 PHPDBG_G(flags) |= PHPDBG_HAS_FILE_OPLINE_BP; in phpdbg_set_breakpoint_file_opline()
1581 case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) { in phpdbg_print_breakpoints()

Completed in 19 milliseconds