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";
Output for git.master_jit, git.master
i => 105 � => 204 � => 135 s => 115 t => 116 a => 97 n => 110 b => 98 u => 117 l => 108

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
37.53 ms | 405 KiB | 5 Q