3v4l.org

run code in 300+ PHP versions simultaneously
<?php $items = array('A'=>'Apple', 'B'=>'Bee', 'C'=>'Candy'); var_dump(next($items)); // string(3) "Bee" because next() returns next element and advances pointer to next element foreach($items as $element) { echo $element,PHP_EOL; // print all of $items elements reset($items); // Reset mid-loop! } var_dump(current($items)); // Should be 'string(3) "Bee"' because next() is called before foreach, but returns FALSE reset($items); var_dump(current($items)); // string(5) "Apple". reset() called. It should be "Apple".

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.0060.00324.04
8.4.110.0090.00922.42
8.4.100.0110.00918.93
8.4.90.0100.00918.71
8.4.80.0070.00218.63
8.4.70.0100.00517.84
8.4.60.0080.01220.61
8.4.50.0060.00318.48
8.4.40.0110.00817.66
8.4.30.0100.01017.48
8.4.20.0110.00717.65
8.4.10.0030.01317.45
8.3.250.0040.00518.87
8.3.240.0100.00817.04
8.3.230.0110.00717.30
8.3.220.0120.00719.17
8.3.210.0120.00816.38
8.3.200.0070.00216.73
8.3.190.0120.00719.10
8.3.180.0100.01018.42
8.3.170.0180.00017.17
8.3.160.0110.00718.23
8.3.150.0080.01120.84
8.3.140.0070.00416.70
8.3.130.0120.00616.70
8.3.120.0060.00320.80
8.3.110.0080.00016.60
8.3.100.0060.00316.80
8.3.90.0050.00318.31
8.3.80.0040.00718.31
8.3.70.0090.00618.18
8.3.60.0090.00618.35
8.3.50.0100.00821.92
8.3.40.0110.00418.67
8.3.30.0030.01318.83
8.3.20.0070.00020.02
8.3.10.0000.00821.82
8.3.00.0100.00017.68
8.2.290.0110.00520.63
8.2.280.0060.00318.55
8.2.270.0030.00616.92
8.2.260.0090.00918.25
8.2.250.0040.00418.13
8.2.240.0080.00818.32
8.2.230.0040.00420.94
8.2.220.0040.00424.06
8.2.210.0070.00726.77
8.2.200.0050.00518.23
8.2.190.0130.01016.63
8.2.180.0100.01018.29
8.2.170.0060.00922.96
8.2.160.0080.01120.52
8.2.150.0040.00424.18
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0000.00820.52
8.2.110.0090.00022.27
8.2.100.0110.00019.20
8.2.90.0040.00419.22
8.2.80.0050.00319.46
8.2.70.0040.00417.63
8.2.60.0000.00817.80
8.2.50.0050.00318.07
8.2.40.0030.00718.14
8.2.30.0040.00418.03
8.2.20.0000.00817.55
8.2.10.0040.00418.11
8.2.00.0070.00017.59
8.1.330.0100.00822.03
8.1.320.0140.00716.25
8.1.310.0080.00016.80
8.1.300.0060.00316.23
8.1.290.0040.00718.88
8.1.280.0130.01025.92
8.1.270.0090.00022.05
8.1.260.0110.00726.35
8.1.250.0000.00828.09
8.1.240.0090.00023.78
8.1.230.0120.00019.16
8.1.220.0000.00817.74
8.1.210.0000.00818.77
8.1.200.0100.00017.23
8.1.190.0040.00417.53
8.1.180.0040.00420.62
8.1.170.0000.00818.66
8.1.160.0000.00822.00
8.1.150.0040.00418.89
8.1.140.0040.00417.54
8.1.130.0030.00317.69
8.1.120.0070.00017.36
8.1.110.0040.00417.42
8.1.100.0000.00717.30
8.1.90.0070.00017.29
8.1.80.0040.00317.45
8.1.70.0040.00417.36
8.1.60.0000.00817.49
8.1.50.0040.00917.51
8.1.40.0080.00017.48
8.1.30.0040.00417.53
8.1.20.0070.00017.51
8.1.10.0030.00517.41
8.1.00.0040.00417.38
8.0.300.0000.00718.77
8.0.290.0040.00417.16
8.0.280.0040.00218.49
8.0.270.0030.00517.12
8.0.260.0040.00419.06
8.0.250.0000.00617.04
8.0.240.0020.00516.86
8.0.230.0050.00216.96
8.0.220.0030.00316.78
8.0.210.0000.00716.85
8.0.200.0030.00517.00
8.0.190.0000.00816.85
8.0.180.0000.00816.96
8.0.170.0040.00416.74
8.0.160.0030.00716.78
8.0.150.0070.00016.81
8.0.140.0040.00416.83
8.0.130.0000.00913.39
8.0.120.0040.00416.84
8.0.110.0000.00816.91
8.0.100.0030.00316.84
8.0.90.0000.00716.75
8.0.80.0110.00716.88
8.0.70.0000.00816.71
8.0.60.0040.00416.87
8.0.50.0000.00716.70
8.0.30.0120.00817.10
8.0.20.0100.00817.40
8.0.10.0000.00817.04
8.0.00.0100.00816.79
7.4.330.0050.00015.16
7.4.320.0070.00016.48
7.4.300.0070.00016.59
7.4.290.0090.00016.50
7.4.280.0000.00816.59
7.4.270.0030.00316.59
7.4.260.0000.00716.58
7.4.250.0060.00316.53
7.4.240.0050.00216.51
7.4.230.0070.00016.52
7.4.220.0210.00016.63
7.4.210.0080.00816.45
7.4.200.0000.00716.66
7.4.160.0090.00616.49
7.4.150.0210.00017.40
7.4.140.0100.00817.86
7.4.130.0110.00716.39
7.4.120.0100.01016.60
7.4.110.0040.01416.39
7.4.100.0120.00416.51
7.4.90.0140.00316.53
7.4.80.0030.01419.39
7.4.70.0100.00616.59
7.4.60.0120.01216.36
7.4.50.0040.00416.36
7.4.40.0150.00316.48
7.4.30.0090.01216.50
7.4.00.0090.00614.88
7.3.330.0060.00013.13
7.3.320.0000.00513.19
7.3.310.0000.00716.39
7.3.300.0060.00016.21
7.3.290.0070.00716.20
7.3.280.0030.01416.32
7.3.270.0150.00617.40
7.3.260.0190.00016.57
7.3.250.0080.00816.30
7.3.240.0120.00416.44
7.3.230.0080.00816.39
7.3.210.0030.01316.55
7.3.200.0090.00919.39
7.3.190.0130.00916.30
7.3.180.0060.01016.19
7.3.170.0050.01116.34
7.3.160.0100.00616.29
7.3.10.0070.00716.36
7.3.00.0060.00616.82
7.2.330.0100.00616.54
7.2.320.0140.00316.43
7.2.310.0100.00716.39
7.2.300.0140.00616.44
7.2.290.0030.01516.65
7.2.130.0090.00316.73
7.2.120.0070.00416.79
7.2.110.0040.00416.70
7.2.100.0030.00916.66
7.2.90.0070.01416.70
7.2.80.0000.01216.67
7.2.70.0000.01516.80
7.2.60.0050.00716.67
7.2.50.0040.00716.75
7.2.40.0060.00616.74
7.2.30.0090.00617.00
7.2.20.0130.00916.79
7.2.10.0070.01516.77
7.2.00.0110.01118.12
7.1.250.0080.00315.75
7.1.200.0040.00815.90
7.1.100.0100.00717.98
7.1.70.0050.00317.10
7.1.60.0100.01419.34
7.1.50.0040.01916.93
7.1.00.0030.07722.43
7.0.200.0030.00616.60
7.0.140.0030.05321.95
7.0.60.0130.07319.95
7.0.50.0070.08017.78
7.0.40.0100.07720.02
7.0.30.0270.08020.34
7.0.20.0230.07720.15
7.0.10.0100.08020.11
7.0.00.0030.04320.32
5.6.280.0030.07321.07
5.6.210.0030.04720.62
5.6.200.0100.07718.21
5.6.190.0170.06320.61
5.6.180.0370.08020.77
5.6.170.0400.05320.39
5.6.160.0000.09020.48
5.6.150.0030.07718.23
5.6.140.0070.07018.18
5.6.130.0030.04018.14
5.6.120.0200.07020.99
5.6.110.0170.07721.00
5.6.100.0000.06021.01
5.6.90.0100.09321.00
5.6.80.0130.08320.40
5.5.350.0100.09020.32
5.5.340.0130.07017.98
5.5.330.0070.07720.41
5.5.320.0300.08020.34
5.5.310.0230.05320.18
5.5.300.0030.03717.95
5.5.290.0030.08317.91
5.5.280.0030.08720.75
5.5.270.0100.07720.74
5.5.260.0130.07720.95
5.5.250.0000.08320.68
5.5.240.0000.03720.04
5.4.450.0400.03319.46
5.4.440.0230.04319.40
5.4.430.0300.05319.56
5.4.420.0230.04319.13
5.4.410.0330.07019.13
5.4.400.0300.05719.12
5.4.390.0230.04718.89
5.4.380.0300.03019.21
5.4.370.0330.03719.13
5.4.360.0330.07019.08
5.4.350.0270.07319.24
5.4.340.0300.07019.16
5.4.320.0270.06719.10
5.4.310.0370.05719.06
5.4.300.0300.04719.26
5.4.290.0200.04019.11
5.4.280.0200.04019.26
5.4.270.0270.07019.14
5.4.260.0300.04718.92
5.4.250.0270.05019.09
5.4.240.0230.04718.88
5.4.230.0270.03319.08
5.4.220.0300.06318.92
5.4.210.0330.05319.07
5.4.200.0200.04019.09
5.4.190.0230.03718.90
5.4.180.0300.04019.08
5.4.170.0330.06718.93
5.4.160.0300.03719.18
5.4.150.0270.03719.07
5.4.140.0370.06316.54
5.4.130.0230.04016.18
5.4.120.0270.03716.26
5.4.110.0330.04316.44
5.4.100.0330.07016.06
5.4.90.0300.07316.43
5.4.80.0430.05316.37
5.4.70.0370.03316.18
5.4.60.0300.04316.40
5.4.50.0300.04316.41
5.4.40.0300.03316.41
5.4.30.0270.03716.28
5.4.20.0270.03716.36
5.4.10.0270.03716.18
5.4.00.0200.04015.71
5.3.290.0270.03714.73
5.3.280.0170.04314.54
5.3.270.0300.03314.46
5.3.260.0270.03314.55
5.3.250.0270.03314.65
5.3.240.0270.03314.47
5.3.230.0270.04014.46
5.3.220.0170.04014.44
5.3.210.0230.03714.61
5.3.200.0300.04714.44
5.3.190.0270.03314.51
5.3.180.0300.03014.41
5.3.170.0200.03714.65
5.3.160.0270.03314.42
5.3.150.0200.04014.52
5.3.140.0230.04314.39
5.3.130.0270.03314.41
5.3.120.0270.03714.50
5.3.110.0200.04014.45
5.3.100.0300.03313.91
5.3.90.0330.04013.86
5.3.80.0300.02714.11
5.3.70.0330.04013.96
5.3.60.0300.03013.94
5.3.50.0230.03713.96
5.3.40.0270.04013.87
5.3.30.0230.03713.95
5.3.20.0200.03713.52
5.3.10.0270.03013.49
5.3.00.0200.03713.51
5.2.170.0130.03312.38
5.2.160.0300.01712.38
5.2.150.0200.02712.38
5.2.140.0270.02012.38
5.2.130.0330.03012.38
5.2.120.0300.03012.38
5.2.110.0170.03012.38
5.2.100.0270.04312.38
5.2.90.0200.02712.38
5.2.80.0200.02712.38
5.2.70.0100.03712.38
5.2.60.0200.03012.38
5.2.50.0230.02312.38
5.2.40.0200.03312.38
5.2.30.0170.02712.38
5.2.20.0130.03012.38
5.2.10.0170.03012.38
5.2.00.0170.02712.38
5.1.60.0170.02712.38
5.1.50.0230.02712.38
5.1.40.0200.03012.38
5.1.30.0200.02012.38
5.1.20.0200.02012.38
5.1.10.0170.03012.38
5.1.00.0130.02712.38
5.0.50.0100.01712.38
5.0.40.0030.02312.38
5.0.30.0070.03012.38
5.0.20.0070.02012.38
5.0.10.0070.02012.38
5.0.00.0070.03012.38
4.4.90.0100.01312.38
4.4.80.0100.01312.38
4.4.70.0100.01712.38
4.4.60.0100.02012.38
4.4.50.0070.02012.38
4.4.40.0100.03012.38
4.4.30.0130.01312.38
4.4.20.0070.01712.38
4.4.10.0130.01312.38
4.4.00.0030.02712.38
4.3.110.0130.01012.38
4.3.100.0030.01712.38
4.3.90.0170.01312.38
4.3.80.0070.02312.38
4.3.70.0030.02012.38
4.3.60.0100.01312.38
4.3.50.0100.02312.38
4.3.40.0200.04312.38
4.3.30.0030.03712.38
4.3.20.0070.03012.38
4.3.10.0030.02312.38
4.3.00.0030.02012.38

preferences:
29.28 ms | 403 KiB | 5 Q