fork(1) download
  1. <?php
  2. $a = '1';
  3. $b = '2';
  4. $c = (int)$a + (int)$b;
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
int(3)