3v4l.org

run code in 300+ PHP versions simultaneously
<?php function prepareForOutput($content, $exclude=[]) { if (stripos(PHP_OS, 'WIN') === 0) { if (in_array("\r", $exclude, true) === false) { $content = str_replace("\r", '\r', $content); } if (in_array("\n", $exclude, true) === false) { $content = str_replace("\n", '\n', $content); } if (in_array("\t", $exclude, true) === false) { $content = str_replace("\t", '\t', $content); } } else { if (in_array("\r", $exclude, true) === false) { $content = str_replace("\r", "\033[30;1m\\r\033[0m", $content); } if (in_array("\n", $exclude, true) === false) { $content = str_replace("\n", "\033[30;1m\\n\033[0m", $content); } if (in_array("\t", $exclude, true) === false) { $content = str_replace("\t", "\033[30;1m\\t\033[0m", $content); } if (in_array(' ', $exclude, true) === false) { $content = str_replace(' ', "\033[30;1m·\033[0m", $content); } }//end if return $content; } for ($i = 0; $i < 10000; $i++) { prepareForOutput('{echo 1;}', ["\r"]); }

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.0040.00520.75
8.4.110.0140.01022.44
8.4.100.0100.01219.00
8.4.90.0120.01120.54
8.4.80.0070.01218.70
8.4.70.0140.01019.14
8.4.60.0120.01218.69
8.4.50.0120.01120.34
8.4.40.0180.00717.74
8.4.30.0100.01418.60
8.4.20.0100.01321.21
8.4.10.0320.01917.21
8.3.250.0030.00619.03
8.3.240.0110.00716.39
8.3.230.0130.01016.26
8.3.220.0090.01319.00
8.3.210.0090.01416.39
8.3.200.0050.00516.40
8.3.190.0130.00916.92
8.3.180.0090.01118.81
8.3.170.0090.01517.04
8.3.160.0090.01520.46
8.3.150.0060.00317.09
8.3.140.0360.01116.30
8.3.130.0270.01016.46
8.3.120.0280.01416.61
8.3.110.0330.01316.41
8.3.100.0390.01216.40
8.3.90.0430.01016.51
8.3.80.0370.01816.43
8.3.70.0370.00916.50
8.3.60.0420.00616.82
8.3.50.0320.01616.47
8.3.40.0270.01117.44
8.3.30.0260.01217.14
8.3.20.0340.00817.28
8.3.10.0260.01617.47
8.3.00.0170.01017.15
8.2.290.0140.00920.34
8.2.280.0080.01620.14
8.2.270.0070.01616.41
8.2.260.0250.01916.53
8.2.250.0330.01016.62
8.2.240.0350.00616.04
8.2.230.0300.00616.46
8.2.220.0320.01116.45
8.2.210.0250.01415.82
8.2.200.0250.01516.21
8.2.190.0300.00716.25
8.2.180.0180.01116.61
8.2.170.0300.01517.25
8.2.160.0150.00617.46
8.2.150.0270.01317.23
8.2.140.0320.01317.44
8.2.130.0240.01217.27
8.2.120.0390.00617.21
8.2.110.0340.01117.44
8.2.100.0300.01517.35
8.2.90.0330.01217.38
8.2.80.0430.00917.25
8.2.70.0220.01817.18
8.2.60.0390.01317.24
8.2.50.0280.02117.42
8.2.40.0130.00817.35
8.2.30.0130.00517.58
8.2.20.0260.01517.50
8.2.10.0270.01517.28
8.2.00.0300.01217.41
8.1.330.0140.00921.83
8.1.320.0120.01216.31
8.1.310.0260.01816.08
8.1.300.0290.01315.90
8.1.290.0150.02316.16
8.1.280.0250.01715.86
8.1.270.0290.01617.07
8.1.260.0280.01817.20
8.1.250.0340.00617.30
8.1.240.0220.01817.22
8.1.230.0210.01217.20
8.1.220.0320.00817.11
8.1.210.0260.01317.11
8.1.200.0230.01917.03
8.1.190.0180.01817.15
8.1.180.0280.00817.12
8.1.170.0250.01416.98
8.1.160.0210.01817.09
8.1.150.0280.01317.17
8.1.140.0320.01017.02
8.1.130.0180.01417.17
8.1.120.0250.01317.05
8.1.110.0220.02217.05
8.1.100.0240.01417.00
8.1.90.0430.00417.18
8.1.80.0230.01317.05
8.1.70.0330.00917.21
8.1.60.0260.01017.51
8.1.50.0280.01617.10
8.1.40.0290.01317.22
8.1.30.0300.01317.26
8.1.20.0220.00317.61
8.1.10.0120.00817.50
8.1.00.0310.01217.11
8.0.300.0280.01216.56
8.0.290.0200.01616.63
8.0.280.0330.01116.39
8.0.270.0330.00716.43
8.0.260.0220.01316.56
8.0.250.0270.01016.44
8.0.240.0300.01016.64
8.0.230.0320.01016.40
8.0.220.0320.01116.37
8.0.210.0240.01716.57
8.0.200.0170.02916.42
8.0.190.0260.01516.48
8.0.180.0240.01616.47
8.0.170.0290.00816.47
8.0.160.0210.01216.48
8.0.150.0240.01016.46
8.0.140.0330.00716.38
8.0.130.0330.01416.41
8.0.120.0320.01216.41
8.0.110.0340.00616.43
8.0.100.0310.01416.44
8.0.90.0140.00516.42
8.0.80.0150.00316.57
8.0.70.0130.00716.36
8.0.60.0170.01116.50
8.0.50.0280.01016.63
8.0.30.0190.01916.36
8.0.20.0230.01816.48
8.0.10.0240.01716.49
8.0.00.0240.01716.84
7.4.330.0290.01316.29
7.4.320.0390.00715.90
7.4.300.0280.01616.28
7.4.290.0300.00816.37
7.4.280.0180.02116.29
7.4.270.0320.00616.48
7.4.260.0210.01116.38
7.4.250.0180.02016.28
7.4.240.0270.01716.41
7.4.230.0210.00816.04
7.4.220.0180.00616.14
7.4.210.0180.01216.42
7.4.200.0160.01316.23
7.4.190.0250.00316.35
7.4.180.0250.01816.35
7.4.160.0160.01616.23
7.4.150.0170.01416.24
7.4.140.0190.01916.00
7.4.130.0360.00716.02
7.4.120.0300.00816.41
7.4.110.0270.01016.34
7.4.100.0160.02016.12
7.4.90.0290.00816.23
7.4.80.0220.01516.45
7.4.70.0190.01616.13
7.4.60.0150.02216.06
7.4.50.0220.01516.05
7.4.40.0220.01615.99
7.4.30.0300.01016.23
7.4.20.0300.00915.88
7.4.10.0330.00616.23
7.4.00.0260.01116.38
7.3.330.0310.00715.99
7.3.320.0280.01316.09
7.3.310.0210.01815.79
7.3.300.0230.01316.15
7.3.290.0230.01316.27
7.3.280.0250.01215.88
7.3.270.0150.02216.04
7.3.260.0250.01116.29
7.3.250.0230.01215.98
7.3.240.0310.00716.03
7.3.230.0290.00715.65
7.3.220.0280.01016.03
7.3.210.0190.00615.86
7.3.200.0130.00616.11
7.3.190.0170.00015.95
7.3.180.0090.00916.05
7.3.170.0250.01316.18
7.3.160.0280.01016.14
7.3.150.0360.00716.03
7.3.140.0130.00815.88
7.3.130.0210.00715.87
7.3.120.0130.00516.09
7.3.110.0190.00815.95
7.3.100.0180.00915.87
7.3.90.0150.00516.30
7.3.80.0290.00615.99
7.3.70.0310.00616.28
7.3.60.0320.01016.06
7.3.50.0180.01516.30
7.3.40.0260.01116.27
7.3.30.0230.00816.27
7.3.20.0220.01517.75
7.3.10.0300.00817.86
7.3.00.0310.01017.91
7.2.340.0250.01116.15
7.2.330.0230.00916.18
7.2.320.0220.01116.40
7.2.310.0240.00915.96
7.2.300.0280.00916.31
7.2.290.0340.00416.18
7.2.280.0190.01915.78
7.2.270.0260.01116.24
7.2.260.0230.01615.98
7.2.250.0270.01216.29
7.2.240.0240.01415.89
7.2.230.0310.00816.25
7.2.220.0230.01415.98
7.2.210.0250.01416.00
7.2.200.0120.00616.30
7.2.190.0130.01616.26
7.2.180.0230.01516.17
7.2.170.0270.01116.37
7.2.160.0350.00916.35
7.2.150.0180.02118.07
7.2.140.0080.02318.23
7.2.130.0140.00818.15
7.2.120.0040.01218.15
7.2.110.0230.01117.86
7.2.100.0210.01318.20
7.2.90.0240.01718.11
7.2.80.0250.01218.17
7.2.70.0210.01718.36
7.2.60.0240.01418.29
7.2.50.0340.00318.36
7.2.40.0190.01918.19
7.2.30.0270.01917.93
7.2.20.0290.00618.36
7.2.10.0340.00318.17
7.2.00.0260.01218.27
7.1.330.0190.01616.78
7.1.320.0210.01517.15
7.1.310.0270.01217.03
7.1.300.0230.01317.10
7.1.290.0260.01017.08
7.1.280.0210.01417.03
7.1.270.0230.01317.31
7.1.260.0230.01317.21
7.1.250.0120.02416.95
7.1.240.0180.01817.17
7.1.230.0160.02017.04
7.1.220.0210.01617.21
7.1.210.0250.01117.14
7.1.200.0250.01316.99
7.1.190.0250.01517.13
7.1.180.0260.01017.04
7.1.170.0220.01517.03
7.1.160.0220.01517.00
7.1.150.0230.01116.78
7.1.140.0330.01017.15
7.1.130.0210.01316.98
7.1.120.0330.00617.04
7.1.110.0230.01316.93
7.1.100.0230.01017.03
7.1.90.0160.01217.00
7.1.80.0230.00617.21
7.1.70.0200.01116.81
7.1.60.0210.01416.89
7.1.50.0120.00417.12
7.1.40.0230.01317.17
7.1.30.0220.01516.95
7.1.20.0290.01016.98
7.1.10.0250.01116.80
7.1.00.0200.01716.90
7.0.330.0250.01116.69
7.0.320.0230.01316.39
7.0.310.0320.00616.49
7.0.300.0190.01616.69
7.0.290.0200.01616.65
7.0.280.0230.00616.82
7.0.270.0110.02216.57
7.0.260.0210.01516.84
7.0.250.0260.00916.73
7.0.240.0250.01116.93
7.0.230.0130.01716.72
7.0.220.0220.00716.95
7.0.210.0260.01016.80
7.0.200.0350.01116.85
7.0.190.0260.01016.60
7.0.180.0170.01716.89
7.0.170.0180.01817.03
7.0.160.0180.01816.52
7.0.150.0230.01316.86
7.0.140.0250.01416.77
7.0.130.0220.01616.88
7.0.120.0240.01216.69
7.0.110.0190.01616.79
7.0.100.0260.01016.77
7.0.90.0280.00916.65
7.0.80.0210.01516.41
7.0.70.0240.01216.75
7.0.60.0260.01116.90
7.0.50.0230.01316.56
7.0.40.0260.01016.79
7.0.30.0270.00916.74
7.0.20.0200.02016.58
7.0.10.0270.00916.66
7.0.00.0200.01716.73
5.6.400.0240.02815.65
5.6.390.0200.02415.39
5.6.380.0090.01915.31
5.6.370.0150.02115.43
5.6.360.0140.02915.37
5.6.350.0100.01315.48
5.6.340.0060.01615.71
5.6.330.0150.00715.75
5.6.320.0080.01615.54
5.6.310.0160.01115.55
5.6.300.0190.03215.27
5.6.290.0180.03315.53
5.6.280.0240.01815.60
5.6.270.0200.03015.63
5.6.260.0270.02415.78
5.6.250.0210.03015.50
5.6.240.0280.02415.52
5.6.230.0290.02315.64
5.6.220.0170.03115.65
5.6.210.0210.02515.59
5.6.200.0090.01815.60
5.6.190.0140.01815.40
5.6.180.0140.01115.68
5.6.170.0230.02915.85
5.6.160.0280.02415.65
5.6.150.0170.03515.50
5.6.140.0280.02415.74
5.6.130.0160.03515.81
5.6.120.0140.02815.88
5.6.110.0070.01515.57
5.6.100.0210.02815.41
5.6.90.0140.03215.54
5.6.80.0220.02015.66
5.6.70.0250.02515.63
5.6.60.0200.02815.71
5.6.50.0130.01015.75
5.6.40.0210.01415.51
5.6.30.0200.03015.60
5.6.20.0170.02115.63
5.6.10.0180.03315.49
5.6.00.0200.02615.45
5.5.380.0210.02415.64
5.5.370.0210.03515.56
5.5.360.0170.03415.40
5.5.350.0060.01615.64
5.5.340.0080.01615.63
5.5.330.0100.01315.52
5.5.320.0210.02815.49
5.5.310.0170.04115.42
5.5.300.0290.02315.11
5.5.290.0220.02215.50
5.5.280.0110.04315.63
5.5.270.0190.03415.46
5.5.260.0200.02315.38
5.5.250.0110.01115.81
5.5.240.0220.02815.75
5.5.230.0130.03215.55
5.5.220.0190.02315.58
5.5.210.0140.03815.55
5.5.200.0050.01915.24
5.5.190.0260.02615.28
5.5.180.0150.03715.18
5.5.170.0260.02615.25
5.5.160.0240.02815.40
5.5.150.0200.02615.39
5.5.140.0230.02915.37
5.5.130.0280.02215.32
5.5.120.0190.03015.41
5.5.110.0210.02815.29
5.5.100.0260.02615.49
5.5.90.0180.03215.68
5.5.80.0210.02815.52
5.5.70.0200.02915.77
5.5.60.0090.02815.63
5.5.50.0100.01315.68
5.5.40.0080.01415.52
5.5.30.0120.02415.43
5.5.20.0190.02515.64
5.5.10.0250.01915.59
5.5.00.0170.00615.73
5.4.450.0040.01614.14
5.4.440.0060.01414.14
5.4.430.0050.01514.14
5.4.420.0060.01414.14
5.4.410.0050.01514.14
5.4.400.0150.01814.14
5.4.390.0070.01414.14
5.4.380.0100.01014.14
5.4.370.0080.01414.14
5.4.360.0090.01214.14
5.4.350.0110.00814.14
5.4.340.0080.01114.14
5.4.330.0050.01514.14
5.4.320.0170.03014.14
5.4.310.0140.02914.14
5.4.300.0100.01014.14
5.4.290.0210.02414.14
5.4.280.0100.02814.14
5.4.270.0170.02914.14
5.4.260.0130.02914.14
5.4.250.0140.02914.14
5.4.240.0220.03514.14
5.4.230.0100.03014.14
5.4.220.0140.02414.14
5.4.210.0120.00914.14
5.4.200.0070.01314.14
5.4.190.0080.01214.14
5.4.180.0060.01414.14
5.4.170.0080.01214.14
5.4.160.0070.01314.14
5.4.150.0160.00514.14
5.4.140.0260.01614.14
5.4.130.0040.01914.14
5.4.120.0080.01214.14
5.4.110.0110.00814.14
5.4.100.0040.01614.14
5.4.90.0110.00914.14
5.4.80.0100.01014.14
5.4.70.0080.01114.14
5.4.60.0050.01514.14
5.4.50.0070.01314.14
5.4.40.0080.01114.14
5.4.30.0070.01314.14
5.4.20.0040.01814.14
5.4.10.0190.02214.14
5.4.00.0070.02914.14
5.3.290.0050.00514.14
5.3.280.0120.00914.14
5.3.270.0120.00914.14
5.3.260.0180.00414.14
5.3.250.0150.00414.14
5.3.240.0220.00614.14
5.3.230.0120.01214.14
5.3.220.0160.01214.14
5.3.210.0140.00414.14
5.3.200.0110.00714.14
5.3.190.0080.00314.14
5.3.180.0110.00714.14
5.3.170.0080.00314.14
5.3.160.0050.00514.14
5.3.150.0180.00014.14
5.3.140.0180.00414.14
5.3.130.0240.00014.14
5.3.120.0180.00414.14
5.3.110.0090.01314.14
5.3.100.0120.00814.14
5.3.90.0100.00714.14
5.3.80.0170.00414.14
5.3.70.0170.00314.14
5.3.60.0090.00914.14
5.3.50.0090.01314.14
5.3.40.0140.00714.14
5.3.30.0160.00514.14
5.3.20.0100.01014.14
5.3.10.0170.00414.14
5.3.00.0210.00014.14
5.2.170.0100.00514.14
5.2.160.0070.00714.14
5.2.150.0040.01114.14
5.2.140.0120.00314.14
5.2.130.0130.00714.14
5.2.120.0110.01114.14
5.2.110.0180.00414.14
5.2.100.0120.00014.14
5.2.90.0140.00014.14
5.2.80.0100.00314.14
5.2.70.0030.00714.14
5.2.60.0140.00314.14
5.2.50.0110.00314.14
5.2.40.0080.00014.14
5.2.30.0090.00614.14
5.2.20.0090.00314.14
5.2.10.0050.00314.14
5.2.00.0110.00314.14
5.1.60.0060.00614.14
5.1.50.0080.00414.14
5.1.40.0130.00014.14
5.1.30.0110.00314.14
5.1.20.0070.00014.14
5.1.10.0060.00614.14
5.1.00.0040.00414.14
5.0.50.0050.00514.14
5.0.40.0040.00214.14
5.0.30.0000.01014.14
5.0.20.0000.00614.14
5.0.10.0060.00014.14
5.0.00.0000.00714.14
4.4.90.0000.00314.14
4.4.80.0040.00014.14
4.4.70.0040.00014.14
4.4.60.0040.00014.14
4.4.50.0030.00014.14
4.4.40.0000.00314.14
4.4.30.0020.00214.14
4.4.20.0020.00114.14
4.4.10.0030.00014.14
4.4.00.0030.00014.14
4.3.110.0000.00314.14
4.3.100.0000.00314.14
4.3.90.0000.00314.14
4.3.80.0030.00014.14
4.3.70.0060.00014.14
4.3.60.0030.00014.14
4.3.50.0000.00314.14
4.3.40.0050.00214.14
4.3.30.0000.00314.14
4.3.20.0000.00214.14
4.3.10.0030.00014.14
4.3.00.0010.00114.14

preferences:
113.18 ms | 403 KiB | 5 Q