Resets the lexer position on the input to the given position.
int $position Position to place the lexical scanner.:
void
public function resetPosition($position = 0) { $this->position = $position; }