예제 #1
0
파일: interpreter.php 프로젝트: xk0der/AFL
 public function dumpSymbolTable()
 {
     DEBUG::dump("Symbol Table", $this->symbolTable, true);
 }