3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LCTYPE, 'ru_RU'); $text = 'фгчнбхшг'; echo 'Original: ', $text, PHP_EOL; echo 'Translit: ', iconv('UTF8', 'ASCII//TRANSLIT', $text), PHP_EOL;
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: Undefined constant "LCTYPE" in /in/7TdbL:3 Stack trace: #0 {main} thrown in /in/7TdbL on line 3
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Warning: Use of undefined constant LCTYPE - assumed 'LCTYPE' (this will throw an Error in a future version of PHP) in /in/7TdbL on line 3 Warning: setlocale() expects parameter 1 to be int, string given in /in/7TdbL on line 3 Original: фгчнбхшг Translit: Fatal error: Uncaught Error: Call to undefined function iconv() in /in/7TdbL:6 Stack trace: #0 {main} thrown in /in/7TdbL on line 6
Process exited with code 255.
Output for 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: Use of undefined constant LCTYPE - assumed 'LCTYPE' (this will throw an Error in a future version of PHP) in /in/7TdbL on line 3 Warning: setlocale() expects parameter 1 to be int, string given in /in/7TdbL on line 3 Original: фгчнбхшг Translit: fgchnbxshg
Output for 7.2.0 - 7.2.33
Warning: Use of undefined constant LCTYPE - assumed 'LCTYPE' (this will throw an Error in a future version of PHP) in /in/7TdbL on line 3 Warning: setlocale() expects parameter 1 to be integer, string given in /in/7TdbL on line 3 Original: фгчнбхшг Translit: fgchnbxshg
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant LCTYPE - assumed 'LCTYPE' in /in/7TdbL on line 3 Warning: setlocale() expects parameter 1 to be integer, string given in /in/7TdbL on line 3 Original: фгчнбхшг Translit: fgchnbxshg
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Notice: Use of undefined constant LCTYPE - assumed 'LCTYPE' in /in/7TdbL on line 3 Deprecated: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead in /in/7TdbL on line 3 Warning: setlocale(): Invalid locale category name LCTYPE, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME in /in/7TdbL on line 3 Original: фгчнбхшг Translit: fgchnbxshg

preferences:
215.65 ms | 402 KiB | 336 Q