3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testStrings = [ "H3||0", "Hallo", "aloha", "h", "hallo", "hallå", "hel", "helicopter", "hellacious", "hello", "hello y'all", "hello yall", "helów", "hey hello", "hola", "hêllo", "mellow yellow", "try", ]; $needle = 'hello'; usort($testStrings, fn($a, $b) => [is_int(similar_text($needle, $b, $percentB)), $percentB] <=> [is_int(similar_text($needle, $a, $percentA)), $percentA] ); var_export($testStrings);

preferences:
26.47 ms | 406 KiB | 5 Q