예제 #1
0
파일: Parser.php 프로젝트: ju1ius/libphp
 protected function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }
예제 #2
0
 public function reset()
 {
     $this->lexer->reset();
     $this->position = 0;
 }