fork download
  1. <?php
  2.  
  3. function test($q=5)
  4. {
  5. return $q;
  6. }
  7.  
  8. printf("%d", test());
  9. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
5