fork download
  1. <?php
  2.  
  3. echo ah(); // 'Ah!'
  4.  
  5. function ah() {
  6. return 'Ah!';
  7. }
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
Ah!