Subversion Repositories fastphp

Rev

Rev 82 | Rev 99 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 92
Line 249... Line 249...
249
                if (!isset($array[count($array)-1])) return null;
249
                if (!isset($array[count($array)-1])) return null;
250
                return $array[count($array)-1];
250
                return $array[count($array)-1];
251
        }
251
        }
252
}
252
}
253
 
253
 
254
$parser = new MyFastPHPCodeExplorer($icon);
254
$parser = new MyFastPHPCodeExplorer();
255
while (true) {
255
while (true) {
256
        try {
256
        try {
257
                $code = FastPHPReader::readCodeFromEditor();
257
                $code = FastPHPReader::readCodeFromEditor();
258
        } catch (FastPHPExitSignalReceivedException $e) {
258
        } catch (FastPHPExitSignalReceivedException $e) {
259
                die();
259
                die();