3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rows = array(array(1, 'Ana Sayfa', '#', 0, 1), array(2, 'Tutorials', '#', 0, 1), array(3, 'Java', 'java', 6, 1), array(4, 'Liferay', 'liferay', 3, 1), array(5, 'Frameworks', '#', 0, 1), array(6, 'JSF', 'jsf', 5, 1), array(7, 'Struts', 'struts', 5, 1), array(8, 'Spring', 'spring', 6, 1), array(9, 'Hibernate', 'hibernate', 6, 1), array(10, 'Webservices', '#', 0, 1), array(11, 'REST', 'rest', 10, 1), array(12, 'SOAP', 'soap', 10, 1), array(13, 'Contact', 'contact', 0, 1), array(14, 'About', 'about', 0, 1), array(15, 'TEST-TEST-TEST', 'test', 5, 1), array(16, 'TEST2', 'test2', 15, 1)); foreach ($rows as $row) { $items[] = array_combine(array('cat_id', 'cat_name', 'seo_url', 'parent_id', 'place'), $row); } function draw_menu($items, $parent_id) { echo "\n<ul>\n"; foreach ($items as $item) { if ($item['parent_id'] == $parent_id) { echo "<li>" . $item['cat_name']; // any children? if (count(array_keys(array_column($items, 'parent_id'), $item['cat_id']))) { draw_menu($items, $item['cat_id']); } echo "</li>\n"; } } echo "</ul>\n"; } draw_menu($items, 0);

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.4.140.0120.00917.31
8.4.130.0130.00818.79
8.4.120.0120.00820.25
8.4.110.0110.01018.69
8.4.100.0140.00917.55
8.4.90.0090.01020.73
8.4.80.0110.00820.68
8.4.70.0110.00618.73
8.4.60.0100.00420.69
8.4.50.0080.00317.81
8.4.40.0120.00017.91
8.4.30.0060.00320.64
8.4.20.0110.01120.55
8.4.10.0030.00619.40
8.3.270.0120.00716.74
8.3.260.0110.00916.42
8.3.250.0130.00616.61
8.3.240.0100.00116.71
8.3.230.0090.01016.77
8.3.220.0100.00720.64
8.3.210.0130.00616.78
8.3.200.0080.00116.66
8.3.190.0090.00916.99
8.3.180.0120.00716.50
8.3.170.0140.00518.86
8.3.160.0140.00418.58
8.3.150.0120.00618.88
8.3.140.0060.01219.00
8.3.130.0130.00718.49
8.3.120.0060.00319.12
8.3.110.0000.00818.43
8.3.100.0100.00724.06
8.3.90.0050.00318.28
8.3.80.0060.00316.66
8.3.70.0090.00916.73
8.3.60.0100.00718.30
8.3.50.0100.00418.54
8.3.40.0120.00318.83
8.3.30.0160.00018.66
8.3.20.0050.00221.03
8.3.10.0070.00023.40
8.3.00.0040.00420.55
8.2.290.0090.01017.27
8.2.280.0110.00918.27
8.2.270.0000.01917.03
8.2.260.0140.00418.96
8.2.250.0150.00418.59
8.2.240.0060.00318.87
8.2.230.0060.00320.94
8.2.220.0060.00337.54
8.2.210.0100.00726.77
8.2.200.0030.00616.50
8.2.190.0120.00916.58
8.2.180.0070.01418.16
8.2.170.0140.00322.96
8.2.160.0110.00321.14
8.2.150.0070.00024.18
8.2.140.0040.00424.66
8.2.130.0070.00026.16
8.2.120.0040.00419.95
8.2.110.0090.00022.27
8.2.100.0120.00017.76
8.2.90.0040.00418.03
8.2.80.0080.00019.11
8.2.70.0030.00517.93
8.2.60.0040.00418.28
8.2.50.0040.00418.10
8.2.40.0040.00419.47
8.2.30.0020.00519.23
8.2.20.0080.00018.18
8.2.10.0040.00418.80
8.2.00.0050.00319.13
8.1.330.0110.00916.32
8.1.320.0130.00623.66
8.1.310.0070.00718.65
8.1.300.0030.00618.29
8.1.290.0030.00618.88
8.1.280.0060.01025.92
8.1.270.0040.00422.08
8.1.260.0140.00726.35
8.1.250.0080.00028.09
8.1.240.0060.00320.89
8.1.230.0110.00020.91
8.1.220.0030.00517.79
8.1.210.0000.00818.77
8.1.200.0060.00317.22
8.1.190.0040.00417.23
8.1.180.0000.00818.10
8.1.170.0040.00418.77
8.1.160.0070.00020.21
8.1.150.0050.00318.93
8.1.140.0040.00418.81
8.1.130.0000.00720.14
8.1.120.0000.00817.48
8.1.110.0060.00617.34
8.1.100.0070.00017.46
8.1.90.0030.00517.44
8.1.80.0070.00017.41
8.1.70.0030.00317.48
8.1.60.0100.00017.50
8.1.50.0000.00917.50
8.1.40.0000.00817.57
8.1.30.0000.00817.66
8.1.20.0000.00817.64
8.1.10.0060.00317.48
8.1.00.0090.00017.54
8.0.300.0040.00420.12
8.0.290.0050.00316.75
8.0.280.0030.00318.55
8.0.270.0040.00417.25
8.0.260.0060.00020.07
8.0.250.0050.00316.91
8.0.240.0030.00316.97
8.0.230.0040.00416.88
8.0.220.0030.00316.90
8.0.210.0050.00216.94
8.0.200.0070.00016.84
8.0.190.0080.00016.92
8.0.180.0040.00416.96
8.0.170.0060.00316.80
8.0.160.0040.00416.90
8.0.150.0060.00316.79
8.0.140.0050.00316.83
8.0.130.0030.00313.28
8.0.120.0050.00316.75
8.0.110.0040.00416.75
8.0.100.0030.00516.84
8.0.90.0030.00616.72
8.0.80.0090.00616.81
8.0.70.0040.00416.78
8.0.60.0030.00516.85
8.0.50.0030.00516.76
8.0.30.0090.00916.91
8.0.20.0070.01417.36
8.0.10.0000.00717.00
8.0.00.0140.00416.89
7.4.330.0020.00215.55
7.4.320.0030.00316.65
7.4.300.0080.00016.48
7.4.290.0070.00016.44
7.4.280.0040.00716.48
7.4.270.0030.00316.66
7.4.260.0030.00313.17
7.4.250.0000.00716.57
7.4.240.0060.00216.54
7.4.230.0050.00216.39
7.4.220.0020.00516.55
7.4.210.0070.00716.61
7.4.200.0080.00016.44
7.4.130.0180.00416.40
7.4.120.0120.00616.41
7.4.110.0070.01016.56
7.4.100.0130.00616.26
7.4.90.0030.01316.46
7.4.80.0110.00819.39
7.4.70.0130.00316.56
7.4.60.0130.01016.37
7.4.50.0070.01016.39
7.4.40.0070.01016.34
7.4.00.0100.00815.04
7.3.330.0060.00316.25
7.3.320.0000.00613.38
7.3.310.0050.00216.37
7.3.300.0030.00316.38
7.3.290.0050.00216.27
7.3.280.0090.00716.38
7.3.260.0140.00716.47
7.3.240.0080.01016.51
7.3.230.0090.01316.39
7.3.210.0130.00316.41
7.3.200.0100.00716.40
7.3.190.0060.01616.32
7.3.180.0090.00616.33
7.3.170.0070.01616.57
7.3.160.0150.00616.58
7.3.120.0000.01814.84
7.3.110.0080.00814.56
7.3.100.0040.01014.84
7.3.90.0030.01214.69
7.3.80.0090.00814.77
7.3.70.0120.00314.72
7.3.60.0080.00614.46
7.3.50.0060.00814.69
7.3.40.0080.00614.80
7.3.30.0090.00714.81
7.3.20.0080.00715.61
7.3.10.0130.00415.62
7.3.00.0080.00715.80
7.2.330.0140.01016.54
7.2.320.0100.01416.76
7.2.310.0110.00616.88
7.2.300.0070.01116.84
7.2.290.0100.00816.44
7.2.250.0130.00715.29
7.2.240.0050.01414.76
7.2.230.0050.01115.05
7.2.220.0130.00614.82
7.2.210.0070.00814.91
7.2.200.0140.00215.06
7.2.190.0110.00514.88
7.2.180.0050.01215.02
7.2.170.0020.01514.83
7.2.160.0080.00815.01
7.2.150.0050.01215.91
7.2.140.0120.00715.94
7.2.130.0040.01215.80
7.2.120.0060.00815.90
7.2.110.0090.01015.82
7.2.100.0120.00715.94
7.2.90.0080.01215.94
7.2.80.0100.00815.96
7.2.70.0060.01215.72
7.2.60.0090.00515.96
7.2.50.0120.00316.02
7.2.40.0080.01115.84
7.2.30.0070.00915.94
7.2.20.0110.00615.95
7.2.10.0050.01015.96
7.2.00.0180.00516.04
7.1.330.0060.01214.66
7.1.320.0130.00514.76
7.1.310.0060.00914.82
7.1.300.0070.00514.79
7.1.290.0050.01114.81
7.1.280.0120.00414.74
7.1.270.0080.00914.75
7.1.260.0090.00614.68
7.1.250.0070.00614.86
7.1.240.0030.01015.54
7.1.230.0000.01015.76
7.1.220.0070.01015.58
7.1.210.0070.00715.81
7.1.200.0070.00715.54
7.1.190.0060.00615.80
7.1.180.0030.01015.83
7.1.170.0030.01415.91
7.1.160.0070.00816.00
7.1.150.0090.00615.80
7.1.140.0040.01115.88
7.1.130.0040.01115.86
7.1.120.0070.00715.86
7.1.110.0100.00015.96
7.1.100.0000.01315.99
7.1.90.0090.00615.96
7.1.80.0100.00315.82
7.1.70.0060.00615.78
7.1.60.0060.00615.88
7.1.50.0030.01015.66
7.1.40.0060.00615.98
7.1.30.0060.00615.57
7.1.20.0060.00615.45
7.1.10.0070.00715.75
7.1.00.0060.00615.75

preferences:
151.77 ms | 403 KiB | 5 Q