3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( array ( 'category_id' => 20, 'category_name' => 'Category 1', 'main_category' => 0, 'sub_categories' => array( array ( 'category_id' => 25, 'category_name' => 'Category 1.3', 'main_category' => 20, 'sub_categories' => [], ), array ( 'category_id' => 26, 'category_name' => 'Category 1.4', 'main_category' => 20, 'sub_categories' => array ( array ( 'category_id' => 30, 'category_name' => 'Category 1.4.1', 'main_category' => 26, 'sub_categories' => [] ), array ( 'category_id' => 31, 'category_name' => 'Category 1.4.2', 'main_category' => 26, 'sub_categories' => [] ) ) ), ) ), array ( 'category_id' => 19, 'category_name' => 'Category 2', 'main_category' => 0, 'sub_categories' => [] ) ); function getChildren($data,$parents,&$result){ foreach($data as $current_category){ $temp = []; $temp['category_id'] = $current_category['category_id']; $new_cat_sequence = array_merge($parents,[$current_category['category_name']]); $temp['category_name'] = implode(" -> ",$new_cat_sequence); $result[] = $temp; getChildren($current_category['sub_categories'],$new_cat_sequence,$result); } } $result = []; getChildren($data,[],$result); print_r($result);

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.0100.01217.55
8.4.130.0090.01117.64
8.4.120.0140.00824.03
8.4.110.0060.00322.73
8.4.100.0150.00617.64
8.4.90.0090.00518.43
8.4.80.0100.00717.70
8.4.70.0150.00718.02
8.4.60.0140.00718.70
8.4.50.0070.00918.48
8.4.40.0150.00020.32
8.4.30.0100.01020.17
8.4.20.0100.01017.98
8.4.10.0030.00617.61
8.3.270.0110.01016.56
8.3.260.0060.00216.63
8.3.250.0130.00618.97
8.3.240.0120.00717.31
8.3.230.0090.00916.48
8.3.220.0050.00318.86
8.3.210.0060.00216.59
8.3.200.0040.00616.32
8.3.190.0100.00518.90
8.3.180.0100.01017.39
8.3.170.0100.00720.76
8.3.160.0110.00717.22
8.3.150.0070.01317.10
8.3.140.0150.00316.44
8.3.130.0040.00416.46
8.3.120.0110.00420.63
8.3.110.0100.00020.94
8.3.100.0000.00918.36
8.3.90.0030.00526.77
8.3.80.0060.00319.36
8.3.70.0200.00016.63
8.3.60.0120.00618.68
8.3.50.0130.00724.64
8.3.40.0030.01318.85
8.3.30.0090.00918.48
8.3.20.0050.00320.76
8.3.10.0000.00822.14
8.3.00.0000.00723.48
8.2.290.0110.00720.51
8.2.280.0070.00318.09
8.2.270.0090.00618.79
8.2.260.0040.00418.49
8.2.250.0080.00016.55
8.2.240.0080.01118.92
8.2.230.0000.00822.58
8.2.220.0090.00024.06
8.2.210.0000.00826.77
8.2.200.0080.00018.88
8.2.190.0110.00316.75
8.2.180.0140.00716.75
8.2.170.0080.00822.96
8.2.160.0040.01121.11
8.2.150.0000.00924.18
8.2.140.0020.00524.66
8.2.130.0050.00326.16
8.2.120.0120.00621.08
8.2.110.0100.00021.04
8.2.100.0060.00617.91
8.2.90.0040.00417.97
8.2.80.0000.00817.97
8.2.70.0030.00617.75
8.2.60.0030.00717.75
8.2.50.0040.00418.04
8.2.40.0050.00318.34
8.2.30.0000.00718.05
8.2.20.0000.00718.11
8.2.10.0040.00419.34
8.2.00.0070.00019.29
8.1.330.0100.00922.01
8.1.320.0130.00616.18
8.1.310.0080.00016.87
8.1.300.0110.00018.04
8.1.290.0080.00030.84
8.1.280.0040.01425.92
8.1.270.0040.00422.00
8.1.260.0040.00426.35
8.1.250.0060.00328.09
8.1.240.0090.00019.22
8.1.230.0040.00722.88
8.1.220.0000.00817.74
8.1.210.0040.00418.79
8.1.200.0060.00317.35
8.1.190.0050.00317.23
8.1.180.0100.00018.10
8.1.170.0030.00517.62
8.1.160.0040.00418.88
8.1.150.0060.00320.65
8.1.140.0050.00220.75
8.1.130.0000.00720.01
8.1.120.0000.00717.46
8.1.110.0060.00317.39
8.1.100.0000.00717.32
8.1.90.0050.00217.48
8.1.80.0050.00317.48
8.1.70.0030.00317.35
8.1.60.0050.00317.55
8.1.50.0030.00517.52
8.1.40.0030.00617.53
8.1.30.0070.00717.50
8.1.20.0040.00417.54
8.1.10.0000.00817.48
8.1.00.0090.00017.35
8.0.300.0060.00320.06
8.0.290.0060.00316.63
8.0.280.0000.00818.38
8.0.270.0070.00017.95
8.0.260.0030.00320.05
8.0.250.0070.00017.02
8.0.240.0040.00416.86
8.0.230.0060.00316.82
8.0.220.0060.00016.91
8.0.210.0070.00016.88
8.0.200.0060.00016.99
8.0.190.0040.00416.98
8.0.180.0080.00016.79
8.0.170.0000.00816.92
8.0.160.0080.00316.85
8.0.150.0040.00416.82
8.0.140.0000.00716.74
8.0.130.0000.00613.41
8.0.120.0080.00016.87
8.0.110.0070.00016.75
8.0.100.0000.00716.94
8.0.90.0060.00316.93
8.0.80.0060.00916.88
8.0.70.0000.00716.77
8.0.60.0050.00216.74
8.0.50.0000.00716.96
8.0.30.0060.01216.93
8.0.20.0090.00916.98
8.0.10.0040.00416.83
8.0.00.0090.00916.60
7.4.330.0000.00516.79
7.4.320.0030.00316.52
7.4.300.0000.00616.53
7.4.290.0040.00416.61
7.4.280.0090.00016.60
7.4.270.0000.00716.61
7.4.260.0030.00313.17
7.4.250.0040.00416.58
7.4.240.0050.00216.52
7.4.230.0000.00716.40
7.4.220.0020.00516.50
7.4.210.0070.01116.51
7.4.200.0030.00316.65
7.4.130.0030.01416.43
7.4.120.0060.01216.59
7.4.110.0090.00916.58
7.4.100.0120.00616.48
7.4.90.0030.01316.50
7.4.80.0090.00919.39
7.4.70.0100.00616.35
7.4.60.0080.00816.55
7.4.50.0070.00716.43
7.4.40.0080.00816.43
7.4.10.0130.00615.02
7.4.00.0080.00814.92
7.3.330.0070.00016.09
7.3.320.0030.00313.21
7.3.310.0000.00716.37
7.3.300.0040.00416.23
7.3.290.0100.00616.34
7.3.260.0120.01216.46
7.3.240.0140.00416.50
7.3.230.0060.01216.31
7.3.210.0160.00716.62
7.3.200.0030.01516.54
7.3.190.0130.00316.27
7.3.180.0090.00616.38
7.3.170.0060.01516.25
7.3.160.0060.00916.40
7.3.130.0090.00614.94
7.3.120.0100.00514.79
7.3.110.0060.01414.88
7.3.100.0130.00614.87
7.3.90.0050.01414.57
7.3.80.0030.01314.38
7.3.70.0080.01614.84
7.3.60.0090.00914.88
7.3.50.0110.01014.65
7.3.40.0080.00814.85
7.3.30.0070.00714.48
7.3.20.0080.00614.81
7.3.10.0120.00314.73
7.3.00.0050.01014.87
7.2.330.0040.01316.43
7.2.320.0120.00616.58
7.2.310.0140.00916.63
7.2.300.0070.01116.41
7.2.290.0100.00716.84
7.2.260.0080.00814.90
7.2.250.0070.01314.95
7.2.240.0130.00915.05
7.2.230.0040.01215.23
7.2.220.0080.01114.98
7.2.210.0090.00915.04
7.2.200.0100.02314.88
7.2.190.0030.01314.89
7.2.180.0060.01514.92
7.2.170.0090.00615.00
7.2.160.0060.01314.90
7.2.150.0090.00615.03
7.2.140.0090.00915.18
7.2.130.0000.01515.00
7.2.120.0070.00814.95
7.2.110.0030.01414.96
7.2.100.0120.00415.13
7.2.90.0050.01015.07
7.2.80.0060.00915.11
7.2.70.0090.00615.05
7.2.60.0120.00415.15
7.2.50.0050.01114.97
7.2.40.0100.00515.22
7.2.30.0120.00315.19
7.2.20.0120.00915.15
7.2.10.0040.02015.11
7.2.00.0100.00714.85

preferences:
142.96 ms | 403 KiB | 5 Q