3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'nl_NL'); $numberFormatter = new \NumberFormatter('nl_NL', \NumberFormatter::DECIMAL); var_dump($numberFormatter->parse('25,95'));
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.23, 8.3.0 - 8.3.11
float(25.95)
Output for 8.0.13
Fatal error: Uncaught Error: Class "NumberFormatter" not found in /in/Fdvq5:5 Stack trace: #0 {main} thrown in /in/Fdvq5 on line 5
Process exited with code 255.
Output for 7.3.32, 7.4.26, 7.4.33
Fatal error: Uncaught Error: Class 'NumberFormatter' not found in /in/Fdvq5:5 Stack trace: #0 {main} thrown in /in/Fdvq5 on line 5
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.3.33, 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
float(25,95)

preferences:
90.78 ms | 414 KiB | 6 Q