ConditionalTerm(); while ($this->_isNextToken(Doctrine_Query_Token::T_OR)) { $this->_parser->match(Doctrine_Query_Token::T_OR); $this->ConditionalTerm(); } } }