3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = 'García'; if(utf8_encode(utf8_decode($input))== $input) $input = utf8_decode($input) . '1'; else if(utf8_decode($input)== $input) $input = utf8_encode($input) . '2'; echo $input; print "\n"; $input = 'García'; echo $input; print "\n"; echo utf8_decode($input); print "\n"; echo utf8_encode($input); print "\n";
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function utf8_decode() is deprecated in /in/tmBfe on line 4 Deprecated: Function utf8_encode() is deprecated in /in/tmBfe on line 4 Deprecated: Function utf8_decode() is deprecated in /in/tmBfe on line 5 Garc�a1 García Deprecated: Function utf8_decode() is deprecated in /in/tmBfe on line 16 García Deprecated: Function utf8_encode() is deprecated in /in/tmBfe on line 18 García

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:
57.47 ms | 402 KiB | 8 Q