3v4l.org

run code in 500+ PHP versions simultaneously
<?php $cmds = array_fill(0, 10000, '$abc = 123;'); function test($label, $fn) { $start = microtime(true); for ($i = 0; $i < 10; $i++) { $fn(); } $delta = microtime(true) - $start; echo "{$label}: {$delta}\n"; } test('array_map', function() use($cmds) { array_map(function ($a) { eval($a); }, $cmds); }); test('foreach', function() use($cmds) { foreach ($cmds as $cmd) { eval($cmd); } });

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)
7.4.10.0100.47615.84
7.4.00.0100.46715.64
7.3.130.0100.45615.55
7.3.120.0130.29715.54
7.3.110.0000.29215.17
7.3.100.0070.29815.71
7.3.90.0030.37315.73
7.3.80.0030.42415.55
7.3.70.0100.28615.43
7.3.60.0050.31915.40
7.3.50.0080.28015.37
7.3.40.0050.32315.30
7.3.30.0080.26315.13
7.3.20.0070.25715.90
7.3.10.0100.25416.17
7.3.00.0110.28716.21
7.2.260.0030.50615.68
7.2.250.0200.44215.65
7.2.240.0100.34715.72
7.2.230.0030.34515.46
7.2.220.0000.37915.34
7.2.210.0000.43815.38
7.2.200.0100.31315.62
7.2.190.0100.33415.67
7.2.180.0070.35215.63
7.2.170.0090.31615.71
7.2.160.0070.29915.43
7.2.150.0130.35116.19
7.2.140.0100.33616.06
7.2.130.0130.29916.14
7.2.120.0070.31416.21
7.2.110.0100.28316.04
7.2.100.0100.30316.27
7.2.90.0100.26916.27
7.2.80.0170.32216.35
7.2.70.0120.35216.19
7.2.60.0160.26116.29
7.2.50.0080.34016.31
7.2.40.0050.30416.23
7.2.30.0130.31916.17
7.2.20.0120.32916.02
7.2.10.0100.38216.31
7.2.00.0130.37416.29
7.1.330.0030.40315.86
7.1.320.0070.46915.96
7.1.310.0000.30616.05
7.1.300.0190.28915.15
7.1.290.0080.27215.11
7.1.280.0080.28915.19
7.1.270.0070.31815.14
7.1.260.0080.32315.35
7.1.250.0570.35615.02
7.1.240.0130.28315.30
7.1.230.0100.32215.20
7.1.220.0130.25215.15
7.1.210.0070.30415.00
7.1.200.0130.31715.18
7.1.190.0140.27215.15
7.1.180.0080.30615.30
7.1.170.0160.32915.05
7.1.160.0130.27415.04
7.1.150.0150.30615.25
7.1.140.0130.33815.22
7.1.130.0330.34815.29
7.1.120.0130.32015.16
7.1.110.0060.34015.10
7.1.100.0080.26615.16
7.1.90.0070.27414.95
7.1.80.0140.26315.39
7.1.70.0080.33215.31
7.1.60.0110.29715.33
7.1.50.0100.27515.15
7.1.40.0080.29815.23
7.1.30.0120.28515.28
7.1.20.0140.30115.20
7.1.10.0130.31515.29
7.1.00.0100.30415.16
7.0.330.0190.22113.91
7.0.320.0190.20614.14
7.0.310.0130.25814.25
7.0.300.0100.24414.38
7.0.290.0200.21314.30
7.0.280.0190.27914.23
7.0.270.0230.25814.05
7.0.260.0200.29714.26
7.0.250.0230.24513.99
7.0.240.0190.20514.13
7.0.230.0130.20513.95
7.0.220.0130.23914.22
7.0.210.0160.31014.30
7.0.200.0190.24414.13
7.0.190.0160.24514.14
7.0.180.0100.24114.25
7.0.170.0060.28614.22
7.0.160.0130.24414.15
7.0.150.0130.29313.90
7.0.140.0580.27514.26
7.0.130.0130.22714.21
7.0.120.0230.21813.90
7.0.110.0160.33013.86
7.0.100.0130.27014.09
7.0.90.0160.25114.13
7.0.80.0100.22014.32
7.0.70.0190.24213.98
7.0.60.0190.18814.12
7.0.50.0100.28314.35
7.0.40.0200.22414.23
7.0.30.0200.27714.19
7.0.20.0170.22714.36
7.0.10.0230.25614.04
7.0.00.0220.18814.25
5.6.400.0230.38718.04
5.6.390.0260.32217.66
5.6.380.0170.41318.14
5.6.370.0200.35818.12
5.6.360.0150.34718.07
5.6.350.0170.28217.69
5.6.340.0320.28917.89
5.6.330.0230.29717.91
5.6.320.0200.40418.11
5.6.310.0380.29018.04
5.6.300.0250.37018.07
5.6.290.0270.34618.03
5.6.280.0130.30417.63
5.6.270.0220.36818.17
5.6.260.0310.35217.64
5.6.250.0290.39817.88
5.6.240.0200.30117.63
5.6.230.0230.34017.91
5.6.220.0130.41118.06
5.6.210.0240.30217.79
5.6.200.0200.28417.74
5.6.190.0160.33417.75
5.6.180.0350.26617.65
5.6.170.0190.28417.89
5.6.160.0200.30217.79
5.6.150.0160.31517.84
5.6.140.0230.28318.03
5.6.130.0170.30017.79
5.6.120.0130.33717.61
5.6.110.0200.36517.80
5.6.100.0130.34218.09
5.6.90.0210.40818.13
5.6.80.0160.39817.88
5.6.70.0260.37017.72
5.6.60.0200.33617.95
5.6.50.0180.40517.81
5.6.40.0200.33117.53
5.6.30.0180.42717.84
5.6.20.0130.42817.65
5.6.10.0290.28317.69
5.6.00.0260.31317.61
5.5.380.0100.35017.77
5.5.370.0140.35017.83
5.5.360.0230.31717.79
5.5.350.0260.32117.93
5.5.340.0250.32118.00
5.5.330.0170.34517.50
5.5.320.0390.31017.69
5.5.310.0190.31517.88
5.5.300.0260.33317.63
5.5.290.0160.31117.66
5.5.280.0200.38817.61
5.5.270.0200.40917.63
5.5.260.0270.31317.70
5.5.250.0280.32917.79
5.5.240.0370.32217.64
5.5.230.0170.37217.74
5.5.220.0260.38917.59
5.5.210.0200.40517.57
5.5.200.0200.40617.88
5.5.190.0200.34517.66
5.5.180.0130.35417.85
5.5.170.0130.36017.38
5.5.160.0230.30217.64
5.5.150.0230.42717.82
5.5.140.0260.39017.77
5.5.130.0220.41117.79
5.5.120.0200.38717.66
5.5.110.0160.32417.76
5.5.100.0220.36218.04
5.5.90.0130.38417.64
5.5.80.0200.31717.55
5.5.70.0310.38517.57
5.5.60.0170.30617.34
5.5.50.0200.30717.77
5.5.40.0270.30717.69
5.5.30.0130.38417.94
5.5.20.0220.35817.69
5.5.10.0290.30417.75
5.5.00.0230.34317.85
5.4.450.0160.30714.68
5.4.440.0220.32514.46
5.4.430.0030.41014.86
5.4.420.0170.31414.77
5.4.410.0220.37914.63
5.4.400.0160.32514.57
5.4.390.0160.35414.45
5.4.380.0150.27514.54
5.4.370.0230.34514.67
5.4.360.0070.33814.56
5.4.350.0100.38714.59
5.4.340.0100.37714.68
5.4.330.0130.34114.45
5.4.320.0100.30414.57
5.4.310.0200.36414.73
5.4.300.0130.40914.38
5.4.290.0160.28314.45
5.4.280.0200.35014.57
5.4.270.0170.38114.48
5.4.260.0230.28814.55
5.4.250.0190.29914.57
5.4.240.0100.36214.29
5.4.230.0100.29814.37
5.4.220.0230.31814.52
5.4.210.0370.28914.37
5.4.200.0260.30814.33
5.4.190.0260.35714.48
5.4.180.0160.31414.56
5.4.170.0150.38314.71
5.4.160.0220.30614.39
5.4.150.0200.31714.53
5.4.140.0130.37114.68
5.4.130.0190.37314.32
5.4.120.0260.37214.62
5.4.110.0130.31114.58
5.4.100.0470.26814.58
5.4.90.0260.31614.51
5.4.80.0260.30614.58
5.4.70.0230.31314.38
5.4.60.0170.32214.45
5.4.50.0310.34914.63
5.4.40.0130.33614.58
5.4.30.0230.33214.52
5.4.20.0100.32514.73
5.4.10.0330.32014.72
5.4.00.0270.30714.51
5.3.290.0110.35014.05
5.3.280.0290.28713.75
5.3.270.0130.31014.07
5.3.260.0400.28013.81
5.3.250.0230.36813.98
5.3.240.0130.28113.95
5.3.230.0230.29713.90
5.3.220.0280.28013.63
5.3.210.0230.34913.68
5.3.200.0250.26313.81
5.3.190.0230.27913.88
5.3.180.0260.35414.00
5.3.170.0170.33114.05
5.3.160.0130.37914.01
5.3.150.0220.28413.98
5.3.140.0230.25213.92
5.3.130.0260.31213.80
5.3.120.0230.31413.75
5.3.110.0100.35313.96
5.3.100.0030.40213.82
5.3.90.0200.27814.14
5.3.80.0200.31813.86
5.3.70.0220.30313.63
5.3.60.0300.35613.96
5.3.50.0160.33713.68
5.3.40.0170.38413.73
5.3.30.0200.28213.78
5.3.20.0170.24913.86
5.3.10.0280.28013.68
5.3.00.0100.33413.58
5.2.170.0080.00412.41
5.2.160.0060.00612.41
5.2.150.0060.00312.41
5.2.140.0030.01012.41
5.2.130.0100.00312.41
5.2.120.0030.00612.41
5.2.110.0130.00012.41
5.2.100.0040.00712.41
5.2.90.0080.00312.41
5.2.80.0110.00012.41
5.2.70.0030.00712.41
5.2.60.0030.00612.41
5.2.50.0060.00412.41
5.2.40.0100.00012.41
5.2.30.0080.00212.41
5.2.20.0030.00712.41
5.2.10.0070.00412.41
5.2.00.0110.00812.41
5.1.60.0070.00212.41
5.1.50.0000.00712.41
5.1.40.0090.00012.41
5.1.30.0000.00812.41
5.1.20.0100.00012.41
5.1.10.0060.00312.41
5.1.00.0090.00012.41
5.0.50.0030.00712.41
5.0.40.0070.00012.41
5.0.30.0030.00512.41
5.0.20.0070.00012.41
5.0.10.0030.00312.41
5.0.00.0070.00012.41
4.4.90.0060.00312.41
4.4.80.0030.00412.41
4.4.70.0000.00612.41
4.4.60.0000.00612.41
4.4.50.0000.00512.41
4.4.40.0030.00312.41
4.4.30.0060.00012.41
4.4.20.0000.00712.41
4.4.10.0070.00412.41
4.4.00.0070.00012.41
4.3.110.0040.00412.41
4.3.100.0000.00612.41
4.3.90.0000.00612.41
4.3.80.0070.00012.41
4.3.70.0000.00512.41
4.3.60.0000.00612.41
4.3.50.0000.00612.41
4.3.40.0030.00312.41
4.3.30.0070.00012.41
4.3.20.0030.00412.41
4.3.10.0000.00812.41
4.3.00.0000.00512.41

preferences:
85.2 ms | 1820 KiB | 5 Q