3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = NumberFormatter::create('PL', NumberFormatter::DECIMAL); $result = $formatter->format(1090663, NumberFormatter::TYPE_DOUBLE); echo $result . ' = ' . bin2hex($result) . PHP_EOL; echo '1 090 663' . ' = ' . bin2hex('1 090 663') . PHP_EOL;

preferences:
28.05 ms | 402 KiB | 5 Q