fork download
  1. <?php
  2. $x=test();
  3. function test(){
  4. echo "Emeka is a great programmer";
  5. }
  6. echo $x;
  7. ?>
Success #stdin #stdout 0.04s 25860KB
stdin
Standard input is empty
stdout
Emeka is a great programmer