Ejemplo n.º 1
0
 /**
  * @todo flush FSM
  */
 private function flush()
 {
     $this->last_long_position = -1;
     $this->line_count = 0;
     $this->lines = $this->current_line = null;
     $this->current_pos = 0;
     $this->tokens = $this->ptokens = $this->exec = $this->exec_ctx = $this->sniff_errors = [];
     $this->FSM->flush();
     $this->Stat->flush();
 }