3v4l.org

run code in 300+ PHP versions simultaneously
<?php $finalresult = array ( 101 => array( "username"=> "1st user", "children"=> array ( 104=> array ( "username"=> "4th user", "children"=> array() ), 105=> array ( "username"=> "5th user", "children"=> array() ), 108=> array ( "username"=> "new guy", "children"=> array() ) ) ), 102=> array ( "username"=> "2nd user", "children"=> array() ), 103=> array ( "username"=> "3rd user", "children"=> array() ) ); function count_children($tree) { $count = 0; foreach ($tree as $child) { $count++; if (is_array($child['children'])) { $count += count_children($child['children']); } } return $count; } echo count_children($finalresult);

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.130.0100.01117.82
8.4.120.0050.00720.63
8.4.110.0110.00822.36
8.4.100.0120.00918.01
8.4.90.0110.01019.05
8.4.80.0140.00618.10
8.4.70.0140.00717.91
8.4.60.0130.01018.85
8.4.50.0110.01019.50
8.4.40.0100.01019.49
8.4.30.0150.00419.47
8.4.20.0110.00822.39
8.4.10.0060.01022.55
8.3.260.0130.00616.67
8.3.250.0110.00819.10
8.3.240.0110.00816.64
8.3.230.0100.00816.61
8.3.220.0070.00117.02
8.3.210.0130.00416.64
8.3.200.0060.00316.68
8.3.190.0120.00816.74
8.3.180.0100.00818.83
8.3.170.0060.01316.77
8.3.160.0040.00420.16
8.3.150.0150.00316.86
8.3.140.0080.00817.13
8.3.130.0040.00418.20
8.3.120.0090.00018.86
8.3.110.0000.00820.94
8.3.100.0050.00516.61
8.3.90.0110.00418.55
8.3.80.0030.00618.43
8.3.70.0180.00416.63
8.3.60.0140.00418.05
8.3.50.0080.01417.30
8.3.40.0120.00318.75
8.3.30.0110.00418.70
8.3.20.0050.00221.77
8.3.10.0050.00321.77
8.3.00.0040.00421.73
8.2.290.0110.00820.29
8.2.280.0110.00718.25
8.2.270.0110.00717.16
8.2.260.0030.01218.10
8.2.250.0110.00716.69
8.2.240.0000.00817.47
8.2.230.0090.00022.58
8.2.220.0110.00424.06
8.2.210.0000.00726.77
8.2.200.0060.00318.41
8.2.190.0040.01116.58
8.2.180.0140.00718.16
8.2.170.0040.01122.96
8.2.160.0150.00022.96
8.2.150.0070.00024.18
8.2.140.0000.00924.66
8.2.130.0040.00426.16
8.2.120.0080.00019.45
8.2.110.0090.00021.18
8.2.100.0040.00717.91
8.2.90.0040.00417.84
8.2.80.0030.00619.88
8.2.70.0000.00817.50
8.2.60.0000.00817.63
8.2.50.0040.00418.16
8.2.40.0080.00019.78
8.2.30.0000.00720.38
8.2.20.0070.00018.02
8.2.10.0070.00019.24
8.2.00.0000.00718.07
8.1.330.0100.00923.91
8.1.320.0090.00916.03
8.1.310.0040.01518.56
8.1.300.0050.00320.36
8.1.290.0030.00618.88
8.1.280.0040.01125.92
8.1.270.0090.00922.12
8.1.260.0080.00026.35
8.1.250.0000.00928.09
8.1.240.0090.00022.45
8.1.230.0070.00420.86
8.1.220.0000.00817.74
8.1.210.0050.00318.97
8.1.200.0000.00817.35
8.1.190.0050.00317.22
8.1.180.0060.00318.10
8.1.170.0080.00017.62
8.1.160.0050.00218.82
8.1.150.0070.00018.89
8.1.140.0080.00018.82
8.1.130.0000.00717.38
8.1.120.0030.00317.47
8.1.110.0030.00617.42
8.1.100.0030.00517.49
8.1.90.0080.00017.50
8.1.80.0040.00417.38
8.1.70.0070.00017.33
8.1.60.0060.00317.59
8.1.50.0000.00917.43
8.1.40.0030.00617.54
8.1.30.0000.00817.59
8.1.20.0040.00417.66
8.1.10.0020.00517.47
8.1.00.0040.00417.52
8.0.300.0080.00020.09
8.0.290.0040.00416.63
8.0.280.0000.00718.33
8.0.270.0030.00317.18
8.0.260.0030.00316.82
8.0.250.0040.00416.95
8.0.240.0030.00516.83
8.0.230.0030.00517.02
8.0.220.0000.00716.78
8.0.210.0040.00416.85
8.0.200.0000.00716.82
8.0.190.0030.00616.86
8.0.180.0030.00516.89
8.0.170.0040.00416.89
8.0.160.0000.00816.92
8.0.150.0030.00316.75
8.0.140.0030.00316.92
8.0.130.0000.00513.26
8.0.120.0050.00216.90
8.0.110.0030.00516.91
8.0.100.0080.00016.83
8.0.90.0000.00716.70
8.0.80.0090.00816.89
8.0.70.0000.00716.77
8.0.60.0000.00816.68
8.0.50.0040.00416.95
8.0.30.0110.00717.03
8.0.20.0060.01516.94
8.0.10.0070.01017.00
8.0.00.0140.00616.71
7.4.330.0050.00016.63
7.4.320.0060.00016.52
7.4.300.0030.00316.57
7.4.290.0030.00316.62
7.4.280.0080.00016.64
7.4.270.0000.00716.62
7.4.260.0030.00316.58
7.4.250.0030.00316.55
7.4.240.0070.00016.41
7.4.230.0040.00416.61
7.4.220.0000.00816.39
7.4.210.0100.00816.69
7.4.200.0030.00316.50
7.4.160.0090.01116.51
7.4.150.0000.01716.43
7.4.140.0040.01116.48
7.4.130.0080.01316.44
7.4.120.0110.00916.52
7.4.110.0060.01216.43
7.4.100.0080.01116.40
7.4.90.0070.01316.56
7.4.80.0090.01017.46
7.4.70.0120.00816.45
7.4.60.0100.00916.39
7.4.50.0060.01216.49
7.4.40.0120.00516.46
7.4.30.0110.00816.41
7.4.20.0110.00816.45
7.4.10.0120.00716.56
7.4.00.0100.00916.02
7.3.330.0060.00013.34
7.3.320.0000.00613.33
7.3.310.0040.00416.38
7.3.300.0000.00616.41
7.3.290.0000.00716.38
7.3.280.0080.00716.33
7.3.270.0110.00416.41
7.3.260.0130.00716.46
7.3.250.0090.00916.37
7.3.240.0070.01216.44
7.3.230.0110.00716.41
7.3.220.0060.01216.49
7.3.210.0100.00816.35
7.3.200.0110.00716.32
7.3.190.0130.00716.49
7.3.180.0110.00816.36
7.3.170.0120.00716.39
7.3.160.0050.01316.44
7.3.150.0090.01116.42
7.3.140.0060.01116.43
7.3.130.0050.01316.40
7.3.120.0080.01116.29
7.3.110.0100.00716.28
7.3.100.0120.00616.24
7.3.90.0110.00616.56
7.3.80.0190.00316.48
7.3.70.0080.01116.43
7.3.60.0120.00816.43
7.3.50.0120.00816.42
7.3.40.0120.00615.55
7.3.30.0100.00815.93
7.3.20.0070.01015.87
7.3.10.0120.00515.92
7.3.00.0140.00815.90
7.2.340.0280.01316.52
7.2.330.0170.01016.53
7.2.320.0180.01016.70
7.2.310.0250.00616.58
7.2.300.0210.00816.56
7.2.290.0190.01116.58
7.2.280.0230.01116.46
7.2.270.0180.01616.57
7.2.260.0330.00616.44
7.2.250.0250.00916.59
7.2.240.0250.01216.36
7.2.230.0240.00816.54
7.2.220.0220.01016.51
7.2.210.0230.01216.50
7.2.200.0230.01216.60
7.2.190.0220.01316.64
7.2.180.0230.01016.56
7.2.170.0150.01215.96
7.2.160.0150.01116.11
7.2.150.0180.00816.22
7.2.140.0230.01016.15
7.2.130.0180.01216.20
7.2.120.0200.00916.16
7.2.110.0800.01116.22
7.2.100.0190.00716.18
7.2.90.0210.00416.21
7.2.80.0210.00416.11
7.2.70.0190.01116.08
7.2.60.0180.01116.09
7.2.50.0180.01016.09
7.2.40.0140.01016.11
7.2.30.0200.00816.16
7.2.20.0160.00716.14
7.2.10.0130.01316.10
7.2.00.0170.00616.16
7.1.330.0780.00815.59
7.1.320.0270.00415.63
7.1.310.0200.01115.67
7.1.300.0190.01215.56
7.1.290.0170.01215.70
7.1.280.0190.00614.99
7.1.270.0190.00815.16
7.1.260.0230.00615.02
7.1.250.0210.00715.08
7.1.240.0220.01015.48
7.1.230.0260.00615.59
7.1.220.0260.00315.57
7.1.210.0190.00915.54
7.1.200.0220.00915.58
7.1.190.0230.00715.59
7.1.180.0170.01115.54
7.1.170.0240.00415.44
7.1.160.0380.01415.49
7.1.150.0200.00715.45
7.1.140.0160.00815.47
7.1.130.0220.00315.60
7.1.120.0150.00815.54
7.1.110.0110.01215.64
7.1.100.0160.01115.60
7.1.90.0190.01115.53
7.1.80.0210.01015.45
7.1.70.0210.00915.50
7.1.60.0180.01415.70
7.1.50.0190.01015.57
7.1.40.0200.00815.54
7.1.30.0250.00515.61
7.1.20.0180.01015.61
7.1.10.0180.00915.50
7.1.00.0180.01215.47
7.0.330.0160.01115.20
7.0.320.0220.00915.25
7.0.310.0280.00115.18
7.0.300.0170.01015.22
7.0.290.0160.01015.34
7.0.280.0190.00515.23
7.0.270.0160.01015.17
7.0.260.0180.00915.20
7.0.250.0200.01515.36
7.0.240.0190.01215.43
7.0.230.0210.00615.39
7.0.220.0140.01515.27
7.0.210.0230.00815.28
7.0.200.0180.01015.32
7.0.190.0180.00815.31
7.0.180.0200.00915.25
7.0.170.0260.00515.41
7.0.160.0230.00715.18
7.0.150.0230.00715.33
7.0.140.0220.00715.28
7.0.130.0220.00515.34
7.0.120.0190.01115.32
7.0.110.0200.01015.35
7.0.100.0290.00615.34
7.0.90.0190.00815.24
7.0.80.0350.00515.21
7.0.70.0200.00715.19
7.0.60.0180.01115.24
7.0.50.0160.01215.20
7.0.40.0240.00315.22
7.0.30.0240.00715.19
7.0.20.0210.00615.25
7.0.10.0180.00815.23
7.0.00.0170.00715.24
5.6.400.0260.00515.95
5.6.390.0210.00715.98
5.6.380.0170.01116.00
5.6.370.0290.00316.00
5.6.360.0170.01115.97
5.6.350.0190.00916.13
5.6.340.0180.00715.88
5.6.330.0180.00815.84
5.6.320.0180.01016.07
5.6.310.0290.01116.00
5.6.300.0180.01215.93
5.6.290.0190.01216.02
5.6.280.0200.00915.92
5.6.270.0210.00715.89
5.6.260.0210.00815.76
5.6.250.0180.01215.83
5.6.240.0220.00916.04
5.6.230.0230.00615.96
5.6.220.0250.01015.93
5.6.210.0210.01016.11
5.6.200.0240.00415.90
5.6.190.0160.01116.02
5.6.180.0180.01316.01
5.6.170.0180.00915.98
5.6.160.0210.00816.13
5.6.150.0190.00816.09
5.6.140.0200.00815.97
5.6.130.0190.00816.12
5.6.120.0190.01115.92
5.6.110.0290.01115.95
5.6.100.0200.01115.86
5.6.90.0180.00815.91
5.6.80.0240.00615.94
5.6.70.0100.01615.94
5.6.60.0090.01615.93
5.6.50.0170.01216.05
5.6.40.0150.01015.82
5.6.30.0180.00916.04
5.6.20.0160.01015.89
5.6.10.0180.00815.89
5.6.00.0190.01015.80
5.5.380.0220.01115.84
5.5.370.0180.01015.91
5.5.360.0170.01015.96
5.5.350.0210.00815.91
5.5.340.0200.00915.83
5.5.330.0200.00715.75
5.5.320.0200.00915.79
5.5.310.0260.00515.84
5.5.300.0170.01015.79
5.5.290.0180.00915.86
5.5.280.0230.00615.97
5.5.270.0110.01815.88
5.5.260.0190.01115.81
5.5.250.0190.01015.90
5.5.240.0200.00615.94
5.5.230.0160.00915.94
5.5.220.0220.01115.84
5.5.210.0180.00915.95
5.5.200.0210.00615.65
5.5.190.0180.00815.91
5.5.180.0200.00715.97
5.5.170.0120.01415.77
5.5.160.0210.00815.83
5.5.150.0210.00815.83
5.5.140.0120.01515.76
5.5.130.0220.00415.86
5.5.120.0150.01015.87
5.5.110.0100.01615.76
5.5.100.0130.01115.76
5.5.90.0150.01015.72
5.5.80.0210.00515.85
5.5.70.0160.00915.94
5.5.60.0160.01115.95
5.5.50.0100.01715.90
5.5.40.0200.01115.85
5.5.30.0190.00815.85
5.5.20.0180.01015.87
5.5.10.0150.01115.86
5.5.00.0230.01015.72
5.4.450.0130.00913.01
5.4.440.0120.01012.97
5.4.430.0170.00512.95
5.4.420.0160.00412.96
5.4.410.0200.00212.96
5.4.400.0080.01012.96
5.4.390.0170.00412.83
5.4.380.0190.00012.83
5.4.370.0150.00512.83
5.4.360.0150.00612.83
5.4.350.0140.00812.87
5.4.340.0120.00812.83
5.4.330.0130.00612.88
5.4.320.0130.00813.01
5.4.310.0100.01312.82
5.4.300.0130.00712.82
5.4.290.0100.01212.89
5.4.280.0110.00912.86
5.4.270.0110.00912.80
5.4.260.0110.00812.77
5.4.250.0120.00813.01
5.4.240.0140.00512.82
5.4.230.0140.00412.81
5.4.220.0100.01012.84
5.4.210.0150.00912.89
5.4.200.0110.01312.84
5.4.190.0140.00812.85
5.4.180.0140.00912.99
5.4.170.0140.00812.79
5.4.160.0090.01212.92
5.4.150.0180.00412.91
5.4.140.0160.00512.96
5.4.130.0140.00712.88
5.4.120.0130.01012.93
5.4.110.0150.00412.80
5.4.100.0210.00612.90
5.4.90.0150.00712.82
5.4.80.0160.00412.98
5.4.70.0140.00912.92
5.4.60.0170.00312.88
5.4.50.0180.00512.95
5.4.40.0170.00612.88
5.4.30.0130.01012.88
5.4.20.0160.00712.97
5.4.10.0170.00912.96
5.4.00.0180.00212.83
5.3.290.0190.00513.16
5.3.280.0180.00513.11
5.3.270.0190.00513.23
5.3.260.0140.00813.19
5.3.250.0100.01313.22
5.3.240.0120.01513.05
5.3.230.0110.01113.04
5.3.220.0120.01413.11
5.3.210.0150.00913.08
5.3.200.0150.00513.01
5.3.190.0170.00613.12
5.3.180.0150.00813.23
5.3.170.0120.01013.33
5.3.160.0140.00813.23
5.3.150.0120.01213.22
5.3.140.0150.00713.07
5.3.130.0180.00513.27
5.3.120.0120.01013.16
5.3.110.0150.00913.21
5.3.100.0120.00813.06
5.3.90.0220.00813.17
5.3.80.0170.00913.05
5.3.70.0190.00713.02
5.3.60.0170.00913.12
5.3.50.0170.00813.13
5.3.40.0130.00613.05
5.3.30.0120.00813.10
5.3.20.0180.00513.11
5.3.10.0100.01013.00
5.3.00.0110.01112.93
5.2.170.0120.00612.62
5.2.160.0080.01012.62
5.2.150.0110.00512.62
5.2.140.0110.00612.62
5.2.130.0130.00612.62
5.2.120.0100.00812.62
5.2.110.0100.00912.62
5.2.100.0090.00912.62
5.2.90.0140.00612.62
5.2.80.0100.00812.62
5.2.70.0120.00512.62
5.2.60.0100.00812.62
5.2.50.0150.00312.62
5.2.40.0100.00712.62
5.2.30.0080.00912.62
5.2.20.0090.00812.62
5.2.10.0130.00512.62
5.2.00.0120.00512.62
5.1.60.0090.00712.62
5.1.50.0110.00312.62
5.1.40.0100.00412.62
5.1.30.0090.00612.62
5.1.20.0090.00612.62
5.1.10.0100.00512.62
5.1.00.0090.00912.62
5.0.50.0130.00212.62
5.0.40.0120.00612.62
5.0.30.0090.00412.62
5.0.20.0030.01012.62
5.0.10.0080.00512.62
5.0.00.0060.00612.62
4.4.90.0060.00412.62
4.4.80.0100.00212.62
4.4.70.0060.00212.62
4.4.60.0070.00112.62
4.4.50.0050.00312.62
4.4.40.0090.00012.62
4.4.30.0060.00112.62
4.4.20.0050.00412.62
4.4.10.0040.00412.62
4.4.00.0060.00412.62
4.3.110.0050.00512.62
4.3.100.0050.00312.62
4.3.90.0050.00312.62
4.3.80.0040.00512.62
4.3.70.0090.00012.62
4.3.60.0050.00412.62
4.3.50.0090.00012.62
4.3.40.0060.00412.62
4.3.30.0040.00312.62
4.3.20.0020.00512.62
4.3.10.0050.00212.62
4.3.00.0050.00412.62

preferences:
32.92 ms | 403 KiB | 5 Q