fork download
  1. <?php
  2.  
  3. function myfunction() {
  4. echo __FUNCTION__ . "abc";
  5. }
  6.  
  7. myfunction();
Success #stdin #stdout 0.02s 25580KB
stdin
Standard input is empty
stdout
myfunctionabc