3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = ' http://err.spring-tns.net/j0=,,,;+,cp=r2/r2_mp3/%3Fsaade%3D22%26paev%3D2014-04-28+url=http%3A//r2.err.ee/player_m%3Fsaade%3D22%26paev%3D2014-04-28;;;?lt=hupr4hqm&x=1536x864x24'; // disguises the curl using fake headers and a fake user agent. function disguise_curl($url) { $curl = curl_init(); // Setup headers - I used the same headers from Firefox version 2.0.0.6 // below was split up because php.net said the line was too long. :/ $header[0] = "Accept: text/xml,application/xml,application/xhtml+xml,"; $header[0] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; $header[] = "Cache-Control: max-age=0"; $header[] = "Connection: keep-alive"; $header[] = "Keep-Alive: 300"; $header[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"; $header[] = "Accept-Language: en-us,en;q=0.5"; $header[] = "Pragma: "; // browsers keep this blank. curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36x)'); curl_setopt($curl, CURLOPT_HTTPHEADER, $header); curl_setopt($curl, CURLOPT_REFERER, 'http://r2.err.ee/player_m?saade=22&paev=2014-04-28'); curl_setopt($curl, CURLOPT_ENCODING, 'gzip,deflate'); curl_setopt($curl, CURLOPT_AUTOREFERER, true); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_TIMEOUT, 10); $html = curl_exec($curl); // execute the curl command curl_close($curl); // close the connection return $html; // and finally, return $html } // uses the function and displays the text off the website $text = disguise_curl($url); echo $text; ?>

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.0140.00018.56
8.3.50.0090.00721.97
8.3.40.0000.01818.79
8.3.30.0070.01419.02
8.3.20.0070.00020.34
8.3.10.0070.00022.04
8.3.00.0080.00022.38
8.2.180.0120.00918.29
8.2.170.0120.00322.96
8.2.160.0110.00420.80
8.2.150.0030.00624.18
8.2.140.0040.00424.66
8.2.130.0000.00726.16
8.2.120.0070.00019.36
8.2.110.0060.00322.25
8.2.100.0040.00817.78
8.2.90.0080.00019.13
8.2.80.0030.00618.04
8.2.70.0050.00517.49
8.2.60.0040.00417.91
8.2.50.0080.00318.07
8.2.40.0030.00618.03
8.2.30.0040.00418.18
8.2.20.0070.00017.58
8.2.10.0040.00417.67
8.2.00.0030.00517.78
8.1.280.0170.00025.92
8.1.270.0080.00023.82
8.1.260.0040.00426.35
8.1.250.0000.01428.09
8.1.240.0000.00923.64
8.1.230.0030.00919.16
8.1.220.0040.00417.79
8.1.210.0050.00318.77
8.1.200.0030.00617.25
8.1.190.0030.00617.53
8.1.180.0030.00518.10
8.1.170.0050.00318.63
8.1.160.0000.00722.00
8.1.150.0040.00418.58
8.1.140.0030.00617.49
8.1.130.0030.00317.93
8.1.120.0070.00017.39
8.1.110.0040.00417.44
8.1.100.0070.00017.32
8.1.90.0040.00417.41
8.1.80.0050.00317.50
8.1.70.0000.00717.32
8.1.60.0040.00417.59
8.1.50.0040.00417.61
8.1.40.0000.00717.45
8.1.30.0040.00417.74
8.1.20.0080.00017.74
8.1.10.0020.00517.59
8.1.00.0040.00417.47
8.0.300.0000.00718.77
8.0.290.0070.00017.17
8.0.280.0000.00718.45
8.0.270.0060.00617.31
8.0.260.0000.00716.93
8.0.250.0030.00317.02
8.0.240.0040.00417.00
8.0.230.0070.00016.99
8.0.220.0070.00016.99
8.0.210.0050.00216.88
8.0.200.0000.00616.87
8.0.190.0030.00716.90
8.0.180.0080.00017.00
8.0.170.0040.00416.89
8.0.160.0030.00517.08
8.0.150.0040.00416.72
8.0.140.0030.00316.93
8.0.130.0070.00013.39
8.0.120.0000.00816.89
8.0.110.0000.00716.94
8.0.100.0050.00216.76
8.0.90.0030.00516.86
8.0.80.0040.01116.95
8.0.70.0000.00716.90
8.0.60.0000.00716.96
8.0.50.0050.00316.96
8.0.30.0120.01216.98
8.0.20.0100.00917.40
8.0.10.0050.00316.91
8.0.00.0130.00716.95
7.4.330.0000.00515.00
7.4.320.0070.00016.60
7.4.300.0030.00316.55
7.4.290.0040.00416.52
7.4.280.0030.00616.45
7.4.270.0030.00316.65
7.4.260.0000.00716.57
7.4.250.0000.00716.54
7.4.240.0030.00516.62
7.4.230.0000.00716.72
7.4.220.0030.01416.59
7.4.210.0070.01016.60
7.4.200.0070.00016.66
7.4.190.0000.00716.74
7.4.160.0060.01016.63
7.4.150.0140.01117.40
7.4.140.0150.00517.86
7.4.130.0120.00516.55
7.4.120.0090.00816.45
7.4.110.0130.00316.70
7.4.100.0070.01016.48
7.4.90.0100.01016.53
7.4.80.0090.01219.39
7.4.70.0170.00016.60
7.4.60.0030.01416.61
7.4.50.0030.00316.36
7.4.40.0000.01522.77
7.4.30.0150.00016.65
7.4.00.0100.00714.94
7.3.330.0000.00513.30
7.3.320.0000.00513.27
7.3.310.0000.00716.33
7.3.300.0000.00716.20
7.3.290.0070.00716.30
7.3.280.0060.01316.33
7.3.270.0110.00617.40
7.3.260.0070.01016.54
7.3.250.0090.00916.44
7.3.240.0090.00916.21
7.3.230.0190.00316.39
7.3.210.0100.01016.46
7.3.200.0140.00419.39
7.3.190.0090.00916.38
7.3.180.0070.01016.32
7.3.170.0060.01516.27
7.3.160.0120.00916.50
7.3.120.0070.01014.98
7.3.10.0040.01216.37
7.3.00.0110.00716.57
7.2.330.0120.00616.24
7.2.320.0060.01616.60
7.2.310.0130.00616.29
7.2.300.0150.02316.36
7.2.290.0130.00316.46
7.2.130.0040.01016.32
7.2.120.0170.00316.45
7.2.110.0030.01316.51
7.2.100.0070.00716.65
7.2.90.0000.01416.52
7.2.80.0060.00616.47
7.2.70.0120.00016.79
7.2.60.0090.01016.70
7.2.50.0080.00316.49
7.2.40.0140.00716.37
7.2.30.0100.00716.82
7.2.20.0110.00416.58
7.2.10.0150.00016.70
7.2.00.0030.00917.76
7.1.250.0030.01015.77
7.1.240.0000.00915.42
7.1.230.0110.00815.45
7.1.220.0090.00615.45
7.1.210.0080.00015.54
7.1.200.0060.00815.61
7.1.190.0060.00615.64
7.1.180.0030.01015.53
7.1.170.0090.00915.62
7.1.160.0040.01215.65
7.1.150.0040.00415.57
7.1.140.0060.00615.44
7.1.130.0040.00715.60
7.1.120.0000.01415.63
7.1.110.0030.00515.38
7.1.100.0040.00616.81
7.1.90.0070.00715.61
7.1.80.0030.00915.42
7.1.70.0050.00616.15
7.1.60.0090.00617.76
7.1.50.0000.01716.08
7.1.40.0100.00715.35
7.1.30.0090.00315.35
7.1.20.0030.01215.77
7.1.10.0150.00415.49
7.1.00.0020.04219.07
7.0.330.0140.00015.31
7.0.320.0060.00615.46
7.0.310.0030.00615.05
7.0.300.0110.00415.22
7.0.290.0030.01215.28
7.0.280.0070.00715.19
7.0.270.0120.00315.10
7.0.260.0040.01114.96
7.0.250.0030.01015.18
7.0.240.0030.00615.06
7.0.230.0120.00615.20
7.0.220.0040.00715.05
7.0.210.0030.01015.02
7.0.200.0040.01115.94
7.0.190.0070.00715.11
7.0.180.0030.00915.07
7.0.170.0110.00415.13
7.0.160.0060.00615.33
7.0.150.0040.00415.31
7.0.140.0060.03918.66
7.0.130.0000.01715.25
7.0.120.0000.01415.03
7.0.110.0100.00315.09
7.0.100.0070.00315.39
7.0.90.0000.01015.31
7.0.80.0070.00715.14
7.0.70.0060.00615.14
7.0.60.0050.04617.69
7.0.50.0090.04316.65
7.0.40.0050.03816.83
7.0.30.0180.03516.55
7.0.20.0170.04116.60
7.0.10.0100.03116.67
7.0.00.0060.02616.80
5.6.380.0000.01613.88
5.6.370.0060.00913.71
5.6.360.0070.00714.21
5.6.350.0030.01013.98
5.6.340.0070.00714.06
5.6.330.0030.00713.86
5.6.320.0040.00714.03
5.6.310.0060.00314.29
5.6.300.0060.00314.45
5.6.290.0000.01013.85
5.6.280.0050.03817.81
5.6.270.0070.00714.54
5.6.260.0000.00714.11
5.6.250.0000.00914.32
5.6.240.0000.01014.29
5.6.230.0100.00314.10
5.6.220.0030.01014.35
5.6.210.0080.04417.36
5.6.200.0050.05016.17
5.6.190.0110.04117.45
5.6.180.0090.03017.18
5.6.170.0120.02517.35
5.6.160.0030.04517.29
5.6.150.0090.03816.44
5.6.140.0110.03216.24
5.6.130.0040.04716.23
5.6.120.0100.03817.54
5.6.110.0030.02617.66
5.6.100.0070.04017.62
5.6.90.0070.04817.41
5.6.80.0090.02117.38
5.6.70.0170.04117.15
5.6.60.0080.00413.92
5.6.50.0040.00714.02
5.6.40.0030.01013.90
5.6.30.0070.00713.88
5.6.20.0030.00713.97
5.6.10.0030.00713.97
5.6.00.0030.01313.91
5.5.380.0000.00710.78
5.5.370.0000.01110.67
5.5.360.0040.00710.83
5.5.350.0060.04315.57
5.5.340.0100.04114.45
5.5.330.0100.01815.77
5.5.320.0070.03015.67
5.5.310.0090.02315.71
5.5.300.0030.04314.49
5.5.290.0060.03514.52
5.5.280.0080.04516.00
5.5.270.0050.02416.10
5.5.260.0080.04315.85
5.5.250.0070.04015.67
5.5.240.0050.04115.53
5.5.230.0060.00310.65
5.5.220.0040.00710.60
5.5.210.0030.01010.88
5.5.200.0030.00310.80
5.5.190.0030.00710.89
5.5.180.0000.01110.67
5.5.170.0030.01011.01
5.5.160.0030.01010.50
5.5.150.0060.00610.75
5.5.140.0070.00011.07
5.5.130.0030.00710.68
5.5.120.0070.00411.09
5.5.110.0040.00811.06
5.5.100.0000.01110.75
5.5.90.0070.00410.77
5.5.80.0030.01010.89
5.5.70.0070.00010.69
5.5.60.0060.00610.78
5.5.50.0030.00310.72
5.5.40.0060.00610.99
5.5.30.0080.00310.54
5.5.20.0000.01010.72
5.5.10.0030.00310.80
5.5.00.0060.00610.79
5.4.450.1080.02115.23
5.4.440.1180.02615.18
5.4.430.1130.01815.09
5.4.420.1050.02115.21
5.4.410.1070.01815.04
5.4.400.1050.01814.86
5.4.390.1040.02114.88
5.4.380.1070.02215.05
5.4.370.1100.02314.83
5.4.360.1120.02014.92
5.4.350.1070.02214.97
5.4.340.1010.02614.97
5.4.330.0060.00610.90
5.4.320.1100.02414.89
5.4.310.1300.02814.95
5.4.300.1220.02414.95
5.4.290.1100.02315.00
5.4.280.1130.01815.09
5.4.270.1230.02115.08
5.4.260.1280.02315.10
5.4.250.1200.02414.77
5.4.240.1150.02214.88
5.4.230.1250.02214.87
5.4.220.1100.02714.88
5.4.210.1050.02214.94
5.4.200.1080.02715.03
5.4.190.1200.02014.87
5.4.180.1160.01915.03
5.4.170.1200.02514.89
5.4.160.1250.02315.04
5.4.150.1260.02514.95
5.4.140.1280.02313.67
5.4.130.1200.02513.66
5.4.120.1190.02513.63
5.4.110.1200.02213.68
5.4.100.1200.02413.44
5.4.90.1220.01813.55
5.4.80.1220.02013.63
5.4.70.1130.02013.56
5.4.60.1080.02013.75
5.4.50.1220.02213.50
5.4.40.1020.02313.61
5.4.30.1210.02113.60
5.4.20.1230.02413.57
5.4.10.1210.02513.65
5.4.00.1070.01813.23
5.3.290.1050.02212.70
5.3.280.1090.01912.59
5.3.270.1050.02312.63
5.3.260.1180.02712.65
5.3.250.1180.02512.61
5.3.240.1200.01812.31
5.3.230.1210.02512.45
5.3.220.1050.02212.48
5.3.210.1180.02312.54
5.3.200.1140.01912.63
5.3.190.1270.02012.53
5.3.180.1300.02312.66
5.3.170.1080.02112.62
5.3.160.0480.02012.80
5.3.150.0020.02712.60
5.3.140.0020.02312.59
5.3.130.0180.02812.54
5.3.120.1300.02312.65
5.3.110.1220.02812.55
5.3.100.1100.02412.40
5.3.90.1210.02112.34
5.3.80.1110.02012.21
5.3.70.1290.02012.33
5.3.60.1220.02512.20
5.3.50.1280.01512.19
5.3.40.1180.02612.26
5.3.30.1230.02212.30
5.3.20.1120.01912.12
5.3.10.1070.02312.03
5.3.00.1170.01811.80
5.2.170.1150.01710.42
5.2.160.1080.01810.30
5.2.150.1020.01410.44
5.2.140.0970.01810.37
5.2.130.1020.01810.20
5.2.120.0990.01510.33
5.2.110.1000.01910.16
5.2.100.0950.01710.26
5.2.90.1060.01510.27
5.2.80.1030.01810.15
5.2.70.1050.01810.31
5.2.60.1020.02210.20
5.2.50.1000.02110.22
5.2.40.0830.01810.36
5.2.30.0730.01410.26
5.2.20.0820.02010.18
5.2.10.0840.01510.08
5.2.00.0770.0189.96
5.1.60.0850.0179.60
5.1.50.0820.0179.63
5.1.40.0810.0139.60
5.1.30.0700.0169.85
5.1.20.0700.0159.80
5.1.10.0050.0139.67
5.1.00.0060.0239.67
5.0.50.0080.0238.88
5.0.40.0030.0118.80
5.0.30.0040.0168.71
5.0.20.0050.0228.72
5.0.10.0050.0108.70
5.0.00.0030.0288.67
4.4.90.0200.0108.32
4.4.80.0530.0168.32
4.4.70.0530.0108.32
4.4.60.0570.0128.32
4.4.50.0430.0128.32
4.4.40.0520.0208.32
4.4.30.0530.0138.32
4.4.20.0450.0108.32
4.4.10.0450.0158.32
4.4.00.0370.0158.32
4.3.110.0470.0128.32
4.3.100.0400.0118.32
4.3.90.0430.0118.32
4.3.80.0370.0138.32
4.3.70.0450.0158.32
4.3.60.0450.0128.32
4.3.50.0450.0138.32
4.3.40.0480.0178.32
4.3.30.0250.0158.32
4.3.20.0220.0178.32
4.3.10.0200.0138.32
4.3.00.0180.0108.32

preferences:
57.04 ms | 401 KiB | 5 Q