runREPL() public method

public runREPL ( )
Exemplo n.º 1
0
 public static function main($options = array())
 {
     $shell = new iphp($options);
     $shell->runREPL();
 }