3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = 1234232323.56; setlocale(LC_MONETARY,"en_US"); echo money_format("The price is %i", $number); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Fatal error: Uncaught Error: Call to undefined function money_format() in /in/FYGun:6 Stack trace: #0 {main} thrown in /in/FYGun on line 6
Process exited with code 255.
Output for 7.4.12 - 7.4.33
Deprecated: Function money_format() is deprecated in /in/FYGun on line 6 The price is USD 1,234,232,323.56
Output for 7.3.24 - 7.3.33
The price is USD 1,234,232,323.56

preferences:
91.67 ms | 401 KiB | 119 Q