Пример #1
0
 protected function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }
Пример #2
0
 public function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }