fork download
  1. <?php
  2. $helloWorld = "Hello World";
  3. ?>
  4.  
  5. ... some HTML
  6.  
  7. <?php
  8. echo $helloWorld;
  9. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
... some HTML

Hello World