3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $str = 'YİY', "\n"; echo bin2hex($str), "\n"; echo $tmp = mb_convert_case($str, MB_CASE_LOWER, 'UTF-8'), "\n"; echo bin2hex($tmp), "\n"; echo $tmp = mb_convert_case($tmp, MB_CASE_UPPER, 'UTF-8'), "\n"; echo bin2hex($tmp);
Output for git.master, git.master_jit, rfc.property-hooks
YİY 59c4b059 yi̇y 7969cc8779 YİY 5949cc8759

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:
60.18 ms | 401 KiB | 8 Q