fork(14) download
  1. <?php
  2. $a = 2;
  3. $b = 3;
  4. $c = $a + $b;
  5. echo"$c";
  6. ?>
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
5