3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array( utf8_encode("grado académico"), utf8_encode("ñññññóóóóûüÑuü"), utf8_encode("ÁÁÁÁÉÉ"), utf8_encode("código") ); $b = array_map(utf8_decode, $a); print_r($b);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function utf8_encode() is deprecated in /in/SmAOS on line 4 Deprecated: Function utf8_encode() is deprecated in /in/SmAOS on line 5 Deprecated: Function utf8_encode() is deprecated in /in/SmAOS on line 6 Deprecated: Function utf8_encode() is deprecated in /in/SmAOS on line 7 Fatal error: Uncaught Error: Undefined constant "utf8_decode" in /in/SmAOS:9 Stack trace: #0 {main} thrown in /in/SmAOS on line 9
Process exited with code 255.

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