fork download
  1. <?php
  2. echo 0x0 +2; echo "\n";
  3. echo 0x0 +3.5; echo "\n";
  4. echo 0x0 +2e1;
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
2
3.5
20