3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body onload="showProduct()"> <div id="dropdown"> <?php /** * Download & parse Google spreadsheet content * * @param unknown_type $link */ function google_spreadsheet_to_array($key) { // initialize URL $url = 'http://spreadsheets.google.com/feeds/cells/' . $key . '/1/public/values'; // initialize curl $curl = curl_init(); // set curl options curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE); // get the spreadsheet using curl $google_sheet = curl_exec($curl); // close the curl connection curl_close($curl); // import the xml file into a SimpleXML object $feed = new SimpleXMLElement($google_sheet); // get every entry (cell) from the xml object // extract the column and row from the cell's title // e.g. A1 becomes [1][A] $array = array(); foreach ($feed->entry as $entry) { $location = (string) $entry->title; preg_match('/(?P<column>[A-Z]+)(?P<row>[0-9]+)/', $location, $matches); $array[$matches['row']][$matches['column']] = (string) $entry->content; } // return the array return $array; } $SP_KEY = "0AjzADOdg6QnadHZTVDI5MU83NVE4MFpxMmFHOXR2S1E"; $data = google_spreadsheet_to_array($SP_KEY); echo' <select name="Product" id="Product" onchange="showProduct()">'; foreach($data[1] as $products){ echo'<option value="'.$products.'">'.$products.'</option>'; } echo'</select>\n\n'; echo' <select name="Category" id="Category" onchange="showProduct()">'; foreach($data as $categories){ if($categories[A] != "Product" and $categories[A] != "") echo'<option value="'.$categories[A].'">'.$categories[A].'</option>'; } ?> <div id="demo"> </div> <script> function showProduct() { var product = document.getElementById('Product').value; document.getElementById("demo").innerHTML="bloop "+product+"!"; } </script> </div> </body> </html>

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.0120.00318.43
8.3.50.0130.00722.05
8.3.40.0120.00318.88
8.3.30.0070.01119.21
8.3.20.0040.00420.29
8.3.10.0000.00822.08
8.3.00.0070.00022.34
8.2.180.0070.00716.50
8.2.170.0040.01122.96
8.2.160.0100.01020.98
8.2.150.0080.00024.18
8.2.140.0080.00024.66
8.2.130.0070.00026.16
8.2.120.0070.00417.61
8.2.110.0060.00322.20
8.2.100.0060.00619.57
8.2.90.0000.00719.22
8.2.80.0080.00017.97
8.2.70.0030.00617.75
8.2.60.0000.01017.93
8.2.50.0080.00018.07
8.2.40.0080.00018.09
8.2.30.0080.00017.98
8.2.20.0040.00417.63
8.2.10.0080.00017.91
8.2.00.0000.00819.64
8.1.280.0140.00025.92
8.1.270.0030.00622.19
8.1.260.0000.00726.35
8.1.250.0040.00428.09
8.1.240.0060.00323.90
8.1.230.0080.00318.97
8.1.220.0050.00317.77
8.1.210.0030.00518.77
8.1.200.0030.00717.35
8.1.190.0040.00417.68
8.1.180.0060.00318.70
8.1.170.0070.00318.60
8.1.160.0070.00022.18
8.1.150.0060.00318.68
8.1.140.0090.00317.45
8.1.130.0030.00317.82
8.1.120.0030.00417.57
8.1.110.0060.00317.55
8.1.100.0070.00017.48
8.1.90.0000.00817.45
8.1.80.0030.00417.51
8.1.70.0040.00417.48
8.1.60.0050.00317.63
8.1.50.0040.00417.60
8.1.40.0000.00817.57
8.1.30.0080.00017.57
8.1.20.0050.00317.66
8.1.10.0030.00517.52
8.1.00.0060.00317.43
8.0.300.0080.00018.77
8.0.290.0070.00017.30
8.0.280.0050.00318.48
8.0.270.0000.00817.15
8.0.260.0030.00316.92
8.0.250.0030.00316.93
8.0.240.0000.00816.94
8.0.230.0000.00716.91
8.0.220.0000.00717.01
8.0.210.0040.00416.97
8.0.200.0060.00317.05
8.0.190.0000.00717.12
8.0.180.0030.00516.91
8.0.170.0030.00516.98
8.0.160.0000.00717.01
8.0.150.0000.00716.91
8.0.140.0050.00517.01
8.0.130.0030.00313.36
8.0.120.0040.00416.94
8.0.110.0050.00317.02
8.0.100.0050.00216.82
8.0.90.0040.00416.96
8.0.80.0060.00916.91
8.0.70.0000.00816.99
8.0.60.0000.00816.90
8.0.50.0070.00016.80
8.0.30.0120.00617.11
8.0.20.0080.01117.40
8.0.10.0070.00017.10
8.0.00.0120.00616.79
7.4.330.0050.00015.00
7.4.320.0000.00716.41
7.4.300.0070.00016.62
7.4.290.0030.00316.63
7.4.280.0030.00316.64
7.4.270.0070.00016.51
7.4.260.0000.00716.48
7.4.250.0000.00716.43
7.4.240.0060.00216.57
7.4.230.0000.00816.60
7.4.220.0090.00916.38
7.4.210.0060.01116.59
7.4.200.0000.00716.49
7.4.190.0000.00716.57
7.4.160.0080.01116.42
7.4.150.0100.00717.40
7.4.140.0090.01117.86
7.4.130.0100.00716.63
7.4.120.0120.00816.51
7.4.110.0080.01016.55
7.4.100.0060.01016.64
7.4.90.0100.00716.57
7.4.80.0100.01019.39
7.4.70.0070.01116.70
7.4.60.0090.00916.57
7.4.50.0050.00016.42
7.4.40.0070.01022.77
7.4.30.0100.00716.53
7.4.00.0000.01514.82
7.3.330.0000.00513.38
7.3.320.0050.00313.18
7.3.310.0030.00316.41
7.3.300.0000.00716.21
7.3.290.0150.00016.27
7.3.280.0070.01016.38
7.3.270.0080.00817.40
7.3.260.0170.00616.44
7.3.250.0080.01016.57
7.3.240.0030.01416.51
7.3.230.0150.00916.57
7.3.210.0060.01116.55
7.3.200.0040.01219.39
7.3.190.0060.01216.40
7.3.180.0100.01016.46
7.3.170.0060.00916.41
7.3.160.0080.00816.39
7.3.120.0100.00315.13
7.3.10.0140.00516.40
7.3.00.0110.01116.21
7.2.330.0230.02116.70
7.2.320.0070.01516.67
7.2.310.0090.00916.82
7.2.300.0070.01016.38
7.2.290.0130.00316.62
7.2.130.0120.00716.26
7.2.120.0170.00716.40
7.2.110.0160.00716.55
7.2.100.0070.01316.29
7.2.90.0190.00516.51
7.2.80.0110.00816.34
7.2.70.0110.00816.30
7.2.60.0120.00816.50
7.2.50.0170.00816.37
7.2.40.0230.00416.23
7.2.30.0100.01216.21
7.2.20.0170.00716.41
7.2.10.0180.00916.31
7.2.00.0100.01316.70
7.1.250.0140.00514.98
7.1.200.0080.00515.72
7.1.70.0000.00716.98
7.1.60.0120.01219.82
7.1.50.0100.01416.92
7.1.00.0030.07022.27
7.0.200.0030.00716.93
7.0.140.0070.06722.01
7.0.80.0130.06019.99
7.0.70.0070.07719.91
7.0.60.0070.07720.10
7.0.50.0170.05320.27
7.0.40.0100.04720.14
7.0.30.0100.08720.14
7.0.20.0070.09020.10
7.0.10.0070.08320.02
7.0.00.0130.07720.13
5.6.230.0100.09020.58
5.6.220.0070.08320.67
5.6.210.0230.06020.57
5.6.200.0100.08721.03
5.6.190.0030.09321.11
5.6.180.0070.08021.03
5.6.170.0170.07720.96
5.6.160.0000.06321.05
5.6.150.0170.07321.07
5.6.140.0130.05021.08
5.6.130.0030.05320.94
5.6.120.0070.08021.14
5.6.110.0100.07021.11
5.6.100.0070.07020.93
5.6.90.0130.08321.03
5.6.80.0130.07020.47
5.6.70.0100.05720.34
5.6.60.0070.08020.40
5.6.50.0130.08020.43
5.6.40.0130.07320.38
5.6.30.0030.09020.39
5.6.20.0130.07720.50
5.6.10.0130.07020.44
5.6.00.0030.08720.37
5.5.370.0100.08320.46
5.5.360.0070.04320.49
5.5.350.0130.07720.39
5.5.340.0170.07720.94
5.5.330.0070.05720.89
5.5.320.0100.08020.88
5.5.310.0200.07320.88
5.5.300.0100.08320.84
5.5.290.0170.08320.77
5.5.280.0130.08020.84
5.5.270.0130.04720.91
5.5.260.0170.07720.64
5.5.250.0170.06720.75
5.5.240.0070.08020.26
5.5.230.0100.05020.25
5.5.220.0100.04320.26
5.5.210.0070.07720.25
5.5.200.0070.08020.16
5.5.190.0070.08320.20
5.5.180.0100.06320.29
5.5.160.0070.07320.15
5.5.150.0130.07720.12
5.5.140.0100.05720.27
5.5.130.0130.05720.11
5.5.120.0030.06020.25
5.5.110.0030.08719.99
5.5.100.0070.07720.11
5.5.90.0170.06720.17
5.5.80.0170.05020.10
5.5.70.0100.05720.16
5.5.60.0100.03720.07
5.5.50.0130.07020.07
5.5.40.0100.07719.94
5.5.30.0000.08720.01
5.5.20.0100.05020.09
5.5.10.0100.08020.12
5.5.00.0070.06020.04
5.4.450.0070.07019.19
5.4.440.0100.08319.45
5.4.430.0100.08019.37
5.4.420.0130.07719.54
5.4.410.0030.06319.24
5.4.400.0100.07019.04
5.4.390.0130.07019.18
5.4.380.0130.06719.01
5.4.370.0000.04718.95
5.4.360.0070.07719.16
5.4.350.0030.08019.21
5.4.340.0000.06319.23
5.4.320.0200.06719.21
5.4.310.0070.07019.23
5.4.300.0070.08019.18
5.4.290.0100.05018.82
5.4.280.0070.05019.09
5.4.270.0170.06718.87
5.4.260.0200.06319.09
5.4.250.0100.06719.02
5.4.240.0000.08019.04
5.4.230.0030.05019.17
5.4.220.0000.04719.17
5.4.210.0170.07019.13
5.4.200.0030.08019.07
5.4.190.0070.04719.08
5.4.180.0130.06718.89
5.4.170.0100.07019.02
5.4.160.0170.07019.07
5.4.150.0030.08319.03
5.4.140.0070.07716.35
5.4.130.0100.04016.42
5.4.120.0100.07316.46
5.4.110.0130.07016.49
5.4.100.0130.06016.61
5.4.90.0030.05716.34
5.4.80.0100.05716.42
5.4.70.0070.06316.30
5.4.60.0100.06316.49
5.4.50.0070.04316.41
5.4.40.0100.05716.42
5.4.30.0070.07316.47
5.4.20.0030.04016.36
5.4.10.0100.07016.36
5.4.00.0030.05715.90
5.3.290.0070.07314.77
5.3.280.0100.06014.62
5.3.270.0070.06014.71
5.3.260.0070.04014.54
5.3.250.0030.07714.54
5.3.240.0100.04314.62
5.3.230.0070.07014.71
5.3.220.0070.07014.69
5.3.210.0070.04714.59
5.3.200.0130.06714.57
5.3.190.0030.08014.66
5.3.180.0200.05714.63
5.3.170.0030.07714.51
5.3.160.0030.08014.49
5.3.150.0030.05314.53
5.3.140.0070.08014.50
5.3.130.0130.05714.61
5.3.120.0070.05014.52
5.3.110.0070.07714.53
5.3.100.0030.07713.98
5.3.90.0100.07014.00
5.3.80.0100.07014.05
5.3.70.0030.05013.92
5.3.60.0070.07313.89
5.3.50.0130.05313.96
5.3.40.0030.07713.85
5.3.30.0100.06713.90
5.3.20.0070.07013.59
5.3.10.0070.06313.66
5.3.00.0100.04013.64
5.2.170.0030.06311.68
5.2.160.0130.05311.68
5.2.150.0030.06711.68
5.2.140.0030.06311.68
5.2.130.0000.06311.68
5.2.120.0030.03711.68
5.2.110.0030.06011.68
5.2.100.0070.06011.68
5.2.90.0030.06011.68
5.2.80.0070.06311.68
5.2.70.0000.04311.68
5.2.60.0070.03311.68
5.2.50.0070.06311.68
5.2.40.0070.05711.68
5.2.30.0030.06311.68
5.2.20.0100.05311.68
5.2.10.0070.05711.68
5.2.00.0100.05311.68
5.1.60.0030.05311.68
5.1.50.0030.02711.68
5.1.40.0070.05011.68
5.1.30.0000.03011.68
5.1.20.0130.04011.68
5.1.10.0030.05011.68
5.1.00.0070.04711.68
5.0.50.0030.02011.68
5.0.40.0030.04311.68
5.0.30.0000.04711.68
5.0.20.0030.01711.68
5.0.10.0070.01711.68
5.0.00.0030.04011.68
4.4.90.0070.03011.68
4.4.80.0070.02311.68
4.4.70.0030.01711.68
4.4.60.0030.03311.68
4.4.50.0000.03011.68
4.4.40.0000.03711.68
4.4.30.0000.01711.68
4.4.20.0000.01711.68
4.4.10.0000.02011.68
4.4.00.0000.05711.68
4.3.110.0030.03311.68
4.3.100.0000.01711.68
4.3.90.0030.01311.68
4.3.80.0030.03711.68
4.3.70.0030.03711.68
4.3.60.0070.01711.68
4.3.50.0000.02011.68
4.3.40.0000.02711.68
4.3.30.0000.01711.68
4.3.20.0000.01711.68
4.3.10.0000.03711.68
4.3.00.0000.03711.68

preferences:
49.39 ms | 401 KiB | 5 Q