3v4l.org

run code in 300+ PHP versions simultaneously
<?php function partition($arr, ...$chunks) { $res = []; foreach($chunks as $n) { $res[] = array_splice($arr, 0, $n); } return $res; } $arr = ['a', 'f', 'j', 'r', 'c', 'j', 'd']; print_r(partition($arr, 2, 3, 2)); ?>

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.120.0040.00420.41
8.4.110.0050.00319.58
8.4.100.0120.00817.54
8.4.90.0080.01220.71
8.4.80.0150.00418.87
8.4.70.0100.00619.38
8.4.60.0120.00818.87
8.4.50.0100.00920.14
8.4.40.0160.00417.48
8.4.30.0060.01320.50
8.4.20.0100.00719.72
8.4.10.0120.00622.46
8.3.250.0100.00918.97
8.3.240.0100.00916.63
8.3.230.0100.00916.42
8.3.220.0120.00519.00
8.3.210.0110.00319.05
8.3.200.0060.00216.78
8.3.190.0080.00917.32
8.3.180.0140.00416.60
8.3.170.0080.00017.29
8.3.160.0060.00316.61
8.3.150.0040.00416.51
8.3.140.0060.01216.97
8.3.130.0080.00017.13
8.3.120.0120.00620.68
8.3.110.0030.00516.53
8.3.100.0080.00024.06
8.3.90.0080.00026.77
8.3.80.0030.00616.50
8.3.70.0120.00616.63
8.3.60.0090.00618.55
8.3.50.0170.01223.71
8.3.40.0000.01418.55
8.3.30.0000.01418.50
8.3.20.0040.00424.18
8.3.10.0040.00424.66
8.3.00.0090.00026.16
8.2.290.0110.00816.77
8.2.280.0130.00518.25
8.2.270.0110.00717.22
8.2.260.0100.00718.48
8.2.250.0130.00616.72
8.2.240.0050.00518.86
8.2.230.0040.00420.94
8.2.220.0040.00437.54
8.2.210.0070.01526.77
8.2.200.0060.00616.75
8.2.190.0070.00718.42
8.2.180.0070.00725.92
8.2.170.0120.00919.00
8.2.160.0140.00022.96
8.2.150.0050.00325.66
8.2.140.0070.00724.66
8.2.130.0040.00426.16
8.2.120.0000.00826.35
8.2.110.0060.00320.51
8.2.100.0070.00417.84
8.2.90.0040.00417.63
8.2.80.0050.00318.67
8.2.70.0000.00817.50
8.2.60.0040.00417.63
8.2.50.0050.00317.55
8.2.40.0030.00519.48
8.2.30.0000.00719.18
8.2.20.0040.00418.00
8.2.10.0030.00619.18
8.2.00.0050.00319.29
8.1.330.0120.00716.12
8.1.320.0110.00816.02
8.1.310.0030.01420.43
8.1.300.0060.00319.99
8.1.290.0150.00018.88
8.1.280.0120.00325.92
8.1.270.0070.00023.99
8.1.260.0090.00028.09
8.1.250.0000.00828.09
8.1.240.0090.00023.95
8.1.230.0080.00419.02
8.1.220.0000.00817.74
8.1.210.0000.00918.77
8.1.200.0000.00817.22
8.1.190.0040.00417.23
8.1.180.0030.00518.10
8.1.170.0000.00818.53
8.1.160.0060.00319.05
8.1.150.0070.00018.82
8.1.140.0000.00718.91
8.1.130.0030.00320.05
8.1.120.0030.00517.45
8.1.110.0060.00317.45
8.1.100.0040.00417.34
8.1.90.0040.00317.39
8.1.80.0060.00317.37
8.1.70.0000.00717.44
8.1.60.0000.01017.46
8.1.50.0000.00817.50
8.1.40.0060.00317.52
8.1.30.0050.00217.48
8.1.20.0000.00817.53
8.1.10.0030.00617.43
8.1.00.0000.00817.45
8.0.300.0040.00418.77
8.0.290.0040.00416.75
8.0.280.0000.00718.54
8.0.270.0000.00816.81
8.0.260.0040.00420.17
8.0.250.0040.00416.93
8.0.240.0040.00416.96
8.0.230.0050.00316.94
8.0.220.0060.00016.82
8.0.210.0050.00316.77
8.0.200.0030.00316.92
8.0.190.0000.00816.96
8.0.180.0000.00716.96
8.0.170.0030.00616.93
8.0.160.0050.00316.77
8.0.150.0040.00416.83
8.0.140.0030.00316.84
8.0.130.0000.00613.30
8.0.120.0000.00716.78
8.0.110.0000.00716.77
8.0.100.0050.00316.91
8.0.90.0080.00016.95
8.0.80.0080.00816.85
8.0.70.0040.00416.84
8.0.60.0040.00416.77
8.0.50.0040.00416.68
8.0.30.0030.01717.27
8.0.20.0120.00717.14
8.0.10.0040.00416.90
8.0.00.0110.00716.84
7.4.330.0050.00015.55
7.4.320.0030.00316.59
7.4.300.0060.00016.56
7.4.290.0050.00316.51
7.4.280.0030.00516.59
7.4.270.0080.00016.64
7.4.260.0030.00313.29
7.4.250.0030.00316.56
7.4.240.0000.00816.63
7.4.230.0030.00516.46
7.4.220.0020.00616.50
7.4.210.0050.00916.53
7.4.200.0000.00716.48
7.4.130.0080.00916.66
7.4.120.0070.01316.36
7.4.110.0120.00816.52
7.4.100.0060.01016.43
7.4.90.0110.00816.29
7.4.80.0030.01316.67
7.4.70.0150.00416.53
7.4.60.0130.00316.49
7.4.50.0090.00916.45
7.4.40.0070.01016.50
7.4.30.0100.00716.63
7.4.20.0090.00916.60
7.4.10.0090.00916.30
7.4.00.0090.00916.58
7.3.330.0030.00316.40
7.3.320.0050.00013.09
7.3.310.0000.00716.16
7.3.300.0030.00316.26
7.3.290.0080.00716.25
7.3.280.0110.00316.21
7.3.260.0070.01016.54
7.3.230.0100.00616.40
7.3.210.0070.01116.55
7.3.200.0110.00816.63
7.3.190.0100.00716.27
7.3.180.0100.00716.64
7.3.170.0040.01316.33
7.3.160.0100.00716.33
7.3.150.0110.00616.52
7.3.140.0120.01216.29
7.3.130.0060.01216.39
7.3.120.0120.01216.52
7.3.110.0030.01416.57
7.3.100.0130.01316.57
7.3.90.0130.00316.37
7.3.80.0090.00916.38
7.3.70.0130.00316.27
7.3.60.0070.01016.26
7.3.50.0110.00616.33
7.3.40.0090.00916.28
7.3.30.0120.00616.42
7.3.20.0090.00916.41
7.3.10.0140.00316.43
7.3.00.0100.00716.39
7.2.330.0140.00416.71
7.2.320.0110.00716.80
7.2.310.0120.00616.62
7.2.300.0100.00716.53
7.2.290.0070.01416.57
7.2.280.0090.00916.70
7.2.270.0120.00616.68
7.2.260.0090.00916.69
7.2.250.0120.00616.43
7.2.240.0090.00916.69
7.2.230.0060.01016.55
7.2.220.0040.01316.68
7.2.210.0090.00916.58
7.2.200.0070.01016.59
7.2.190.0100.00716.68
7.2.180.0120.00616.59
7.2.170.0100.01316.68
7.2.160.0100.00716.46
7.2.150.0090.00916.65
7.2.140.0070.01116.62
7.2.130.0070.01016.63
7.2.120.0140.00316.61
7.2.110.0100.01316.59
7.2.100.0090.00916.65
7.2.90.0110.00716.65
7.2.80.0060.01216.73
7.2.70.0180.00016.66
7.2.60.0120.00616.57
7.2.50.0120.00616.39
7.2.40.0060.01416.59
7.2.30.0060.01316.68
7.2.20.0130.01016.67
7.2.10.0060.01216.64
7.2.00.0090.00916.67

preferences:
132.31 ms | 403 KiB | 5 Q