3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!extension_loaded('intl')) { throw new \Exception('PHP extension "intl" is not installed!'); } $trans = \Transliterator::create('Latin-ASCII;'); $test = $trans->transliterate('ั‚ะตัั‚'); echo $test;

preferences:
36.6 ms | 402 KiB | 5 Q