3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo number_format(round(3.2550, 2), strlen(substr(strrchr(3.2550, "."), 1)), ',', '.'); echo PHP_EOL; echo number_format(round(3.4000, 2), strlen(substr(strrchr(3.4000, "."), 1)), ',', '.');

preferences:
38.25 ms | 402 KiB | 5 Q