示例#1
0
文件: Pure.php 项目: expobrain/phpcf
 private function setupContext()
 {
     $this->FSM->transit($this->ptokens[$this->current_pos][PHPCF_KEY_CODE]);
     $this->context = $this->FSM->getState();
 }