<?php
$x = 0.0;
for ($i = 0; $i < 1000; $i++) $x += 0.1;
echo $x;

//https://pt.stackoverflow.com/q/59010/101