3v4l.org

run code in 500+ PHP versions simultaneously
<?php $iterator = new ArrayIterator(range(1, 100)); function iterable_chunk(iterable $array, int $chunkSize) { for($i=0;;$i++) { $g = (function() use ($array, $chunkSize, $i) { $c = -1; $y = 0; foreach($array as $item) { $c ++; if ($c < $i*$chunkSize) { continue; } if ($c > ($i+1)*$chunkSize-1) { break; } $y ++; yield $item; } if ($y != $chunkSize) { throw new \Exception(); } })(); yield $g; } } try { foreach(iterable_chunk($iterator, 10) as $it1) { foreach ($it1 as $it) { echo $it . " "; } echo "\n"; } } catch (\Exception $e) {}

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.90.0100.00816.90
8.5.80.0040.00417.58
8.5.70.0090.00916.82
8.5.60.0140.00817.01
8.5.50.0090.00918.57
8.5.30.0090.00919.61
8.5.20.0110.00719.99
8.5.10.0120.00816.83
8.5.00.0130.00920.10
8.4.240.0130.01019.61
8.4.230.0080.00319.62
8.4.220.0140.00219.53
8.4.210.0140.00821.41
8.4.180.0130.01019.55
8.4.170.0150.00923.97
8.4.160.0070.00419.80
8.4.150.0050.00816.89
8.4.140.0110.01017.90
8.4.130.0100.00617.84
8.4.120.0120.00820.54
8.4.110.0090.01222.52
8.4.100.0170.00417.71
8.4.90.0110.00918.51
8.4.80.0080.00917.84
8.4.70.0110.01118.03
8.4.60.0120.00818.72
8.4.50.0050.00419.47
8.4.40.0130.00317.61
8.4.30.0170.00320.41
8.4.20.0120.00417.86
8.4.10.0170.00319.77
8.3.320.0110.00918.74
8.3.310.0140.00718.37
8.3.300.0120.00720.80
8.3.290.0150.00520.85
8.3.280.0100.00920.87
8.3.270.0080.01316.43
8.3.260.0110.00916.60
8.3.250.0040.00418.94
8.3.240.0100.00916.77
8.3.230.0130.00716.39
8.3.220.0170.00117.04
8.3.210.0080.00716.88
8.3.200.0040.00516.57
8.3.190.0130.00718.68
8.3.180.0070.00316.50
8.3.170.0140.00418.98
8.3.160.0150.00416.64
8.3.150.0030.01619.02
8.3.140.0110.00816.62
8.3.130.0090.00016.75
8.3.120.0080.00818.73
8.3.110.0000.01016.68
8.3.100.0040.00416.77
8.3.90.0090.00026.77
8.3.80.0060.00316.63
8.3.70.0080.00816.63
8.3.60.0120.00918.15
8.3.50.0070.01116.42
8.3.40.0150.00018.78
8.3.30.0070.00718.82
8.3.20.0060.00324.18
8.3.10.0040.00424.66
8.3.00.0000.00826.16
8.2.320.0140.00918.21
8.2.310.0120.00718.11
8.2.300.0140.00622.17
8.2.290.0100.00920.36
8.2.280.0120.00620.25
8.2.270.0120.00617.00
8.2.260.0100.00718.96
8.2.250.0030.00516.61
8.2.240.0130.00317.00
8.2.230.0040.00420.94
8.2.220.0000.00924.06
8.2.210.0000.00926.77
8.2.200.0030.00616.88
8.2.190.0070.01516.63
8.2.180.0090.01225.92
8.2.170.0070.01018.96
8.2.160.0140.00322.96
8.2.150.0080.00025.66
8.2.140.0040.00424.66
8.2.130.0000.00826.16
8.2.120.0000.00826.35
8.2.110.0030.00622.13
8.2.100.0090.00319.63
8.2.90.0040.00417.75
8.2.80.0050.00318.65
8.2.70.0080.00017.75
8.2.60.0040.00417.55
8.2.50.0030.00618.05
8.2.40.0040.00418.34
8.2.30.0050.00218.08
8.2.20.0080.00017.99
8.2.10.0000.00719.37
8.2.00.0000.00719.43
8.1.340.0080.01321.73
8.1.330.0140.00420.41
8.1.320.0070.01415.95
8.1.310.0060.00317.05
8.1.300.0060.01018.25
8.1.290.0090.00030.84
8.1.280.0100.00725.92
8.1.270.0050.00323.99
8.1.260.0040.00428.09
8.1.250.0040.00428.09
8.1.240.0090.00023.88
8.1.230.0080.00420.79
8.1.220.0060.00317.74
8.1.210.0000.00818.77
8.1.200.0000.00817.35
8.1.190.0060.00317.22
8.1.180.0030.00519.14
8.1.170.0040.00418.63
8.1.160.0000.00818.85
8.1.150.0040.00418.78
8.1.140.0050.00218.95
8.1.130.0070.00020.07
8.1.120.0070.00017.38
8.1.110.0060.00317.45
8.1.100.0050.00317.48
8.1.90.0040.00417.50
8.1.80.0030.00617.43
8.1.70.0000.00717.37
8.1.60.0030.00517.64
8.1.50.0040.00417.57
8.1.40.0030.00617.46
8.1.30.0030.00517.69
8.1.20.0000.00917.68
8.1.10.0000.00917.59
8.1.00.0030.00517.51
8.0.300.0000.00818.77
8.0.290.0080.00016.75
8.0.280.0030.00518.51
8.0.270.0000.00717.99
8.0.260.0030.00318.52
8.0.250.0000.00716.94
8.0.240.0000.00716.98
8.0.230.0030.00317.04
8.0.220.0000.00716.88
8.0.210.0070.00016.95
8.0.200.0000.00717.04
8.0.190.0040.00417.08
8.0.180.0070.00017.06
8.0.170.0030.00617.01
8.0.160.0030.00617.00
8.0.150.0040.00416.89
8.0.140.0000.00716.92
8.0.130.0000.00513.48
8.0.120.0040.00416.95
8.0.110.0040.00416.89
8.0.100.0040.00416.78
8.0.90.0000.00716.81
8.0.80.0100.00516.93
8.0.70.0040.00416.95
8.0.60.0070.00016.89
8.0.50.0040.00416.84
8.0.30.0130.00516.97
8.0.20.0060.01116.99
8.0.10.0140.00517.09
8.0.00.0100.00817.05
7.4.330.0000.00615.55
7.4.320.0050.00216.57
7.4.300.0030.00616.54
7.4.290.0050.00316.56
7.4.280.0030.00516.64
7.4.270.0030.00316.58
7.4.260.0050.00013.23
7.4.250.0030.00316.47
7.4.240.0050.00516.61
7.4.230.0000.00816.58
7.4.220.0050.00216.70
7.4.210.0100.00816.58
7.4.200.0000.00716.69
7.4.160.0110.00416.59
7.4.150.0080.00716.55
7.4.140.0050.01316.56
7.4.130.0040.01216.53
7.4.120.0100.00816.43
7.4.110.0030.01316.52
7.4.100.0090.00716.55
7.4.90.0060.01016.54
7.4.80.0070.00816.48
7.4.70.0110.00416.51
7.4.60.0070.00916.54
7.4.50.0070.01016.45
7.4.40.0120.00616.46
7.4.30.0110.00916.41
7.4.20.0100.00616.49
7.4.10.0060.01316.54
7.4.00.0080.01016.53
7.3.330.0000.00716.44
7.3.320.0060.00013.29
7.3.310.0030.00416.43
7.3.300.0060.00016.36
7.3.290.0090.00916.35
7.3.270.0050.01016.47
7.3.260.0070.01216.44
7.3.250.0070.01016.45
7.3.240.0090.00516.42
7.3.230.0070.00916.40
7.3.220.0050.01016.38
7.3.210.0110.00416.35
7.3.200.0070.00816.33
7.3.190.0060.00916.32
7.3.180.0060.00816.37
7.3.170.0140.00316.38
7.3.160.0060.01116.34
7.3.150.0100.01016.37
7.3.140.0130.00716.32
7.3.130.0050.01116.34
7.3.120.0040.01016.35
7.3.110.0090.00816.29
7.3.100.0100.00616.31
7.3.90.0080.00716.57
7.3.80.0090.00716.37
7.3.70.0080.00716.38
7.3.60.0060.01016.49
7.3.50.0090.00916.46
7.3.40.0130.00316.46
7.3.30.0090.01116.45
7.3.20.0040.01218.26
7.3.10.0110.00618.28
7.3.00.0090.00818.25
7.2.340.0140.01116.46
7.2.330.0200.00616.45
7.2.320.0170.00816.45
7.2.310.0220.00416.39
7.2.300.0160.00816.48
7.2.290.0110.01716.44
7.2.280.0230.00516.41
7.2.270.0100.01416.43
7.2.260.0150.00916.41
7.2.250.0120.01316.42
7.2.240.0130.01716.39
7.2.230.0230.00316.40
7.2.220.0140.01116.35
7.2.210.0120.01216.41
7.2.200.0240.00316.66
7.2.190.0210.00416.59
7.2.180.0200.00716.57
7.2.170.0190.00616.61
7.2.160.0220.00816.61
7.2.150.0130.01318.43
7.2.140.0170.00718.53
7.2.130.0170.00918.61
7.2.120.0110.01318.50
7.2.110.0350.00816.77
7.2.100.0190.00818.54
7.2.90.0230.00718.42
7.2.80.0250.00718.39
7.2.70.0310.00616.59
7.2.60.0220.00616.68
7.2.50.0120.01216.80
7.2.40.0130.01316.78
7.2.30.0420.00416.66
7.2.20.0300.00316.79
7.2.10.0250.00816.77
7.2.00.0140.01116.78
7.1.330.0170.00717.43
7.1.320.0160.00717.36
7.1.310.0190.00517.38
7.1.300.0140.00917.38
7.1.290.0090.01517.38
7.1.280.0120.01217.46
7.1.270.0210.00417.43
7.1.260.0200.00517.37
7.1.250.0160.00817.34
7.1.240.0110.01117.29
7.1.230.0200.01017.35
7.1.220.0140.01117.39
7.1.210.0150.00817.36
7.1.200.0160.00817.32
7.1.190.0120.01215.67
7.1.180.0150.01015.50
7.1.170.0130.01315.54
7.1.160.0210.00315.50
7.1.150.0240.00515.52
7.1.140.0160.01015.51
7.1.130.0170.00715.59
7.1.120.0110.01115.42
7.1.110.0170.00615.60
7.1.100.0040.01915.55
7.1.90.0140.01215.57
7.1.80.0130.01115.60
7.1.70.0090.01415.43
7.1.60.0210.01015.61
7.1.50.0280.00715.58
7.1.40.0190.00715.50
7.1.30.0100.01315.67
7.1.20.0130.01015.48
7.1.10.0160.01115.50
7.1.00.0170.01415.45
7.0.330.0220.00816.96
7.0.320.0160.00816.93
7.0.310.0160.00616.87
7.0.300.0170.00715.13
7.0.290.0120.01215.13
7.0.280.0150.00615.20
7.0.270.0210.00515.26
7.0.260.0210.00415.14
7.0.250.0190.00715.39
7.0.240.0210.00015.52
7.0.230.0120.01215.34
7.0.220.0100.01315.30
7.0.210.0170.00715.36
7.0.200.0110.01415.29
7.0.190.0160.00515.29
7.0.180.0160.00515.26
7.0.170.0250.00715.40
7.0.160.0150.00615.24
7.0.150.0240.00415.32
7.0.140.0110.01515.26
7.0.130.0130.01015.10
7.0.120.0130.01315.21
7.0.110.0190.00415.22
7.0.100.0240.00415.27
7.0.90.0130.00815.12
7.0.80.0140.00715.15
7.0.70.0200.01015.20
7.0.60.0140.01415.25
7.0.50.0200.00715.07
7.0.40.0240.00415.24
7.0.30.0200.01415.27
7.0.20.0130.00815.20
7.0.10.0200.01415.33
7.0.00.0470.00615.19
5.6.400.0110.01115.64
5.6.390.0240.00315.56
5.6.380.0140.00915.62
5.6.370.0220.01515.64
5.6.360.0180.00915.63
5.6.350.0140.01115.59
5.6.340.0180.00615.62
5.6.330.0160.01315.54
5.6.320.0170.00615.65
5.6.310.0120.01215.59
5.6.300.0270.00915.34
5.6.290.0090.02115.61
5.6.280.0120.01515.58
5.6.270.0150.01215.55
5.6.260.0200.00615.61
5.6.250.0090.01815.67
5.6.240.0120.01215.61
5.6.230.0170.01215.63
5.6.220.0120.01215.72
5.6.210.0190.01515.64
5.6.200.0340.00415.83
5.6.190.0110.01515.77
5.6.180.0180.01115.68
5.6.170.0240.00515.77
5.6.160.0180.00915.87
5.6.150.0210.01015.59
5.6.140.0140.01715.66
5.6.130.0250.00815.68
5.6.120.0240.01415.84
5.6.110.0250.00815.65
5.6.100.0160.01215.65
5.6.90.0140.00915.57
5.6.80.0150.00615.56
5.6.70.0150.00815.63
5.6.60.0130.01315.69
5.6.50.0130.01315.47
5.6.40.0120.01315.64
5.6.30.0170.00715.57
5.6.20.0160.01115.71
5.6.10.0210.00715.46
5.6.00.0180.00415.66
5.5.380.0190.00715.70
5.5.370.0130.01615.64
5.5.360.0240.00715.54
5.5.350.0230.01015.47
5.5.340.0240.00915.60
5.5.330.0150.01015.45
5.5.320.0160.00815.48
5.5.310.0120.01615.47
5.5.300.0230.01015.57
5.5.290.0190.00915.40
5.5.280.0090.01615.46
5.5.270.0240.00815.45
5.5.260.0140.01115.44
5.5.250.0120.01215.66
5.5.240.0170.02015.65
5.5.230.0120.01215.62
5.5.220.0170.00915.59
5.5.210.0150.00715.63
5.5.200.0070.01815.58
5.5.190.0120.01215.32
5.5.180.0160.00715.44
5.5.170.0180.00615.39
5.5.160.0120.01215.45
5.5.150.0160.00915.32
5.5.140.0120.01215.25
5.5.130.0190.00915.47
5.5.120.0140.00915.38
5.5.110.0220.00415.32
5.5.100.0170.00815.61
5.5.90.0270.00415.59
5.5.80.0140.01615.56
5.5.70.0220.00615.54
5.5.60.0100.01515.64
5.5.50.0200.01015.46
5.5.40.0190.00815.49
5.5.30.0080.01515.45
5.5.20.0120.01215.50
5.5.10.0190.00415.49
5.5.00.0150.00715.41
5.4.450.0090.01412.46
5.4.440.0150.00612.57
5.4.430.0150.00912.43
5.4.420.0110.00812.47
5.4.410.0130.01012.38
5.4.400.0090.00912.35
5.4.390.0050.01212.42
5.4.380.0160.00312.27
5.4.370.0080.00812.41
5.4.360.0160.00412.40
5.4.350.0090.00912.31
5.4.340.0070.01112.31
5.4.330.0110.00812.51
5.4.320.0100.01012.46
5.4.310.0150.00412.37
5.4.300.0140.00412.45
5.4.290.0170.00312.37
5.4.280.0150.00312.39
5.4.270.0080.00812.47
5.4.260.0120.00912.36
5.4.250.0090.01212.39
5.4.240.0120.01212.31
5.4.230.0200.00012.21
5.4.220.0090.00912.25
5.4.210.0210.00312.32
5.4.200.0180.00412.22
5.4.190.0130.00612.20
5.4.180.0070.01112.12
5.4.170.0120.00612.27
5.4.160.0140.00312.19
5.4.150.0200.00012.28
5.4.140.0150.00712.30
5.4.130.0080.01312.46
5.4.120.0170.00012.37
5.4.110.0100.00712.49
5.4.100.0070.01012.48
5.4.90.0100.01012.40
5.4.80.0170.00312.63
5.4.70.0080.01212.51
5.4.60.0120.00912.57
5.4.50.0120.00612.35
5.4.40.0140.00212.40
5.4.30.0100.00712.47
5.4.20.0130.00312.45
5.4.10.0050.01312.45
5.4.00.0110.00812.33
5.3.290.0220.00612.93
5.3.280.0070.01112.72
5.3.270.0080.01013.02
5.3.260.0350.00712.89
5.3.250.0190.00412.75
5.3.240.0210.00312.79
5.3.230.0110.00812.68
5.3.220.0090.00912.80
5.3.210.0140.00612.95
5.3.200.0150.00912.80
5.3.190.0170.00312.71
5.3.180.0130.00612.99
5.3.170.0110.00812.99
5.3.160.0040.01713.00
5.3.150.0230.00412.84
5.3.140.0140.00413.08
5.3.130.0120.00812.82
5.3.120.0100.01012.83
5.3.110.0130.01012.81
5.3.100.0120.00612.93
5.3.90.0140.00513.02
5.3.80.0030.01712.78
5.3.70.0090.00912.78
5.3.60.0160.00812.91
5.3.50.0100.01012.70
5.3.40.0180.00712.70
5.3.30.0070.01112.71
5.3.20.0040.01312.97
5.3.10.0080.01512.50
5.3.00.0120.00912.79
5.2.170.0070.00811.91
5.2.160.0130.00611.85
5.2.150.0080.01011.94
5.2.140.0140.00311.85
5.2.130.0160.00011.79
5.2.120.0120.00412.01
5.2.110.0120.00511.86
5.2.100.0120.00311.72
5.2.90.0000.01511.68
5.2.80.0260.00711.81
5.2.70.0080.01211.67
5.2.60.0070.01211.84
5.2.50.0150.00211.82
5.2.40.0150.00311.82
5.2.30.0120.00611.78
5.2.20.0090.00911.52
5.2.10.0100.00511.59
5.2.00.0110.00611.36
5.1.60.0160.00011.26
5.1.50.0100.00311.26
5.1.40.0090.00411.26
5.1.30.0000.01311.26
5.1.20.0050.00911.26
5.1.10.0040.00811.26
5.1.00.0040.00911.26
5.0.50.0070.00711.26
5.0.40.0060.00911.26
5.0.30.0090.00511.26
5.0.20.0110.00311.26
5.0.10.0030.00711.26
5.0.00.0040.00911.26
4.4.90.0110.00011.26
4.4.80.0000.00711.26
4.4.70.0050.00211.26
4.4.60.0050.00311.26
4.4.50.0060.00211.26
4.4.40.0070.00011.26
4.4.30.0020.00511.26
4.4.20.0030.00411.26
4.4.10.0000.00711.26
4.4.00.0040.00511.26
4.3.110.0060.00011.26
4.3.100.0040.00211.26
4.3.90.0040.00411.26
4.3.80.0030.00411.26
4.3.70.0070.00011.26
4.3.60.0050.00211.26
4.3.50.0110.00411.26
4.3.40.0070.00011.26
4.3.30.0000.00611.26
4.3.20.0050.00011.26
4.3.10.0050.00011.26
4.3.00.0000.00511.26

preferences:
148.22 ms | 2826 KiB | 5 Q