3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(false === setlocale(LC_CTYPE, 'en_US')){ throw new \RuntimeException('Could not change the locale'); } echo iconv('UTF-8', 'ASCII//TRANSLIT', 'Jalapeño Café');
Output for 8.5.1 - 8.5.3
Fatal error: Uncaught Error: Call to undefined function iconv() in /in/AVQhU:7 Stack trace: #0 {main} thrown in /in/AVQhU on line 7
Process exited with code 255.
Output for 5.6.40, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0
Jalapeno Cafe

preferences:
65.74 ms | 984 KiB | 4 Q