3v4l.org

run code in 300+ PHP versions simultaneously
<?php setLocale(LC_ALL, 'fr_FR'); $names = [ 'Zoey and another (word)', 'Émilie and another word', 'Amber' ]; array_multisort( array_map(fn($v) => iconv('utf-8', 'ascii//TRANSLIT', $v), $names), $names ); var_export($names);

preferences:
27.07 ms | 407 KiB | 5 Q