fork download
  1. <?php
  2. $x = 0.0;
  3. for ($i = 0; $i < 1000; $i++) $x += 0.1;
  4. echo $x;
  5.  
  6. //https://pt.stackoverflow.com/q/59010/101
Success #stdin #stdout 0.02s 24212KB
stdin
Standard input is empty
stdout
99.999999999999