fork download
  1. <?php
  2. class test{
  3. public
  4. $aSettings = array(
  5. 'BindHost' => "127.0.0.1",
  6. 'Port' => 9123,
  7. 'MaxFileSize' => (5 * (1024 * 1024)), // unexpected "(" here
  8. 'UploadedURL' => "http://localhost",
  9. 'UploadPath' => dirname(__FILE__) . "/upload",
  10. 'UploadMap' => dirname(__FILE__) . "/uploads.object",
  11. 'RegisterMode' => false
  12. );
  13. }
  14. ?>
  15.  
Runtime error #stdin #stdout 0.02s 13664KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected '(' in /home/G75NSt/prog.php on line 7