3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = "test_mit_schÄnen_strand"; $search = ['Ä', 'Ö', 'Ü', 'ä', 'ö', 'ü', 'ß']; $replace = ['Ae', 'Oe', 'Ue', 'ae', 'oe', 'ue', 'ss']; $result = str_replace($search, $replace, $value); var_dump($result);
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15, 8.5.0
string(24) "test_mit_schAenen_strand"

preferences:
47.93 ms | 406 KiB | 5 Q