3v4l.org

run code in 300+ PHP versions simultaneously
<?php $total = 38.500000; $newTotal = number_format($total,2); echo "NumberFormat: " . $newTotal . "\n"; echo "Float: " . sprintf("%.2f", $total) . "\n"; echo "Double: " .sprintf("%.2d", $total) . "\n";

preferences:
49.49 ms | 402 KiB | 5 Q