PHPDBG_HAS_OPLINE_BP  202 sapi/phpdbg/phpdbg.h #define PHPDBG_BP_MASK                (PHPDBG_HAS_FILE_BP | PHPDBG_HAS_SYM_BP | PHPDBG_HAS_METHOD_BP | PHPDBG_HAS_OPLINE_BP | PHPDBG_HAS_COND_BP | PHPDBG_HAS_OPCODE_BP | PHPDBG_HAS_FUNCTION_OPLINE_BP | PHPDBG_HAS_METHOD_OPLINE_BP | PHPDBG_HAS_FILE_OPLINE_BP)
PHPDBG_HAS_OPLINE_BP  460 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP;
PHPDBG_HAS_OPLINE_BP  505 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP;
PHPDBG_HAS_OPLINE_BP  787 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP;
PHPDBG_HAS_OPLINE_BP 1130 sapi/phpdbg/phpdbg_bp.c 	if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP) && (base = phpdbg_find_breakpoint_opline((phpdbg_opline_ptr_t) execute_data->opline))) {
PHPDBG_HAS_OPLINE_BP 1185 sapi/phpdbg/phpdbg_bp.c 					PHPDBG_G(flags) &= PHPDBG_HAS_OPLINE_BP;
PHPDBG_HAS_OPLINE_BP 1468 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP)) {