fork download
  1. <?php
  2. function test(){
  3. echo "hello world";
  4. }
  5. echo test();
  6. ?>
Success #stdin #stdout 0.02s 25884KB
stdin
Standard input is empty
stdout
hello world