3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = array( "sn" => CAS0510000072, "name" => 内网测试环境, "engine" => array( "pkt_uri" => https://192.168.1.224:7088/engine/fred.tar.gz, "md5" => e6e21fc448db4a5a57087df0060b8292, "title" => fred ), "area" => array( "pkt_uri" => https://192.168.1.224:7088/area/东南地区_beta.tar.gz, "md5" => 4b6570bdae1fee83ef5ff2ab725eed4e, "title" => 东南地区_beta ), "account" => array( "pkt_uri" => https://192.168.1.224:7088/account.conf, "md5" => 481284bd6c5a0481c1f1b32afd7c8aae, "title" => account ), "work" => start ); $encoded = json_encode($json); var_dump($encoded); $unescaped = preg_replace_callback('/\\\u(\w{4})/', function ($matches) { return html_entity_decode('&#x' . $matches[1] . ';', ENT_COMPAT, 'UTF-8'); }, $encoded); echo $unescaped;

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
5.6.150.0070.03718.19
5.6.140.0170.05318.19
5.6.130.0070.06718.11
5.6.120.0100.04321.06
5.6.110.0130.08321.08
5.6.100.0130.03721.10
5.6.90.0070.07320.88
5.6.80.0030.05320.40
5.5.300.0130.07318.07
5.5.290.0070.05317.97
5.5.280.0070.08020.80
5.5.270.0070.04720.95
5.5.260.0000.04720.92
5.5.250.0100.08320.66
5.5.240.4330.03320.25

preferences:
141.22 ms | 1394 KiB | 7 Q