3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['FA',12.9], ['FA',12.9], ['FB',12.2], ['FC',12.3], ['FA',12.9], ['FB',12.9], ['FA',12.4], ]; $grouped = []; foreach ($array as $row) { $compositeKey = implode($row); if (!isset($grouped[$compositeKey])) { $grouped[$compositeKey] = array_merge($row, [1]); } else { ++$grouped[$compositeKey][2]; } } foreach ($grouped as $row) { vprintf("%s %0.1fx%d\n", $row); }

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.0110.00917.61
8.4.130.0110.00819.49
8.4.120.0110.00924.00
8.4.110.0110.00622.25
8.4.100.0130.00817.97
8.4.90.0140.00620.57
8.4.80.0100.00818.69
8.4.70.0100.00820.66
8.4.60.0090.00620.63
8.4.50.0130.00918.70
8.4.40.0190.00018.72
8.4.30.0080.00818.68
8.4.20.0130.00717.64
8.4.10.0090.00022.10
8.3.270.0100.00916.55
8.3.260.0070.00816.89
8.3.250.0100.00518.79
8.3.240.0150.00416.92
8.3.230.0130.00616.56
8.3.220.0110.00720.94
8.3.210.0100.00818.43
8.3.200.0060.00316.85
8.3.190.0110.00817.09
8.3.180.0120.00718.84
8.3.170.0180.00019.16
8.3.160.0100.00017.21
8.3.150.0120.00820.85
8.3.140.0080.00816.91
8.3.130.0050.00316.61
8.3.120.0090.00020.84
8.3.110.0060.00316.49
8.3.100.0040.00716.64
8.3.90.0070.00726.77
8.3.80.0030.00616.63
8.3.70.0110.01116.63
8.3.60.0180.01322.30
8.3.50.0130.00722.95
8.3.40.0190.00322.88
8.3.30.0220.00422.36
8.3.20.0130.00725.05
8.3.10.0120.00625.29
8.3.00.0180.00326.04
8.2.290.0120.00720.29
8.2.280.0130.00620.18
8.2.270.0080.00017.24
8.2.260.0090.00918.80
8.2.250.0040.01416.45
8.2.240.0060.00318.82
8.2.230.0090.00020.94
8.2.220.0080.00024.06
8.2.210.0060.00626.77
8.2.200.0030.00618.41
8.2.190.0150.00716.58
8.2.180.0170.00825.92
8.2.170.0190.01022.44
8.2.160.0170.00724.44
8.2.150.0150.00625.79
8.2.140.0190.00625.29
8.2.130.0150.00826.04
8.2.120.0190.00426.04
8.2.110.0160.00824.09
8.2.100.0160.00921.82
8.2.90.0180.00521.90
8.2.80.0160.00722.44
8.2.70.0150.01021.77
8.2.60.0170.00721.99
8.2.50.0140.00921.95
8.2.40.0130.00922.07
8.2.30.0130.00822.04
8.2.20.0140.00622.58
8.2.10.0130.00721.97
8.2.00.0170.00522.59
8.1.330.0130.00522.02
8.1.320.0100.00523.69
8.1.310.0070.00016.73
8.1.300.0090.00015.98
8.1.290.0030.00630.84
8.1.280.0080.00825.92
8.1.270.0140.00725.29
8.1.260.0180.00326.14
8.1.250.0150.00527.00
8.1.240.0140.00424.05
8.1.230.0140.00724.02
8.1.220.0080.01121.83
8.1.210.0170.00722.35
8.1.200.0200.00421.64
8.1.190.0150.00821.57
8.1.180.0160.00622.39
8.1.170.0160.00621.77
8.1.160.0140.00822.46
8.1.150.0180.00322.28
8.1.140.0150.00621.67
8.1.130.0160.00521.64
8.1.120.0120.00821.68
8.1.110.0150.00421.71
8.1.100.0140.00821.67
8.1.90.0140.00921.67
8.1.80.0180.00521.62
8.1.70.0130.01021.64
8.1.60.0200.00521.67
8.1.50.0170.00621.70
8.1.40.0170.00921.66
8.1.30.0120.01321.78
8.1.20.0250.00121.75
8.1.10.0180.00621.63
8.1.00.0180.00421.59
8.0.300.0130.00622.35
8.0.290.0120.00821.34
8.0.280.0150.00322.15
8.0.270.0120.00721.39
8.0.260.0160.00621.37
8.0.250.0130.00421.43
8.0.240.0130.00721.42
8.0.230.0160.00321.38
8.0.220.0140.00821.28
8.0.210.0160.00621.41
8.0.200.0110.01221.45
8.0.190.0210.00621.40
8.0.180.0150.00921.40
8.0.170.0240.00121.44
8.0.160.0210.00421.37
8.0.150.0220.00321.31
8.0.140.0160.01121.31
8.0.130.0190.00621.38
8.0.120.0200.00321.40
8.0.110.0190.00321.38
8.0.100.0160.00721.37
8.0.90.0190.00321.39
8.0.80.0180.00521.38
8.0.70.0190.00621.41
8.0.60.0180.00621.38
8.0.50.0180.00521.37
8.0.30.0180.00521.36
8.0.20.0150.00621.38
8.0.10.0150.00621.41
7.4.330.0110.00521.33
7.4.320.0160.00221.22
7.4.300.0170.00921.21
7.4.290.0190.00921.21
7.4.280.0190.00421.25
7.4.270.0180.00321.19
7.4.260.0160.00521.24
7.4.250.0180.00421.11
7.4.240.0140.00821.19
7.4.230.0170.00521.17
7.4.220.0170.00421.25
7.4.210.0170.00321.20
7.4.200.0070.01321.15
7.4.190.0170.00621.17
7.4.180.0230.00021.26
7.4.160.0140.01021.24
7.4.150.0160.00921.08
7.4.140.0140.00721.03
7.4.130.0080.01221.17
7.4.120.0180.00421.12
7.4.110.0110.00721.13
7.4.100.0180.00321.03
7.4.90.0180.00521.10
7.4.80.0130.00721.22
7.4.70.0140.00420.90
7.4.60.0170.00221.03
7.4.50.0100.00821.13
7.4.40.0130.00621.10
7.4.30.0150.00521.23
7.4.20.0130.00721.13
7.4.10.0180.00321.12
7.4.00.0140.00521.15

preferences:
30.16 ms | 403 KiB | 5 Q