3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mb_str_split($string) { return preg_split('/(?<!^)(?!$)/u', $string ); } $string = 'My string &lsquo;to parse&rsquo;'; $string = utf8_encode($string); $string_decoded = html_entity_decode($string, ENT_QUOTES, 'utf-8'); $string_array = mb_str_split($string_decoded); var_dump($string_array);

This is an error 404

There are `0` results


preferences:
118.82 ms | 1010 KiB | 7 Q