fork download
  1. <? var_dump('123' + '456');
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
int(579)