3v4l.org

run code in 500+ PHP versions simultaneously
<?php $json = '{ "General": { "Remote_Server_Root_URL": "\u0026", "Welcome_Screen_URL": "\u0027", "Multi_Configuration_URL": "\u0022", "Configuration_Id": "\u003C\u003E" } }'; $json = preg_replace('#\\\\u([0-9A-F]{4})#', '\\\\\u0075$1', $json); $dec = json_decode($json, true); $enc = preg_replace('#\\\\u0075#', 'u', json_encode($dec)); echo $enc;
Output for git.master, git.master_jit
{"General":{"Remote_Server_Root_URL":"\u0026","Welcome_Screen_URL":"\u0027","Multi_Configuration_URL":"\u0022","Configuration_Id":"\u003C\u003E"}}

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:
53.56 ms | 851 KiB | 4 Q