3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str=mb_strtolower('İstanbul'); for ($i = 0; $i < strlen($str); $i++) echo $str[$i] . " => " . ord($str[$i]) . "\n";

preferences:
24.76 ms | 405 KiB | 5 Q