PHPDBG_HAS_COND_BP  153 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_COND_BP  745 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_G(flags) |= PHPDBG_HAS_COND_BP;
PHPDBG_HAS_COND_BP 1046 sapi/phpdbg/phpdbg_bp.c 		(PHPDBG_G(flags) & PHPDBG_HAS_COND_BP) &&
PHPDBG_HAS_COND_BP 1546 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_COND: if ((PHPDBG_G(flags) & PHPDBG_HAS_COND_BP)) {