PHPDBG_IN_COND_BP 1080 sapi/phpdbg/phpdbg_bp.c 			PHPDBG_G(flags) |= PHPDBG_IN_COND_BP;
PHPDBG_IN_COND_BP 1091 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_G(flags) &= ~PHPDBG_IN_COND_BP;
PHPDBG_IN_COND_BP 1537 sapi/phpdbg/phpdbg_prompt.c 		if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) {