3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Henrik Ibsen, Henrik Ibsen \u02c8h\u025bn\u027eik \u02c8ips\u0259n (Skien, 20 marzo 1828 - Oslo, 23 maggio 1906) è stato uno scrittore, drammaturgo, poeta e regista teatrale norvegese."; $utf8html = preg_replace('@\\\U([0-9A-F]{4})@i', "&#x\\1", $str); echo $utf8html;
Output for git.master, git.master_jit, rfc.property-hooks
Henrik Ibsen, Henrik Ibsen &#x02c8h&#x025bn&#x027eik &#x02c8ips&#x0259n (Skien, 20 marzo 1828 - Oslo, 23 maggio 1906) è stato uno scrittore, drammaturgo, poeta e regista teatrale norvegese.

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