3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(ICONV_IMPL); echo iconv("utf-8", "ascii//TRANSLIT", "öäoü");
Output for 7.4.0 - 7.4.32, 8.0.1 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(5) "glibc" ??o?
Output for 7.4.33
Warning: Use of undefined constant ICONV_IMPL - assumed 'ICONV_IMPL' (this will throw an Error in a future version of PHP) in /in/YrjCH on line 3 string(10) "ICONV_IMPL" Fatal error: Uncaught Error: Call to undefined function iconv() in /in/YrjCH:4 Stack trace: #0 {main} thrown in /in/YrjCH on line 4
Process exited with code 255.

preferences:
135.64 ms | 401 KiB | 121 Q