fork download
  1. <?php
  2.  
  3. // your code goes here
  4. function test($x){
  5.  
  6. echo $x;
  7. }
Success #stdin #stdout 0.04s 25972KB
stdin
testing
stdout
Standard output is empty