3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( unserialize(gzuncompress(httpGet("http://updates.facebot.org/openupdater/plugversions.php?pname=FV_Farmer"))) ); function httpGet($url = '') { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); //curl_setopt($ch, CURL_HTTP_VERSION_1_1, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 45); curl_setopt($ch, CURLOPT_AUTOREFERER, true); //curl_setopt($ch, CURLOPT_MAXREDIRS, 10); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36'); curl_setopt($ch, CURLOPT_ENCODING, 'gzip'); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept-Language: en-US', 'Pragma: no-cache')); if (isset($_SESSION['setGlobal']['use_proxy'])) { curl_setopt($ch, CURLOPT_PROXY, trim($_SESSION['setGlobal']['proxy_ip'] . ':' . $_SESSION['setGlobal']['proxy_port'])); curl_setopt($ch, CURLOPT_PROXYPORT, intval($_SESSION['setGlobal']['proxy_port'])); if (!empty($_SESSION['setGlobal']['proxy_user']) && !empty($_SESSION['setGlobal']['proxy_pass'])) { // is set proxy user and password $authorization = trim($_SESSION['setGlobal']['proxy_user']) . ':' . trim($_SESSION['setGlobal']['proxy_pass']); curl_setopt($ch, CURLOPT_PROXYUSERPWD, $authorization); curl_setopt($ch, CURLOPT_PROXYAUTH, CURLAUTH_BASIC); } } $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); if ($httpCode == 404) { return; } if ($httpCode == 500) { return; } if (empty($response)) { return; } curl_close($ch); return $response; }

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)
8.3.60.0040.01816.63
8.3.50.0050.01321.21
8.3.40.0090.00618.79
8.3.30.0140.00718.84
8.3.20.0040.00420.34
8.3.10.0140.00323.51
8.3.00.0040.00419.68
8.2.180.0150.00016.75
8.2.170.0030.01022.96
8.2.160.0070.00720.43
8.2.150.0070.00724.18
8.2.140.0040.01424.66
8.2.130.0090.00026.16
8.2.120.0040.00717.63
8.2.110.0110.00020.99
8.2.100.0060.00617.91
8.2.90.0000.00819.09
8.2.80.0040.00417.97
8.2.70.0060.00317.37
8.2.60.0000.00817.79
8.2.50.0060.00318.07
8.2.40.0000.00819.46
8.2.30.0040.00418.14
8.2.20.0030.00617.75
8.2.10.0050.00218.14
8.2.00.0000.00718.19
8.1.280.0100.01025.92
8.1.270.0030.00620.55
8.1.260.0030.00626.35
8.1.250.0040.00428.09
8.1.240.0070.00321.24
8.1.230.0120.00017.57
8.1.220.0050.00317.76
8.1.210.0080.00018.77
8.1.200.0030.00617.35
8.1.190.0030.00617.23
8.1.180.0000.00818.10
8.1.170.0030.00718.70
8.1.160.0000.00721.93
8.1.150.0050.00218.73
8.1.140.0090.00017.39
8.1.130.0030.00517.55
8.1.120.0080.00017.39
8.1.110.0020.00517.38
8.1.100.0030.00517.45
8.1.90.0040.00417.30
8.1.80.0000.00817.34
8.1.70.0070.00017.30
8.1.60.0030.00517.54
8.1.50.0080.00017.54
8.1.40.0030.00617.50
8.1.30.0030.00717.64
8.1.20.0030.00517.66
8.1.10.0040.00417.64
8.1.00.0040.00417.50
8.0.300.0040.00418.77
8.0.290.0060.00316.88
8.0.280.0000.00718.45
8.0.270.0070.00017.27
8.0.260.0030.00317.25
8.0.250.0000.00716.91
8.0.240.0070.00016.93
8.0.230.0030.00617.01
8.0.220.0030.00316.93
8.0.210.0030.00316.96
8.0.200.0040.00416.88
8.0.190.0000.00816.92
8.0.180.0000.00717.00
8.0.170.0040.00417.04
8.0.160.0030.00516.84
8.0.150.0030.00616.98
8.0.140.0030.00516.84
8.0.130.0060.00313.46
8.0.120.0000.00716.91
8.0.110.0030.00516.91
8.0.100.0000.00816.82
8.0.90.0040.00416.86
8.0.80.0120.00917.00
8.0.70.0040.00416.77
8.0.60.0050.00316.91
8.0.50.0000.00716.89
8.0.30.0080.01116.93
8.0.20.0140.00817.41
8.0.10.0000.00716.88
8.0.00.0090.01116.89
7.4.330.0030.00515.08
7.4.320.0070.00016.39
7.4.300.0030.00316.43
7.4.290.0040.00416.59
7.4.280.0040.00416.57
7.4.270.0000.00716.53
7.4.260.0040.00416.58
7.4.250.0080.00016.55
7.4.240.0040.00316.48
7.4.230.0030.00316.61
7.4.220.0000.01816.60
7.4.210.0090.00616.58
7.4.200.0030.00316.60
7.4.160.0140.00716.61
7.4.150.0060.01217.40
7.4.140.0080.01317.86
7.4.130.0110.01016.55
7.4.120.0090.00916.51
7.4.110.0130.01016.40
7.4.100.0100.01016.40
7.4.90.0120.00616.46
7.4.80.0070.01319.39
7.4.70.0090.00916.62
7.4.60.0030.01516.40
7.4.50.0030.00516.57
7.4.40.0100.01016.65
7.4.30.0070.01016.54
7.4.00.0100.00614.86
7.3.330.0030.00313.36
7.3.320.0030.00313.37
7.3.310.0030.00316.40
7.3.300.0030.00316.24
7.3.290.0050.01216.34
7.3.280.0140.00916.33
7.3.270.0130.00717.40
7.3.260.0090.00916.69
7.3.250.0080.01116.55
7.3.240.0040.01416.61
7.3.230.0180.00616.68
7.3.210.0070.01016.58
7.3.200.0090.01016.59
7.3.190.0030.01316.68
7.3.180.0060.01216.56
7.3.170.0130.00616.38
7.3.160.0130.00616.58
7.3.10.0070.00616.66
7.3.00.0040.00716.80
7.2.330.0100.00716.40
7.2.320.0170.00016.61
7.2.310.0110.01116.64
7.2.300.0170.00016.59
7.2.290.0060.01316.48
7.2.130.0030.01016.83
7.2.120.0030.00816.53
7.2.110.0040.01116.84
7.2.100.0030.01016.50
7.2.90.0070.00716.43
7.2.80.0030.01216.80
7.2.70.0110.00816.85
7.2.60.0070.01016.82
7.2.50.0030.01016.63
7.2.40.0030.00916.74
7.2.30.0030.00916.81
7.2.20.0030.00716.69
7.2.10.0100.00316.82
7.2.00.0130.00418.05
7.1.250.0000.00915.73
7.1.200.0030.01215.81
7.1.100.0000.00817.70
7.1.70.0030.00317.10
7.1.60.0060.00919.13
7.1.50.0100.01316.80
7.1.00.0100.07022.45
7.0.200.0250.00016.46
7.0.60.0030.07720.00
7.0.50.0070.08017.93
7.0.40.0100.04020.09
7.0.30.0600.06720.07
7.0.20.0230.07320.29
7.0.10.0100.09020.23
7.0.00.0000.08720.07
5.6.280.0000.06720.95
5.6.210.0070.07720.53
5.6.200.0070.04018.18
5.6.190.0000.06020.60
5.6.180.0200.04020.47
5.6.170.0270.08020.55
5.6.160.0030.08720.54
5.6.150.0170.04018.32
5.6.140.0030.08718.16
5.6.130.0070.03718.17
5.6.120.0030.06320.91
5.6.110.0130.04721.02
5.6.100.0130.07721.04
5.6.90.0130.08020.98
5.6.80.0070.07020.42
5.6.70.4430.04020.53
5.5.350.0130.07020.42
5.5.340.0030.08717.98
5.5.330.0070.04320.21
5.5.320.0300.07720.51
5.5.310.0230.08020.19
5.5.300.0070.07718.07
5.5.290.0070.04317.94
5.5.280.0130.03320.80
5.5.270.0170.04020.82
5.5.260.0230.06721.00
5.5.250.0000.04320.71
5.5.240.0030.06720.21
5.4.450.0200.05719.63
5.4.440.0100.06319.63
5.4.430.0230.05019.33
5.4.420.0230.05019.33
5.4.410.0030.06319.48
5.4.400.0200.04719.09
5.4.390.0300.03719.17
5.4.380.0130.05319.13
5.4.370.0130.05719.14
5.4.360.0170.05319.13
5.4.350.0130.05719.03
5.4.340.0130.05719.16
5.4.320.0100.06018.88
5.4.310.0300.04019.15
5.4.300.0330.03719.00
5.4.290.0070.06319.16
5.4.280.0270.04719.15
5.4.270.0200.05319.27
5.4.260.0230.05719.28
5.4.250.0200.05319.28
5.4.240.0070.06319.27
5.4.230.0170.06019.27
5.4.220.0130.06019.25
5.4.210.0200.06319.22
5.4.200.0200.05019.28
5.4.190.0170.05319.14
5.4.180.0330.03719.29
5.4.170.0100.06019.14
5.4.160.0230.04719.36
5.4.150.0170.05719.04
5.4.140.0300.04016.42
5.4.130.0270.04016.56
5.4.120.0170.05016.39
5.4.110.0200.05016.28
5.4.100.0270.04316.28
5.4.90.0270.04016.41
5.4.80.0130.05016.62
5.4.70.0130.05316.55
5.4.60.0130.05316.60
5.4.50.0300.05316.57
5.4.40.0200.05016.39
5.4.30.0230.04316.49
5.4.20.0200.04716.61
5.4.10.0130.05316.45
5.4.00.0270.04715.84
5.3.290.0200.07314.91
5.3.280.0230.04714.63
5.3.270.0170.05314.51
5.3.260.0230.04714.68
5.3.250.0130.06314.71
5.3.240.0170.05014.66
5.3.230.0200.05014.61
5.3.220.0200.05014.60
5.3.210.0170.05314.50
5.3.200.0270.04014.55
5.3.190.0200.05014.60
5.3.180.0270.04714.49
5.3.170.0170.05014.51
5.3.160.0230.04314.64
5.3.150.0130.05714.50
5.3.140.0130.05714.59
5.3.130.0200.05314.48
5.3.120.0270.04714.56
5.3.110.0170.05714.71
5.3.100.0230.06014.07
5.3.90.0170.05314.06
5.3.80.0130.05714.05
5.3.70.0230.04714.10
5.3.60.0200.05014.04
5.3.50.0230.04714.05
5.3.40.0200.04013.98
5.3.30.0170.04713.94
5.3.20.0070.05313.62
5.3.10.0130.04713.73
5.3.00.0230.04313.57
5.2.170.0100.04311.23
5.2.160.0200.03311.08
5.2.150.0230.03311.09
5.2.140.0200.03711.09
5.2.130.0200.03311.05
5.2.120.0230.03011.04
5.2.110.0170.04011.02
5.2.100.0130.04011.35
5.2.90.0130.04011.35
5.2.80.0170.03711.03
5.2.70.0170.04011.17
5.2.60.0100.04710.99
5.2.50.0270.03011.05
5.2.40.0100.04311.24
5.2.30.0130.04011.22
5.2.20.0070.04310.88
5.2.10.0130.03710.80
5.2.00.0170.03310.75
5.1.60.0130.0309.95
5.1.50.0130.0309.95
5.1.40.0100.0379.98
5.1.30.0130.03710.58
5.1.20.0100.04010.30
5.1.10.0130.03310.02
5.1.00.0100.04010.10
5.0.50.0130.0208.50
5.0.40.0100.0278.36
5.0.30.0070.0438.30
5.0.20.0100.0238.16
5.0.10.0100.0278.09
5.0.00.0070.0438.35
4.4.90.0030.0236.42
4.4.80.0070.0236.43
4.4.70.0030.0236.43
4.4.60.0000.0276.43
4.4.50.0070.0206.43
4.4.40.0030.0376.45
4.4.30.0030.0236.45
4.4.20.0030.0276.46
4.4.10.0030.0236.46
4.4.00.0070.0336.46
4.3.110.0000.0276.47
4.3.100.0030.0276.48
4.3.90.0030.0236.48
4.3.80.0070.0336.49
4.3.70.0100.0176.49
4.3.60.0030.0236.50
4.3.50.0070.0236.50
4.3.40.0070.0336.51
4.3.30.0000.0236.51
4.3.20.0030.0236.52
4.3.10.0000.0276.52
4.3.00.0070.0206.53

preferences:
63.38 ms | 401 KiB | 5 Q