3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = 1234.56; // US national format, using () for negative numbers // and 10 digits for left precision setlocale(LC_MONETARY, 'en_US'); echo money_format('%(#10n', $number) . "\n"; // ($ 1,234.57)

preferences:
54.9 ms | 402 KiB | 5 Q