fork(1) download
  1. <?php
  2. echo intval(13/10)*10 . "\n";
  3. echo intval(25/10)*10 . "\n";
  4. echo intval(137/10)*10 . "\n";
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
10
20
130