3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'helloółe'; for ($i = 0, $count = mb_strlen($string); $i < $count; $i++) { echo $string[$i]; }

preferences:
44.07 ms | 402 KiB | 5 Q