3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private $groupId; private $value; function __construct($groupId, $value) { $this->groupId = $groupId; $this->value = $value; } function getGroupId() { return $this->groupId; } }; $foos = [ new Foo(1, 'Bar'), new Foo(1, 'Ban'), new Foo(1, 'Bak'), new Foo(2, 'Gas'), new Foo(2, 'Gar'), ]; var_dump(array_reduce($foos, function($carry, $item){ if(!isset($carry[$item->getGroupId()])) { $carry[$item->getGroupId()] = []; } $carry[$item->getGroupId()][] = $item; return $carry; }, []));

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.01017.77
8.4.120.0140.00622.23
8.4.110.0070.00422.33
8.4.100.0120.00917.65
8.4.90.0060.00318.62
8.4.80.0040.00519.52
8.4.70.0120.00617.83
8.4.60.0110.01018.85
8.4.50.0140.00820.38
8.4.40.0100.01019.21
8.4.30.0180.00417.85
8.4.20.0140.00717.75
8.4.10.0130.00319.36
8.3.260.0030.00616.86
8.3.250.0110.00519.05
8.3.240.0130.00716.73
8.3.230.0100.01016.49
8.3.220.0110.00817.35
8.3.210.0130.00716.82
8.3.200.0060.00216.54
8.3.190.0050.00317.25
8.3.180.0140.00618.29
8.3.170.0110.00717.07
8.3.160.0070.01118.37
8.3.150.0090.00616.81
8.3.140.0080.00017.20
8.3.130.0050.00318.51
8.3.120.0060.01218.89
8.3.110.0060.00320.94
8.3.100.0060.00324.06
8.3.90.0000.01026.77
8.3.80.0060.00317.97
8.3.70.0120.00916.63
8.3.60.0090.00616.25
8.3.50.0070.01322.12
8.3.40.0040.01118.88
8.3.30.0070.00718.84
8.3.20.0000.00820.21
8.3.10.0030.00523.66
8.3.00.0050.00322.58
8.2.290.0080.01020.69
8.2.280.0090.01020.34
8.2.270.0060.00317.20
8.2.260.0130.00616.57
8.2.250.0040.00416.55
8.2.240.0060.00317.14
8.2.230.0040.00422.58
8.2.220.0060.00937.54
8.2.210.0110.00726.77
8.2.200.0090.00018.42
8.2.190.0040.01518.41
8.2.180.0090.00616.38
8.2.170.0120.00622.96
8.2.160.0070.00719.46
8.2.150.0050.00324.18
8.2.140.0070.00024.66
8.2.130.0050.00322.09
8.2.120.0040.00426.35
8.2.110.0030.00622.02
8.2.100.0120.00017.97
8.2.90.0000.00819.39
8.2.80.0050.00317.97
8.2.70.0040.00417.50
8.2.60.0040.00417.93
8.2.50.0080.00018.10
8.2.40.0070.00020.49
8.2.30.0040.00419.21
8.2.20.0000.00917.82
8.2.10.0040.00418.15
8.2.00.0030.00617.76
8.1.330.0120.00721.91
8.1.320.0150.00416.21
8.1.310.0110.00417.98
8.1.300.0150.00416.26
8.1.290.0070.00330.84
8.1.280.0040.01525.92
8.1.270.0150.00422.10
8.1.260.0040.00428.09
8.1.250.0030.00528.09
8.1.240.0030.00623.92
8.1.230.0070.00322.13
8.1.220.0080.00017.74
8.1.210.0040.00418.77
8.1.200.0060.00617.22
8.1.190.0040.00417.35
8.1.180.0060.00318.10
8.1.170.0040.00418.59
8.1.160.0000.00722.08
8.1.150.0070.00018.85
8.1.140.0080.00019.60
8.1.130.0040.00417.60
8.1.120.0000.00717.48
8.1.110.0040.00417.37
8.1.100.0070.00017.52
8.1.90.0050.00217.53
8.1.80.0050.00217.36
8.1.70.0040.00417.43
8.1.60.0040.00417.55
8.1.50.0000.00817.52
8.1.40.0000.00817.42
8.1.30.0000.00817.67
8.1.20.0000.00717.68
8.1.10.0050.00517.60
8.1.00.0040.00417.50
8.0.300.0060.00318.77
8.0.290.0030.00616.63
8.0.280.0030.00318.51
8.0.270.0000.00717.27
8.0.260.0000.00717.46
8.0.250.0000.00716.91
8.0.240.0050.00316.97
8.0.230.0070.00016.99
8.0.220.0000.00616.92
8.0.210.0070.00016.95
8.0.200.0070.00016.88
8.0.190.0000.00716.86
8.0.180.0030.00516.88
8.0.170.0000.00716.84
8.0.160.0000.00717.05
8.0.150.0050.00216.89
8.0.140.0040.00416.88
8.0.130.0000.00513.42
8.0.120.0080.00016.80
8.0.110.0040.00416.82
8.0.100.0070.00016.98
8.0.90.0000.00816.81
8.0.80.0130.00316.84
8.0.70.0000.00716.96
8.0.60.0000.00716.90
8.0.50.0050.00216.89
8.0.30.0120.00617.14
8.0.20.0120.00817.40
8.0.10.0040.00416.91
8.0.00.0070.01516.71
7.4.330.0080.00015.08
7.4.320.0040.00416.66
7.4.300.0060.00316.64
7.4.290.0000.00716.45
7.4.280.0060.00316.52
7.4.270.0040.00716.49
7.4.260.0040.00416.59
7.4.250.0000.00816.49
7.4.240.0000.00816.46
7.4.230.0040.00416.66
7.4.220.0180.00316.67
7.4.210.0050.00916.50
7.4.200.0030.00316.43
7.4.160.0080.00916.43
7.4.150.0070.01117.40
7.4.140.0090.01017.86
7.4.130.0110.00816.73
7.4.120.0120.00616.61
7.4.110.0070.01016.65
7.4.100.0180.00616.61
7.4.90.0130.00516.55
7.4.80.0040.01519.39
7.4.70.0100.00716.45
7.4.60.0030.01316.60
7.4.50.0040.01216.25
7.4.40.0070.01116.48
7.4.30.0090.00916.55
7.4.10.0070.01315.03
7.4.00.0070.00814.84
7.3.330.0000.00513.38
7.3.320.0020.00213.35
7.3.310.0000.00716.38
7.3.300.0060.00016.44
7.3.290.0000.00616.19
7.3.280.0070.01016.41
7.3.270.0050.01317.40
7.3.260.0120.00616.58
7.3.250.0100.00816.43
7.3.240.0050.01216.64
7.3.230.0280.00616.42
7.3.210.0100.00716.43
7.3.200.0100.00616.41
7.3.190.0070.01016.38
7.3.180.0030.01316.55
7.3.170.0110.01116.51
7.3.160.0080.01716.68
7.3.130.0100.00814.96
7.3.120.0110.00414.84
7.3.110.0060.00914.86
7.3.100.0030.01215.02
7.3.90.0040.00815.01
7.3.80.0100.00414.87
7.3.70.0090.00614.79
7.3.60.0080.00714.85
7.3.50.0060.00814.94
7.3.40.0030.00914.89
7.3.30.0080.00614.82
7.3.20.0070.00316.65
7.3.10.0040.01016.65
7.3.00.0070.00516.61
7.2.330.0190.00316.43
7.2.320.0090.00916.54
7.2.310.0120.00916.59
7.2.300.0150.00316.75
7.2.290.0080.00816.45
7.2.260.0040.01114.92
7.2.250.0090.01114.88
7.2.240.0050.01014.86
7.2.230.0030.01115.10
7.2.220.0090.00715.00
7.2.210.0060.00914.94
7.2.200.0050.00815.13
7.2.190.0030.01114.96
7.2.180.0050.00915.13
7.2.170.0030.01214.97
7.2.160.0060.00414.95
7.2.150.0050.00916.82
7.2.140.0080.00616.93
7.2.130.0060.00816.86
7.2.120.0060.00816.96
7.2.110.0080.00516.71
7.2.100.0070.00816.96
7.2.90.0070.00817.01
7.2.80.0060.00716.91
7.2.70.0070.00516.99
7.2.60.0040.01016.83
7.2.50.0040.00816.90
7.2.40.0040.01116.95
7.2.30.0080.00816.84
7.2.20.0020.01116.91
7.2.10.0040.01017.02
7.2.00.0060.00817.44
7.1.330.0030.01015.97
7.1.320.0100.00515.80
7.1.310.0030.01215.59
7.1.300.0050.00715.89
7.1.290.0060.00615.79
7.1.280.0040.00915.60
7.1.270.0050.00715.82
7.1.260.0020.01215.80
7.1.250.0120.00315.84
7.1.240.0100.00615.72
7.1.230.0060.00515.76
7.1.220.0040.01115.83
7.1.210.0030.00915.79
7.1.200.0070.00815.76
7.1.190.0040.01015.88
7.1.180.0090.00515.65
7.1.170.0030.00615.80
7.1.160.0050.00815.69
7.1.150.0080.00515.77
7.1.140.0060.00815.93
7.1.130.0090.00315.78
7.1.120.0040.00815.75
7.1.110.0090.00415.87
7.1.100.0080.00715.67
7.1.90.0020.01415.81
7.1.80.0030.00815.73
7.1.70.0080.00616.30
7.1.60.0070.00516.31
7.1.50.0030.00815.90
7.1.40.0070.00715.91
7.1.30.0050.00515.97
7.1.20.0030.00615.66
7.1.10.0050.00815.69
7.1.00.0090.02717.94
7.0.330.0000.01515.28
7.0.320.0000.01115.41
7.0.310.0020.00915.45
7.0.300.0040.00515.48
7.0.290.0050.00815.47
7.0.280.0050.00515.49
7.0.270.0070.00615.50
7.0.260.0010.01115.53
7.0.250.0050.01015.46
7.0.240.0030.01015.59
7.0.230.0020.00615.44
7.0.220.0040.00615.45
7.0.210.0070.00415.34
7.0.200.0120.00515.29
7.0.190.0060.00815.45
7.0.180.0050.00615.30
7.0.170.0050.00515.51
7.0.160.0030.00715.43
7.0.150.0090.00615.49
7.0.140.0110.00315.47
7.0.130.0040.01015.35
7.0.120.0030.00815.36
7.0.110.0040.00415.23
7.0.100.0050.02316.94
7.0.90.0070.02516.98
7.0.80.0050.02516.95
7.0.70.0030.02816.93
7.0.60.0030.02416.89
7.0.50.0040.02417.12
7.0.40.0070.02415.78
7.0.30.0100.02415.74
7.0.20.0090.02315.84
7.0.10.0080.03515.84
7.0.00.0060.02515.82
5.6.400.0080.00314.57
5.6.390.0060.00814.38
5.6.380.0050.00614.72
5.6.370.0060.00514.29
5.6.360.0040.01114.48
5.6.350.0070.00714.62
5.6.340.0070.00514.38
5.6.330.0030.01214.64
5.6.320.0040.00914.42
5.6.310.0020.01014.60
5.6.300.0090.00414.37
5.6.290.0070.00414.25
5.6.280.0030.01114.34
5.6.270.0060.00414.72
5.6.260.0100.00314.78
5.6.250.0040.02616.49
5.6.240.0070.02616.44
5.6.230.0070.02116.64
5.6.220.0090.02316.57
5.6.210.0060.02616.56
5.6.200.0050.02816.75
5.6.190.0070.02416.75
5.6.180.0060.02816.53
5.6.170.0050.03516.58
5.6.160.0050.02416.75
5.6.150.0110.01916.68
5.6.140.0080.02116.62
5.6.130.0080.02316.64
5.6.120.0080.02516.79
5.6.110.0050.02416.69
5.6.100.0090.02216.52
5.6.90.0040.02916.75
5.6.80.0110.02016.33
5.6.70.0110.02916.36
5.6.60.0060.02616.41
5.6.50.0090.02616.35
5.6.40.0080.02516.56
5.6.30.0040.02616.33
5.6.20.0100.02116.34
5.6.10.0130.02016.44
5.6.00.0060.02716.43

preferences:
30.66 ms | 403 KiB | 5 Q