Exemplo n.º 1
0
 /**
  * @param string $syntax - PHP code string to tokenize
  */
 public function __construct($syntax)
 {
     $this->syntax = $syntax;
     $this->process();
     $this->phpCommand = iphp::PHPExecutableLocation();
 }