3v4l.org

run code in 300+ PHP versions simultaneously
<?php class youtube { var $conn = false; var $username = ""; var $password = ""; var $error = false; function get($url) { $this->conn = new Curl('youtube'); $html = $this->conn->get($url); if(strstr($html,'verify-age-thumb')) { $this->error = "Adult Video Detected"; return false; } if(strstr($html,'das_captcha')) { $this->error = "Captcah Found please run on diffrent server"; return false; } if(!preg_match('/stream_map=(.[^&]*?)&/i',$html,$match)) { $this->error = "Error Locating Downlod URL's"; return false; } if(!preg_match('/stream_map=(.[^&]*?)(?:\\\\|&)/i',$html,$match)) { return false; } $fmt_url = urldecode($match[1]); $urls = explode(',',$fmt_url); $foundArray = array(); foreach($urls as $url) { if(preg_match('/itag=([0-9]+)/',$url,$tm) && preg_match('/sig=(.*?)&/', $url , $si) && preg_match('/url=(.*?)&/', $url , $um)) { $u = urldecode($um[1]); $foundArray[$tm[1]] = $u.'&signature='.$si[1]; } } $typeMap = array(); $typeMap[13] = array("13", "3GP", "Low Quality - 176x144"); $typeMap[17] = array("17", "3GP", "Medium Quality - 176x144"); $typeMap[36] = array("36", "3GP", "High Quality - 320x240"); $typeMap[5] = array("5", "FLV", "Low Quality - 400x226"); $typeMap[6] = array("6", "FLV", "Medium Quality - 640x360"); $typeMap[34] = array("34", "FLV", "Medium Quality - 640x360"); $typeMap[35] = array("35", "FLV", "High Quality - 854x480"); $typeMap[43] = array("43", "WEBM", "Low Quality - 640x360"); $typeMap[44] = array("44", "WEBM", "Medium Quality - 854x480"); $typeMap[45] = array("45", "WEBM", "High Quality - 1280x720"); $typeMap[18] = array("18", "MP4", "Medium Quality - 480x360"); $typeMap[22] = array("22", "MP4", "High Quality - 1280x720"); $typeMap[37] = array("37", "MP4", "High Quality - 1920x1080"); $typeMap[33] = array("38", "MP4", "High Quality - 4096x230"); $videos = array(); foreach($typeMap as $format => $meta) { if (isset($foundArray[$format])) { $videos[] = array('ext' => strtolower($meta[1]) , 'type' => $meta[2], 'url' => $foundArray[$format]); } } return $videos; } }

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.01118.55
8.3.50.0170.00518.19
8.3.40.0120.00918.89
8.3.30.0090.00618.59
8.3.20.0060.00318.65
8.3.10.0080.00018.60
8.3.00.0040.00419.13
8.2.180.0100.01018.29
8.2.170.0180.00322.96
8.2.160.0130.00020.52
8.2.150.0080.00024.18
8.2.140.0050.00324.66
8.2.130.0040.00426.16
8.2.120.0080.00019.54
8.2.110.0120.01222.20
8.2.100.0040.00817.78
8.2.90.0070.00319.14
8.2.80.0000.00917.97
8.2.70.0000.00917.50
8.2.60.0040.00417.80
8.2.50.0040.00418.07
8.2.40.0060.00319.35
8.2.30.0030.00617.52
8.2.20.0030.00617.52
8.2.10.0070.00017.66
8.2.00.0000.00817.50
8.1.280.0120.00625.92
8.1.270.0040.00423.99
8.1.260.0040.00426.35
8.1.250.0070.00028.09
8.1.240.0000.01119.15
8.1.230.0060.00618.91
8.1.220.0040.00417.74
8.1.210.0030.00618.77
8.1.200.0070.00317.36
8.1.190.0000.00817.23
8.1.180.0040.00418.10
8.1.170.0000.00818.70
8.1.160.0050.00218.95
8.1.150.0000.00718.43
8.1.140.0040.00417.43
8.1.130.0030.00517.37
8.1.120.0000.00817.38
8.1.110.0040.00417.36
8.1.100.0070.00017.38
8.1.90.0000.00717.26
8.1.80.0000.00717.29
8.1.70.0000.00817.33
8.1.60.0030.00517.55
8.1.50.0000.00717.25
8.1.40.0040.00417.46
8.1.30.0040.00417.56
8.1.20.0090.00317.53
8.1.10.0020.00517.31
8.1.00.0040.00417.37
8.0.300.0000.00818.77
8.0.290.0050.00216.63
8.0.280.0030.00318.61
8.0.270.0000.00717.22
8.0.260.0050.00316.78
8.0.250.0030.00716.77
8.0.240.0030.00516.80
8.0.230.0000.00716.75
8.0.220.0000.00816.77
8.0.210.0000.00716.64
8.0.200.0030.00316.76
8.0.190.0000.00716.78
8.0.180.0040.00416.73
8.0.170.0030.00616.71
8.0.160.0040.00416.92
8.0.150.0030.00516.73
8.0.140.0080.00016.72
8.0.130.0060.00013.17
8.0.120.0080.00016.79
8.0.110.0040.00416.87
8.0.100.0040.00416.85
8.0.90.0040.00416.64
8.0.80.0070.00716.81
8.0.70.0000.00816.81
8.0.60.0000.00816.80
8.0.50.0040.00416.82
8.0.30.0070.01417.09
8.0.20.0080.01016.89
8.0.10.0050.00216.80
8.0.00.0080.00916.55
7.4.330.0020.00212.98
7.4.320.0030.00316.53
7.4.300.0040.00416.42
7.4.290.0070.00416.52
7.4.280.0050.00216.43
7.4.270.0050.00316.29
7.4.260.0000.00513.16
7.4.250.0090.00016.36
7.4.240.0030.00316.49
7.4.230.0030.00316.49
7.4.220.0110.00816.39
7.4.210.0120.00916.47
7.4.200.0000.00716.62
7.4.190.0050.00316.68
7.4.160.0040.01316.31
7.4.150.0100.00716.53
7.4.140.0200.00317.86
7.4.130.0110.01416.45
7.4.120.0110.00916.41
7.4.110.0060.01116.43
7.4.100.0030.01416.48
7.4.90.0070.01416.34
7.4.80.0090.00619.39
7.4.70.0090.01216.31
7.4.60.0100.00616.35
7.4.50.0040.00416.30
7.4.40.0090.00916.52
7.4.30.0160.00316.38
7.4.00.0060.00614.85
7.3.330.0030.00313.08
7.3.320.0070.00013.15
7.3.310.0000.00716.31
7.3.300.0000.00716.25
7.3.290.0080.00916.20
7.3.280.0060.01316.22
7.3.270.0070.01016.23
7.3.260.0030.01816.54
7.3.240.0120.00416.48
7.3.230.0100.00716.41
7.3.210.0130.00316.22
7.3.200.0060.01116.19
7.3.190.0060.00916.23
7.3.180.0140.00416.52
7.3.170.0160.00716.29
7.3.160.0130.00416.26
7.3.120.0060.00914.67
7.3.110.0080.00414.14
7.3.100.0100.00314.36
7.3.90.0000.00914.80
7.3.80.0000.01614.83
7.3.70.0030.00914.56
7.3.60.0100.00314.69
7.3.50.0030.01014.66
7.3.40.0090.00614.73
7.3.30.0090.00614.51
7.3.20.0120.00316.37
7.3.10.0060.00816.38
7.3.00.0060.00916.47
7.2.330.0100.00716.40
7.2.320.0110.00716.54
7.2.310.0140.01016.52
7.2.300.0050.01016.41
7.2.290.0140.00316.44
7.2.250.0100.01015.04
7.2.240.0030.01715.02
7.2.230.0100.00714.81
7.2.220.0070.00314.84
7.2.210.0040.01114.49
7.2.200.0070.01014.84
7.2.190.0030.01014.62
7.2.180.0000.01414.91
7.2.170.0110.00014.57
7.2.130.0150.00016.69
7.2.120.0060.00316.89
7.2.110.0060.00616.63
7.2.100.0110.00016.29
7.2.90.0030.01216.61
7.2.80.0070.00416.84
7.2.70.0040.00416.91
7.2.60.0030.01216.51
7.2.50.0130.00016.89
7.2.40.0030.00716.33
7.2.30.0060.00616.56
7.2.20.0060.00816.73
7.2.10.0060.00616.42
7.2.00.0050.00617.81
7.1.330.0130.00015.77
7.1.320.0030.01015.72
7.1.310.0150.00415.35
7.1.300.0000.01515.41
7.1.290.0040.01115.77
7.1.280.0030.00915.41
7.1.270.0060.00915.37
7.1.260.0100.00315.54
7.1.250.0030.00615.72
7.1.200.0120.00015.33
7.1.70.0050.00316.90
7.1.60.0110.01419.25
7.1.50.0170.01334.37
7.1.00.0000.03722.27
7.0.200.0030.00516.54
7.0.140.0070.07021.96
7.0.120.0070.07022.01
7.0.60.0100.03319.97
7.0.50.0030.05718.00
7.0.40.0130.08017.73
7.0.30.0030.05317.76
7.0.20.0100.08017.79
7.0.10.0070.07317.81
7.0.00.0070.04017.74
5.6.280.0030.07321.07
5.6.210.0170.07720.50
5.6.200.0100.08018.29
5.6.190.0070.07018.30
5.6.180.0070.03718.18
5.6.170.0030.08718.22
5.6.160.0100.07318.20
5.6.150.0070.07718.27
5.6.140.0100.07018.21
5.6.130.0130.03718.26
5.6.120.0070.06718.17
5.6.110.0030.07718.20
5.6.100.0100.03718.16
5.6.90.0070.05318.29
5.6.80.0070.05317.63
5.6.70.0100.04317.68
5.6.60.0100.07017.65
5.6.50.0000.04317.65
5.6.40.0100.07017.53
5.6.30.0000.06717.56
5.6.20.0030.08317.57
5.6.10.0100.03717.63
5.6.00.0030.08317.55
5.5.350.0300.07320.47
5.5.340.0070.08017.98
5.5.330.0100.07017.99
5.5.320.0070.04017.99
5.5.310.0070.08017.94
5.5.300.0070.07318.06
5.5.290.0070.04718.08
5.5.280.0030.08017.98
5.5.270.0070.08017.98
5.5.260.0070.04317.96
5.5.250.0070.08317.82
5.5.240.0130.07717.45
5.5.230.0070.04017.37
5.5.220.0100.04717.37
5.5.210.0130.04017.36
5.5.200.0070.03717.44
5.5.190.0000.05317.31
5.5.180.0100.03317.34
5.5.160.0130.05717.29
5.5.150.0130.07017.32
5.5.140.0100.06017.40
5.5.130.0130.07017.39
5.5.120.0030.06017.34
5.5.110.0070.07717.41
5.5.100.0100.04317.34
5.5.90.0030.04717.32
5.5.80.0100.05717.23
5.5.70.0070.05717.33
5.5.60.0100.07717.23
5.5.50.0030.06017.25
5.5.40.0100.07317.18
5.5.30.0000.07017.29
5.5.20.0070.06317.32
5.5.10.0130.07017.18
5.5.00.0030.04017.17
5.4.450.0030.08019.32
5.4.440.0100.07719.34
5.4.430.0130.07019.30
5.4.420.0130.06319.46
5.4.410.0000.08319.25
5.4.400.0070.04319.02
5.4.390.0070.07319.10
5.4.380.0070.03719.05
5.4.370.0070.03718.98
5.4.360.0030.08019.08
5.4.350.0100.07019.03
5.4.340.0100.06718.99
5.4.320.0070.04719.05
5.4.310.0070.04319.05
5.4.300.0030.04719.04
5.4.290.0100.07718.95
5.4.280.0030.04719.10
5.4.270.0100.04719.10
5.4.260.0070.04719.05
5.4.250.0070.07019.02
5.4.240.0070.07019.08
5.4.230.0000.08018.98
5.4.220.0070.07719.03
5.4.210.0000.05719.08
5.4.200.0070.07719.09
5.4.190.0130.07719.04
5.4.180.0070.07319.02
5.4.170.0100.07719.10
5.4.160.0100.05719.08
5.4.150.0030.08019.07
5.4.140.0100.06716.40
5.4.130.0100.06316.45
5.4.120.0170.06716.44
5.4.110.0100.07316.42
5.4.100.0030.04316.44
5.4.90.0130.06716.48
5.4.80.0130.05016.37
5.4.70.0070.06316.58
5.4.60.0000.06016.30
5.4.50.0070.07316.32
5.4.40.0000.05316.34
5.4.30.0070.07016.50
5.4.20.0070.07716.40
5.4.10.0030.06716.46
5.4.00.0100.06715.89
5.3.290.0130.07314.54
5.3.280.0100.07014.67
5.3.270.0030.04714.48
5.3.260.0070.04714.84
5.3.250.0000.05014.66
5.3.240.0100.07014.67
5.3.230.0100.06014.57
5.3.220.0070.07314.65
5.3.210.0070.08014.44
5.3.200.0030.08314.64
5.3.190.0030.08014.66
5.3.180.0100.05014.64
5.3.170.0100.07714.62
5.3.160.0100.07714.62
5.3.150.0030.07314.55
5.3.140.0030.05014.54
5.3.130.0070.05314.60
5.3.120.0030.05314.42
5.3.110.0100.06014.62
5.3.100.0030.05314.27
5.3.90.0000.06314.04
5.3.80.0100.07013.88
5.3.70.0070.07014.24
5.3.60.0100.07014.06
5.3.50.0070.07313.96
5.3.40.0070.04013.96
5.3.30.0030.05713.79
5.3.20.0070.07313.74
5.3.10.0030.05013.73
5.3.00.0100.06713.72
5.2.170.0000.04311.16
5.2.160.0000.04011.21
5.2.150.0070.05711.26
5.2.140.0030.06311.20
5.2.130.0070.05711.19
5.2.120.0030.03711.02
5.2.110.0130.02011.16
5.2.100.0030.05711.20
5.2.90.0070.06011.03
5.2.80.0070.03011.23
5.2.70.0100.05311.13
5.2.60.0070.06311.09
5.2.50.0030.06311.04
5.2.40.0000.03711.05
5.2.30.0000.04011.05
5.2.20.0000.04011.00
5.2.10.0170.03310.86
5.2.00.0000.06710.73
5.1.60.0030.04710.10
5.1.50.0030.05010.09
5.1.40.0070.0479.99
5.1.30.0070.05310.40
5.1.20.0070.06010.59
5.1.10.0030.05310.12
5.1.00.0000.0609.94
5.0.50.0030.0278.67
5.0.40.0070.0408.51
5.0.30.0100.0508.27
5.0.20.0100.0338.27
5.0.10.0030.0478.27
5.0.00.0000.0578.27
4.4.90.0000.0338.27
4.4.80.0030.0208.27
4.4.70.0100.0308.27
4.4.60.0100.0238.27
4.4.50.0030.0278.27
4.4.40.0000.0578.27
4.4.30.0000.0378.27
4.4.20.0030.0278.27
4.4.10.0070.0308.27
4.4.00.0030.0338.27
4.3.110.0030.0378.27
4.3.100.0030.0338.27
4.3.90.0000.0308.27
4.3.80.0000.0408.27
4.3.70.0000.0308.27
4.3.60.0030.0378.27
4.3.50.0030.0378.27
4.3.40.0030.0508.27
4.3.30.0030.0338.27
4.3.20.0000.0378.27
4.3.10.0030.0378.27
4.3.00.0030.0338.27

preferences:
54.51 ms | 401 KiB | 5 Q