fork download
  1. <?php
  2.  
  3.  
  4. $first = 5;
  5. $second = 3;
  6. $summa = $first + $second;
  7.  
  8. echo $summa;
  9.  
Success #stdin #stdout 0.04s 25348KB
stdin
Standard input is empty
stdout
8