fork download
  1. <?php
  2.  
  3.  
  4. $i=1; $j=2;
  5. $s= $i+$j;
  6. echo $s;
  7.  
  8. ?>
Success #stdin #stdout 0.02s 26008KB
stdin
Standard input is empty
stdout
3