3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Fmt = new NumberFormatter('en_US', NumberFormatter::CURRENCY); var_dump($Fmt->format(1234.45, NumberFormatter::TYPE_CURRENCY));
Output for 8.4.1 - 8.4.14
Deprecated: Constant NumberFormatter::TYPE_CURRENCY is deprecated since 8.3 in /in/mc4XU on line 4 Fatal error: Uncaught ValueError: NumberFormatter::format(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::formatCurrency() method instead in /in/mc4XU:4 Stack trace: #0 /in/mc4XU(4): NumberFormatter->format(1234.45, 4) #1 {main} thrown in /in/mc4XU on line 4
Process exited with code 255.
Output for 8.3.0 - 8.3.27
Deprecated: Constant NumberFormatter::TYPE_CURRENCY is deprecated in /in/mc4XU on line 4 Fatal error: Uncaught ValueError: NumberFormatter::format(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::formatCurrency() method instead in /in/mc4XU:4 Stack trace: #0 /in/mc4XU(4): NumberFormatter->format(1234.45, 4) #1 {main} thrown in /in/mc4XU on line 4
Process exited with code 255.
Output for 8.0.24 - 8.0.30, 8.1.11 - 8.1.33, 8.2.0 - 8.2.29
Fatal error: Uncaught ValueError: NumberFormatter::format(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::formatCurrency() method instead in /in/mc4XU:4 Stack trace: #0 /in/mc4XU(4): NumberFormatter->format(1234.45, 4) #1 {main} thrown in /in/mc4XU on line 4
Process exited with code 255.
Output for 8.0.1 - 8.0.23, 8.1.0 - 8.1.10
Fatal error: Uncaught ValueError: NumberFormatter::format(): Argument #3 must be a NumberFormatter::TYPE_* constant in /in/mc4XU:4 Stack trace: #0 /in/mc4XU(4): NumberFormatter->format(1234.45, 4) #1 {main} thrown in /in/mc4XU on line 4
Process exited with code 255.
Output for 7.4.33
Fatal error: Uncaught Error: Class 'NumberFormatter' not found in /in/mc4XU:3 Stack trace: #0 {main} thrown in /in/mc4XU on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.32
Warning: NumberFormatter::format(): Unsupported format type 4 in /in/mc4XU on line 4 bool(false)

preferences:
138.67 ms | 413 KiB | 5 Q