_parser->match(Doctrine_Query_Token::T_UPDATE); $this->RangeVariableDeclaration(); $this->_parser->match(Doctrine_Query_Token::T_SET); $this->RangeVariableDeclaration(); while ($this->_isNextToken(',')) { $this->_parser->match(','); $this->RangeVariableDeclaration(); } } }