fork download
  1. Check whether the following PHP code is correct? *
  2. <?php
  3. $i=1; $j=2;
  4. $s= $i+$j;
  5. echo $s;
  6. ?>
Success #stdin #stdout 0.03s 25844KB
stdin
Standard input is empty
stdout
Check whether the following PHP code is correct? *
 3