3v4l.org

run code in 300+ PHP versions simultaneously
<?php $we_all_float_down_here = (float) 3467.60009765625; echo number_format($we_all_float_down_here, 20, '.', ''); echo PHP_EOL; $we_all_float_down_here = (float) 3467.60009765626; echo number_format($we_all_float_down_here, 20, '.', ''); echo PHP_EOL; $we_all_float_down_here = (float) 3467.600097656253; echo number_format($we_all_float_down_here, 20, '.', '');

preferences:
26.1 ms | 404 KiB | 5 Q