Beispiel #1
0
 protected function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }
Beispiel #2
0
 public function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }