3 if(!isset($__PHP_SHELL__) || $
$__PHP_SHELL__ != true) {
7 $__STDIN__ = fopen("php://stdin", "rb");
8 function readline($prompt="") {
10 return fgets($GLOBALS["__STDIN__"]);
16 ///CODE/////////////////////////////////////////////////
20 //print_r($argv); //Debug
27 ."Coded: Harvie 2oo7\n"
29 ."--------------------------\n"
35 eval(readline($__prompt__));
This page took 0.398437 seconds and 4 git commands to generate.