3v4l.org

run code in 500+ PHP versions simultaneously
<?php $liste = [ ['name' => 'Elsa', 'job' => 'Student', 'springbreak' => 'true' ], ['name' => 'Chris', 'job' => 'Teacher', 'springbreak' => 'true' ], ['name' => 'Zob', 'job' => 'Student', 'springbreak' => 'false' ], ['name' => 'Ken', 'job' => 'Teacher', 'springbreak' => 'true' ], ['name' => 'Ryan', 'job' => 'Student', 'springbreak' => 'false' ], ['name' => 'Tenta', 'job' => 'Teacher', 'springbreak' => 'true' ] ]; // Filter to only keep values with springbreak to true $springbreak_only = array_filter($liste, function($entry) { return $entry['springbreak'] === 'true'; }); // Get the names only $springbreak_names = array_map(function($entry) { return $entry['name']; }, $springbreak_only); echo join(', ', $springbreak_names);

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.5.30.0080.00919.19
8.5.20.0090.01219.63
8.5.10.0080.01016.86
8.5.00.0060.00319.99
8.4.180.0090.01419.80
8.4.170.0150.00820.42
8.4.160.0160.00723.86
8.4.150.0090.00316.83
8.4.140.0100.01117.58
8.4.130.0120.00918.91
8.4.120.0100.01024.09
8.4.110.0120.00818.91
8.4.100.0120.00818.84
8.4.90.0110.01020.34
8.4.80.0110.00920.56
8.4.70.0070.00218.89
8.4.60.0040.00718.81
8.4.50.0060.00318.86
8.4.40.0070.01319.52
8.4.30.0130.00717.41
8.4.20.0070.01320.57
8.4.10.0030.00617.95
8.3.300.0130.00720.86
8.3.290.0150.00520.87
8.3.280.0110.00918.60
8.3.270.0130.00716.66
8.3.260.0110.00816.64
8.3.250.0090.00618.91
8.3.240.0050.00516.98
8.3.230.0120.00816.63
8.3.220.0120.00819.02
8.3.210.0070.00716.68
8.3.200.0040.00516.72
8.3.190.0110.00517.09
8.3.180.0110.00519.05
8.3.170.0120.00616.33
8.3.160.0120.00617.18
8.3.150.0090.00916.71
8.3.140.0110.00720.65
8.3.130.0080.00018.36
8.3.120.0090.00318.82
8.3.110.0030.01320.94
8.3.100.0070.00716.53
8.3.90.0140.00326.77
8.3.80.0070.00317.97
8.3.70.0120.00618.34
8.3.60.0130.00718.55
8.3.50.0140.00017.27
8.3.40.0120.00318.73
8.3.30.0110.00418.71
8.3.20.0090.00018.78
8.3.10.0000.00821.85
8.3.00.0080.00023.61
8.2.300.0120.00822.29
8.2.290.0120.00720.60
8.2.280.0070.00418.16
8.2.270.0090.00616.80
8.2.260.0030.01616.48
8.2.250.0080.00018.32
8.2.240.0090.00017.10
8.2.230.0000.00822.58
8.2.220.0160.00324.06
8.2.210.0150.00326.77
8.2.200.0060.00318.41
8.2.190.0120.00616.60
8.2.180.0070.01416.75
8.2.170.0160.00622.96
8.2.160.0110.00419.27
8.2.150.0080.00024.18
8.2.140.0080.00024.66
8.2.130.0000.00826.16
8.2.120.0040.00419.30
8.2.110.0070.00422.28
8.2.100.0060.00617.72
8.2.90.0000.00919.64
8.2.80.0080.00019.36
8.2.70.0000.00817.63
8.2.60.0030.00518.05
8.2.50.0040.00418.07
8.2.40.0000.00718.35
8.2.30.0000.00718.14
8.2.20.0040.00418.05
8.2.10.0040.00418.14
8.2.00.0040.00417.66
8.1.340.0140.00917.70
8.1.330.0130.00622.07
8.1.320.0120.00816.19
8.1.310.0060.01216.24
8.1.300.0060.01016.85
8.1.290.0030.00730.84
8.1.280.0160.00325.92
8.1.270.0050.00320.08
8.1.260.0090.00326.35
8.1.250.0040.00428.09
8.1.240.0060.00324.00
8.1.230.0060.00622.82
8.1.220.0060.00317.79
8.1.210.0050.00318.93
8.1.200.0100.00017.35
8.1.190.0040.00417.35
8.1.180.0030.00618.10
8.1.170.0050.00318.59
8.1.160.0050.00218.79
8.1.150.0020.00518.79
8.1.140.0060.00320.68
8.1.130.0000.00620.22
8.1.120.0030.00517.38
8.1.110.0030.00617.49
8.1.100.0000.00717.48
8.1.90.0000.00717.46
8.1.80.0060.00317.49
8.1.70.0070.00417.52
8.1.60.0040.00417.53
8.1.50.0040.00417.54
8.1.40.0030.00517.45
8.1.30.0050.00317.56
8.1.20.0000.00717.57
8.1.10.0060.00317.55
8.1.00.0080.00017.52
8.0.300.0040.00420.03
8.0.290.0060.00316.63
8.0.280.0070.00018.45
8.0.270.0000.00717.25
8.0.260.0030.00320.20
8.0.250.0020.00516.99
8.0.240.0070.00016.96
8.0.230.0000.00716.84
8.0.220.0040.00416.84
8.0.210.0000.00716.85
8.0.200.0030.00316.85
8.0.190.0040.00417.00
8.0.180.0000.00816.84
8.0.170.0000.00916.80
8.0.160.0070.00016.80
8.0.150.0050.00216.76
8.0.140.0060.00316.84
8.0.130.0000.00513.36
8.0.120.0000.00816.89
8.0.110.0000.00816.84
8.0.100.0070.00017.00
8.0.90.0050.00316.90
8.0.80.0110.00816.88
8.0.70.0000.00716.94
8.0.60.0040.00416.90
8.0.50.0030.00316.91
8.0.30.0080.01016.97
8.0.20.0080.01417.40
8.0.10.0000.00816.89
8.0.00.0110.00716.75
7.4.330.0050.00015.55
7.4.320.0000.00716.64
7.4.300.0060.00016.41
7.4.290.0030.00616.64
7.4.280.0000.00716.48
7.4.270.0000.00716.53
7.4.260.0070.00316.59
7.4.250.0030.00616.58
7.4.240.0030.00316.62
7.4.230.0050.00216.50
7.4.220.0040.00416.49
7.4.210.0060.00816.56
7.4.200.0000.00716.73
7.4.160.0110.00616.57
7.4.140.0100.01017.86
7.4.130.0110.00716.55
7.4.120.0140.00716.49
7.4.110.0100.00716.59
7.4.100.0160.00616.58
7.4.90.0130.00916.42
7.4.80.0140.00319.39
7.4.70.0110.00916.59
7.4.60.0090.00916.50
7.4.50.0070.01116.62
7.4.40.0100.01316.57
7.4.00.0060.00814.90
7.3.330.0050.00013.24
7.3.320.0020.00213.08
7.3.310.0000.00716.27
7.3.300.0030.00316.19
7.3.290.0000.00716.24
7.3.280.0100.01016.17
7.3.260.0130.01116.42
7.3.240.0080.00916.38
7.3.230.0070.01016.32
7.3.210.0030.01316.40
7.3.200.0160.00416.43
7.3.190.0080.00816.25
7.3.180.0060.00916.24
7.3.170.0100.00616.42
7.3.160.0060.00916.61
7.3.120.0060.01214.99
7.3.110.0110.00415.03
7.3.100.0070.00714.93
7.3.90.0000.00914.96
7.3.80.0060.00614.99
7.3.70.0090.00314.79
7.3.60.0110.00414.75
7.3.50.0110.00414.55
7.3.40.0080.00314.71
7.3.30.0140.00314.72
7.3.20.0100.00716.56
7.3.10.0000.01116.88
7.3.00.0070.00416.69
7.2.330.0090.00916.39
7.2.320.0070.01016.83
7.2.310.0160.00016.53
7.2.300.0060.01016.40
7.2.290.0100.00716.57
7.2.250.0110.00615.04
7.2.240.0150.00315.27
7.2.230.0040.01514.98
7.2.220.0030.00914.59
7.2.210.0030.01015.29
7.2.200.0030.00714.73
7.2.190.0030.00715.00
7.2.180.0040.00814.96
7.2.170.0040.01114.87
7.2.100.3980.01014.71
7.2.90.4340.00914.85
7.2.80.4010.01014.50
7.2.70.6490.00914.85
7.2.60.4160.00314.82
7.2.50.7000.00715.23
7.2.40.5160.00715.00
7.2.30.4570.01314.96
7.2.20.4590.00314.91
7.2.10.4340.00914.89
7.2.00.4450.00314.75
7.1.330.0000.01215.90
7.1.320.0060.00615.58
7.1.310.0060.00615.64
7.1.300.0000.01015.52
7.1.290.0070.00715.75
7.1.280.0030.00915.75
7.1.270.0080.00615.48
7.1.260.0080.00315.84
7.1.220.4370.01613.84
7.1.210.5340.00313.85
7.1.200.3690.01013.88
7.1.190.3850.00613.66
7.1.180.5420.00613.73
7.1.170.5740.00614.07
7.1.160.4610.00313.87
7.1.150.4580.01013.96
7.1.140.4690.00013.79
7.1.130.5510.00813.90
7.1.120.4680.00713.74
7.1.110.3870.00914.09
7.1.100.1270.00413.97
7.1.90.0540.00613.79
7.1.80.0620.01414.08
7.1.70.1820.00314.09
7.1.60.0350.00632.00
7.1.50.1080.00331.91
7.1.40.0570.00331.77
7.1.30.0530.01331.90
7.1.20.0530.01031.80
7.1.10.1910.01013.71
7.1.00.1080.00313.87
5.6.380.0030.01814.24

preferences:
46.91 ms | 1565 KiB | 5 Q