fork(2) download
  1. <?php
  2.  
  3. $var ="Oscar";
  4. echo "hola $var";
  5.  
  6.  
  7.  
  8. // your code goes here
  9.  
  10. ?>
Success #stdin #stdout 0s 82752KB
stdin
Standard input is empty
stdout
hola Oscar