fork download
  1. <?php
  2.  
  3. function hello(){
  4. echo "Hello!";
  5. }
  6.  
  7. hello();
  8. ?>
Success #stdin #stdout 0s 13112KB
stdin
Standard input is empty
stdout
Hello!