fork download
  1. <?php
  2.  
  3. // your code goes here
  4. (function () { echo 'Hello World'; })();
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
Hello World