3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = '1 tyle street glasgow'; function mb_ucwords($str) { return mb_convert_case($str, MB_CASE_TITLE, 'UTF-8'); } print_r(mb_ucwords($name)); echo mb_encode_numericentity ($name, array (0x0, 0xffff, 0, 0xffff), 'UTF-8');
Output for git.master, git.master_jit, rfc.property-hooks
1 Tyle Street Glasgow&#49;&#32;&#116;&#121;&#108;&#101;&#32;&#115;&#116;&#114;&#101;&#101;&#116;&#32;&#103;&#108;&#97;&#115;&#103;&#111;&#119;

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:
28.39 ms | 405 KiB | 5 Q