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