3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace FF_FeedManager; interface DisplayTypes { // Display Types const SD = 'SD'; const HD = 'HD'; const FID = 'FID'; const UHD = 'UHD'; // 4x or Ultra HD } interface DeliveryTypes { // Delivery Types const HLS = 'HLS'; const SS = 'SS'; const DASH = 'DASH'; const F50512 = '50512'; const F50522 = '50522'; const F60181 = '60181'; const F60171 = '60171'; } interface FeedManager extends DisplayTypes,DeliveryTypes { /** * Get the URL for the given FeedType * @param $id Kaltura ID * @param $display_type HD,SD,etc * @param $delivery_type HLS,SS,etc *. * @return string */ public function GetFeed($id, DisplayTypes $displayType, DeliveryTypes $deliveryType); /** * Get all of the feeds * @param $id Kaltura ID * * @return array */ public function GetAllFeeds($id); } class DrupalFeedManager implements FeedManager { // No need for a constructor for the DB connector public function GetFeed($id, DisplayTypes $displayType, DeliveryTypes $deliveryType) { $url = db_result( db_query( "SELECT url FROM azure_endpoints WHERE kid LIKE '%s' AND display_type LIKE '%s' AND delivery_type LIKE '%s'", $id, $displayType, $deliverType ) ); return isset($url) ? $url : FALSE; } public function GetAllFeeds($id) { $feeds_result = db_query( "SELECT display_type, delivery_type, url FROM azure_endpoints WHERE kid LIKE '%s'", $id ); $feeds_array = array(); while ($feed = db_fetch_array($feeds_result)) { $feeds_array[$feed['display_type']][$feed['delivery_type']] = $feed['url']; } return $feeds_array; } } print DisplayTypes::HD; print DeliveryTypes::F50512; ?>

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.0090.00616.36
8.3.50.0130.00522.04
8.3.40.0090.00618.68
8.3.30.0120.00319.10
8.3.20.0070.00020.25
8.3.10.0040.00423.66
8.3.00.0040.00419.26
8.2.180.0140.00718.03
8.2.170.0110.00422.96
8.2.160.0100.00320.52
8.2.150.0030.00624.18
8.2.140.0030.00624.66
8.2.130.0140.00026.16
8.2.120.0040.00422.13
8.2.110.0080.00322.10
8.2.100.0060.00617.48
8.2.90.0030.00619.05
8.2.80.0080.00017.97
8.2.70.0000.00917.50
8.2.60.0040.00417.91
8.2.50.0060.00318.07
8.2.40.0000.00718.03
8.2.30.0070.00018.13
8.2.20.0040.00417.65
8.2.10.0030.00617.94
8.2.00.0070.00417.53
8.1.280.0100.00625.92
8.1.270.0090.00022.22
8.1.260.0000.00826.35
8.1.250.0070.00028.09
8.1.240.0090.00023.98
8.1.230.0040.00817.42
8.1.220.0040.00417.74
8.1.210.0030.00618.77
8.1.200.0030.00617.35
8.1.190.0040.00417.41
8.1.180.0040.00418.10
8.1.170.0070.00318.65
8.1.160.0000.00722.11
8.1.150.0030.00518.66
8.1.140.0000.00717.42
8.1.130.0000.00717.68
8.1.120.0030.00517.37
8.1.110.0050.00317.45
8.1.100.0080.00017.40
8.1.90.0030.00517.42
8.1.80.0000.00817.33
8.1.70.0040.00417.34
8.1.60.0000.00817.61
8.1.50.0050.00317.50
8.1.40.0040.00417.36
8.1.30.0050.00317.56
8.1.20.0000.00817.54
8.1.10.0040.00417.45
8.1.00.0000.00717.50
8.0.300.0050.00318.77
8.0.290.0040.00416.88
8.0.280.0000.00718.37
8.0.270.0070.00017.08
8.0.260.0070.00017.24
8.0.250.0030.00417.00
8.0.240.0000.00716.91
8.0.230.0070.00016.90
8.0.220.0040.00416.71
8.0.210.0000.00716.73
8.0.200.0050.00216.86
8.0.190.0070.00016.91
8.0.180.0040.00416.91
8.0.170.0040.00416.92
8.0.160.0000.00816.83
8.0.150.0060.00316.70
8.0.140.0040.00416.74
8.0.130.0030.00313.26
8.0.120.0040.00416.86
8.0.110.0000.00816.79
8.0.100.0050.00216.86
8.0.90.0040.00416.91
8.0.80.0070.01016.80
8.0.70.0050.00216.80
8.0.60.0030.00516.75
8.0.50.0050.00216.76
8.0.30.0170.00517.08
8.0.20.0090.00917.40
8.0.10.0000.00817.02
8.0.00.0060.01416.90
7.4.330.0030.00315.00
7.4.320.0050.00216.47
7.4.300.0040.00416.62
7.4.290.0000.00716.48
7.4.280.0040.00416.48
7.4.270.0000.00716.59
7.4.260.0000.00716.53
7.4.250.0040.00416.46
7.4.240.0050.00216.49
7.4.230.0070.00016.50
7.4.220.0030.01316.64
7.4.210.0080.00816.54
7.4.200.0040.00416.38
7.4.190.0020.00516.70
7.4.160.0050.01416.40
7.4.150.0070.01017.40
7.4.140.0130.00617.86
7.4.130.0110.00816.40
7.4.120.0100.01116.44
7.4.110.0070.01016.49
7.4.100.0070.01116.38
7.4.90.0090.00916.63
7.4.80.0040.01819.39
7.4.70.0090.00616.36
7.4.60.0100.00616.37
7.4.50.0000.00816.48
7.4.40.0030.01322.77
7.4.30.0200.00316.54
7.4.00.0070.01114.71
7.3.330.0000.00512.98
7.3.320.0000.00513.14
7.3.310.0060.00016.09
7.3.300.0000.00716.20
7.3.290.0100.01016.14
7.3.280.0070.01016.22
7.3.270.0140.00417.40
7.3.260.0070.01816.45
7.3.250.0110.00916.40
7.3.240.0060.01216.15
7.3.230.0100.00716.39
7.3.210.0090.00616.34
7.3.200.0030.01819.39
7.3.190.0000.01816.27
7.3.180.0120.00416.31
7.3.170.0030.01916.27
7.3.160.0130.00316.26
7.3.120.0040.01114.95
7.3.10.0100.00616.32
7.3.00.0080.00816.59
7.2.330.0080.01116.60
7.2.320.0090.00916.43
7.2.310.0170.00316.76
7.2.300.0110.00616.68
7.2.290.0100.00716.45
7.2.130.0040.01216.80
7.2.120.0040.01116.73
7.2.110.0100.00316.66
7.2.100.0070.00316.80
7.2.90.0100.00416.63
7.2.80.0140.00316.63
7.2.70.0060.00916.79
7.2.60.0090.00516.79
7.2.50.0040.00816.69
7.2.40.0130.00316.63
7.2.30.0090.00616.68
7.2.20.0040.00816.56
7.2.10.0070.00316.84
7.2.00.0060.00918.00
7.1.250.0040.00415.41
7.1.200.0040.00915.66
7.1.100.0000.01217.93
7.1.70.0070.00716.74
7.1.60.0080.01519.46
7.1.50.0030.01716.59
7.1.00.0000.08022.30
7.0.200.0040.00416.66
7.0.140.0000.07721.95
7.0.100.0130.04720.05
7.0.90.0100.04019.96
7.0.80.0070.03719.95
7.0.70.0170.05719.99
7.0.60.0230.04319.99
7.0.50.0070.04720.32
7.0.40.0030.04320.18
7.0.30.0030.04720.15
7.0.20.0070.04020.07
7.0.10.0000.04320.09
7.0.00.0070.04020.03
5.6.280.0070.07021.11
5.6.250.0030.04320.60
5.6.240.0070.04720.63
5.6.230.0030.04320.66
5.6.220.0000.08020.49
5.6.210.0000.04020.69
5.6.200.0030.04321.12
5.6.190.0070.04021.12
5.6.180.0100.04021.05
5.6.170.0030.04721.07
5.6.160.0170.03021.12
5.6.150.0030.04321.15
5.6.140.0070.03720.94
5.6.130.0070.04021.02
5.6.120.0070.03720.97
5.6.110.0070.04021.05
5.6.100.0030.05721.06
5.6.90.0000.04721.07
5.6.80.0070.03720.43
5.6.70.0030.04020.43
5.6.60.0070.03320.43
5.6.50.0030.08020.46
5.6.40.0030.08320.43
5.6.30.0030.06020.54
5.6.20.0130.06320.32
5.6.10.0070.08020.48
5.6.00.0130.04720.39
5.5.380.0100.04020.39
5.5.370.0100.03720.42
5.5.360.0070.04020.57
5.5.350.0000.06720.39
5.5.340.0170.03020.77
5.5.330.0000.04320.79
5.5.320.0030.04320.89
5.5.310.0100.03720.89
5.5.300.0070.03720.74
5.5.290.0000.03720.76
5.5.280.0000.04720.90
5.5.270.0030.03320.86
5.5.260.0100.03720.77
5.5.250.0070.03720.59
5.5.240.0030.03320.04
5.5.230.0100.02720.12
5.5.220.0000.03320.28
5.5.210.0070.03020.16
5.5.200.0030.04020.13
5.5.190.0030.03720.29
5.5.180.0000.04320.25
5.5.160.0030.07020.25
5.5.150.0200.03720.25
5.5.140.0070.06720.16
5.5.130.0200.07020.14
5.5.120.0100.07020.26
5.5.110.0100.07320.15
5.5.100.0100.07020.09
5.5.90.0100.07320.18
5.5.80.0030.08720.17
5.5.70.0070.08320.16
5.5.60.0030.07720.07
5.5.50.0100.07720.05
5.5.40.0100.07320.07
5.5.30.0130.07020.06
5.5.20.0030.07720.07
5.5.10.0070.07720.07
5.5.00.0070.04720.06
5.4.450.0100.02719.37
5.4.440.0070.04019.55
5.4.430.0030.03719.45
5.4.420.0000.03719.46
5.4.410.0030.03719.22
5.4.400.0000.04019.13
5.4.390.0070.03718.90
5.4.380.0030.03018.95
5.4.370.0030.03719.05
5.4.360.0000.04319.13
5.4.350.0030.07719.09
5.4.340.0070.07719.12
5.4.320.0030.04319.20
5.4.310.0070.08719.14
5.4.300.0100.07319.04
5.4.290.0030.08319.14
5.4.280.0070.05319.20
5.4.270.0070.07319.02
5.4.260.0100.07718.90
5.4.250.0070.07019.02
5.4.240.0100.07719.20
5.4.230.0130.06719.02
5.4.220.0100.07719.12
5.4.210.0070.07018.89
5.4.200.0070.06718.96
5.4.190.0100.04019.04
5.4.180.0070.06719.11
5.4.170.0000.09019.02
5.4.160.0130.07018.83
5.4.150.0030.08019.02
5.4.140.0100.07016.25
5.4.130.0000.03716.48
5.4.120.0170.05716.51
5.4.110.0100.07316.48
5.4.100.0000.07716.50
5.4.90.0030.05716.52
5.4.80.0100.06016.36
5.4.70.0070.03016.42
5.4.60.0070.05316.31
5.4.50.0100.06716.42
5.4.40.0070.06716.54
5.4.30.0030.04316.45
5.4.20.0030.06016.43
5.4.10.0070.03316.45
5.4.00.0130.06315.87
5.3.290.0100.07714.61
5.3.280.0130.07314.64
5.3.270.0100.06714.55
5.3.260.0070.07314.65
5.3.250.0070.04014.76
5.3.240.0130.05314.63
5.3.230.0070.07314.58
5.3.220.0030.07314.61
5.3.210.0030.03714.55
5.3.200.0030.07014.64
5.3.190.0070.05314.61
5.3.180.0030.06314.53
5.3.170.0030.07014.72
5.3.160.0000.06714.67
5.3.150.0000.03714.61
5.3.140.0030.06314.69
5.3.130.0070.04014.59
5.3.120.0100.08014.63
5.3.110.0030.05014.60
5.3.100.0100.06014.12
5.3.90.0130.06014.04
5.3.80.0030.04314.05
5.3.70.0030.06714.08
5.3.60.0070.07014.02
5.3.50.0130.07314.03
5.3.40.0030.06714.08
5.3.30.0030.04313.93
5.3.20.0000.07013.73
5.3.10.0030.07313.59
5.3.00.0100.03713.54
5.2.170.0030.04311.20
5.2.160.0030.05711.19
5.2.150.0000.05310.93
5.2.140.0000.05010.98
5.2.130.0070.05311.02
5.2.120.0000.04310.93
5.2.110.0070.06310.94
5.2.100.0030.05711.15
5.2.90.0070.06011.10
5.2.80.0000.03310.95
5.2.70.0070.03011.11
5.2.60.0100.02311.00
5.2.50.0070.04711.09
5.2.40.0030.06310.84
5.2.30.0070.03310.99
5.2.20.0100.05011.01
5.2.10.0070.06310.92
5.2.00.0030.05310.84
5.1.60.0070.04710.84
5.1.50.0070.04710.84
5.1.40.0030.05310.84
5.1.30.0030.03710.84
5.1.20.0030.05310.84
5.1.10.0070.03710.84
5.1.00.0030.04310.84
5.0.50.0100.04010.84
5.0.40.0070.02710.84
5.0.30.0000.06710.84
5.0.20.0070.03710.84
5.0.10.0030.04010.84
5.0.00.0000.05310.84
4.4.90.0000.01710.84
4.4.80.0000.02010.84
4.4.70.0000.02010.84
4.4.60.0030.03010.84
4.4.50.0000.03310.84
4.4.40.0030.02310.84
4.4.30.0070.01310.84
4.4.20.0070.03010.84
4.4.10.0000.02310.84
4.4.00.0000.05310.84
4.3.110.0100.02310.84
4.3.100.0070.03010.84
4.3.90.0000.03710.84
4.3.80.0000.03710.84
4.3.70.0100.02010.84
4.3.60.0030.02010.84
4.3.50.0030.03310.84
4.3.40.0030.04010.84
4.3.30.0000.01710.84
4.3.20.0070.02010.84
4.3.10.0000.03010.84
4.3.00.0000.01710.84

preferences:
44.74 ms | 401 KiB | 5 Q