3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime("first day of next month"); $publicHolidays = ['01-01', '05-01']; // Format: mm-dd while (true) { // format("N") >= 6 == Weekend if ($date->format("N") >= 6) { // If Saturday or Sunday, add 1 or 2 days. // N=6 (Saturday), 8-6 = 2, get monday // N=7 (Sunday), 8-7 = 1, get monday $date->modify("+".(8-$date->format("N"))." days"); } elseif (in_array($date->format("m-d"), $publicHolidays)) { // This day is a public holiday! Add one. $date->modify("+1 day"); } else { break; } } echo $date->format("Y-m-d");

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.130.0160.00417.93
8.4.120.0090.00920.58
8.4.110.0130.00819.16
8.4.100.0080.00519.13
8.4.90.0100.00520.58
8.4.80.0050.00318.08
8.4.70.0140.00718.13
8.4.60.0150.00718.62
8.4.50.0090.00917.89
8.4.40.0110.00419.68
8.4.30.0160.00319.67
8.4.20.0100.01020.55
8.4.10.0000.00920.54
8.3.260.0090.01016.65
8.3.250.0130.00719.04
8.3.240.0110.00816.70
8.3.230.0130.00716.63
8.3.220.0080.01018.71
8.3.210.0090.00916.87
8.3.200.0140.00616.67
8.3.190.0110.00916.84
8.3.180.0080.01216.73
8.3.170.0040.01419.04
8.3.160.0030.00616.79
8.3.150.0120.00620.93
8.3.140.0040.00418.59
8.3.130.0080.00016.92
8.3.120.0080.00820.98
8.3.110.0090.00616.53
8.3.100.0080.00024.06
8.3.90.0050.00326.77
8.3.80.0090.00016.75
8.3.70.0080.00816.63
8.3.60.0070.01518.63
8.3.50.0030.01416.85
8.3.40.0090.01218.96
8.3.30.0060.00918.73
8.3.20.0040.00421.75
8.3.10.0060.00321.90
8.3.00.0070.00021.95
8.2.290.0120.00817.08
8.2.280.0110.00822.51
8.2.270.0090.00917.08
8.2.260.0070.01319.24
8.2.250.0110.00317.02
8.2.240.0020.00718.46
8.2.230.0120.00420.94
8.2.220.0070.00337.54
8.2.210.0070.00726.77
8.2.200.0130.00016.88
8.2.190.0090.00617.13
8.2.180.0100.01025.92
8.2.170.0070.00719.14
8.2.160.0100.00322.96
8.2.150.0000.00825.66
8.2.140.0070.00024.66
8.2.130.0000.00826.16
8.2.120.0050.00321.05
8.2.110.0040.00419.44
8.2.100.0090.00618.16
8.2.90.0060.00319.21
8.2.80.0030.00519.03
8.2.70.0000.00817.75
8.2.60.0000.00817.75
8.2.50.0050.00317.75
8.2.40.0050.00319.73
8.2.30.0070.00017.85
8.2.20.0040.00418.21
8.2.10.0000.00719.57
8.2.00.0040.00418.32
8.1.330.0090.01016.47
8.1.320.0110.00916.26
8.1.310.0130.00318.32
8.1.300.0000.00918.36
8.1.290.0060.00318.88
8.1.280.0100.00625.92
8.1.270.0050.00324.66
8.1.260.0050.00326.35
8.1.250.0050.00328.09
8.1.240.0060.01621.15
8.1.230.0070.00419.07
8.1.220.0000.00817.91
8.1.210.0090.00018.77
8.1.200.0030.00517.48
8.1.190.0000.00917.48
8.1.180.0080.00318.10
8.1.170.0070.00017.82
8.1.160.0000.00819.05
8.1.150.0040.00419.10
8.1.140.0070.00019.11
8.1.130.0000.00717.73
8.1.120.0060.00518.36
8.1.110.0090.00318.38
8.1.100.0100.00218.34
8.1.90.0070.00418.34
8.1.80.0060.00518.36
8.1.70.0060.00518.36
8.1.60.0060.00818.31
8.1.50.0090.00418.34
8.1.40.0120.00218.35
8.1.30.0110.00218.43
8.1.20.0040.00918.47
8.1.10.0050.00518.37
8.1.00.0070.00618.33
8.0.300.0080.00019.21
8.0.290.0050.00317.25
8.0.280.0000.00718.36
8.0.270.0050.00318.34
8.0.260.0030.00317.13
8.0.250.0080.00317.81
8.0.240.0070.00517.84
8.0.230.0090.00118.71
8.0.220.0040.00717.81
8.0.210.0070.00317.80
8.0.200.0050.00517.86
8.0.190.0090.00217.82
8.0.180.0100.00117.74
8.0.170.0080.00317.76
8.0.160.0060.00717.88
8.0.150.0090.00317.65
8.0.140.0060.00517.77
8.0.130.0060.00515.96
8.0.120.0060.00417.79
8.0.110.0020.00817.73
8.0.100.0060.00517.67
8.0.90.0050.00517.74
8.0.80.0090.00617.80
8.0.70.0080.00317.73
8.0.60.0070.00417.82
8.0.50.0090.00217.76
8.0.30.0100.00817.58
8.0.20.0110.00617.67
8.0.10.0070.00517.86
8.0.00.0140.00717.34
7.4.330.0020.00715.53
7.4.320.0060.00517.41
7.4.300.0070.00417.28
7.4.290.0070.00417.37
7.4.280.0060.00817.30
7.4.270.0100.00317.22
7.4.260.0090.00317.28
7.4.250.0070.00317.19
7.4.240.0060.00517.30
7.4.230.0090.00317.39
7.4.220.0080.00517.42
7.4.210.0060.01017.12
7.4.200.0050.00617.31
7.4.190.0100.00318.02
7.4.180.0130.00017.89
7.4.160.0070.00916.99
7.4.150.0110.00417.87
7.4.140.0140.00417.84
7.4.130.0100.00517.15
7.4.120.0090.00817.02
7.4.110.0100.00717.03
7.4.100.0090.00917.61
7.4.90.0090.00717.72
7.4.80.0110.00818.01
7.4.70.0130.00717.13
7.4.60.0110.00617.17
7.4.50.0070.00717.01
7.4.40.0110.00716.94
7.4.30.0120.00417.01
7.4.20.0090.01017.02
7.4.10.0100.00717.12
7.4.00.0100.00616.70
7.3.330.0070.00315.44
7.3.320.0070.00415.53
7.3.310.0070.00417.04
7.3.300.0020.00816.95
7.3.290.0100.00017.11
7.3.280.0070.00916.74
7.3.270.0030.01217.61
7.3.260.0130.00816.73
7.3.250.0110.00817.09
7.3.240.0110.00816.75
7.3.230.0150.00416.93
7.3.220.0130.00516.95
7.3.210.0090.00917.06
7.3.200.0100.00916.97
7.3.190.0090.01016.77
7.3.180.0100.00716.82
7.3.170.0110.00516.93
7.3.160.0140.00516.90
7.3.150.0150.00817.02
7.3.140.0110.00716.87
7.3.130.0130.00717.04
7.3.120.0120.00816.82
7.3.110.0100.01016.86
7.3.100.0080.01016.93
7.3.90.0090.01016.93
7.3.80.0100.01016.83
7.3.70.0130.00616.82
7.3.60.0090.00916.77
7.3.50.0140.00516.83
7.3.40.0080.00716.36
7.3.30.0120.00516.42
7.3.20.0990.00417.21
7.3.10.0100.00817.27
7.3.00.0120.00717.27
7.2.340.0160.00417.41
7.2.330.0100.01217.04
7.2.320.0160.00717.14
7.2.310.0160.00516.96
7.2.300.0140.00717.06
7.2.290.0130.00716.86
7.2.280.0100.01016.93
7.2.270.0100.01117.01
7.2.260.0160.00516.98
7.2.250.0150.00616.97
7.2.240.0150.00516.88
7.2.230.0150.00917.10
7.2.220.0140.00616.96
7.2.210.0090.01116.99
7.2.200.0160.00617.04
7.2.190.0180.00316.90
7.2.180.0130.00716.95
7.2.170.0120.01016.58
7.2.160.0150.00316.56
7.2.150.0130.00717.36
7.2.140.0110.00917.52
7.2.130.0130.00617.51
7.2.120.0110.00917.44
7.2.110.0240.00817.49
7.2.100.0150.00717.44
7.2.90.0110.00817.54
7.2.80.0130.00817.41
7.2.70.0130.00817.53
7.2.60.0120.00817.53
7.2.50.0570.00517.49
7.2.40.0130.00617.59
7.2.30.0160.00817.46
7.2.20.0150.00717.49
7.2.10.0140.00617.63
7.2.00.0180.00817.66
7.1.330.0140.00816.65
7.1.320.0180.00316.68
7.1.310.0110.01216.68
7.1.300.0210.00316.63
7.1.290.0140.00916.64
7.1.280.0150.00616.46
7.1.270.0100.01116.58
7.1.260.0160.00516.42
7.1.250.0140.00616.44
7.1.240.0170.01016.73
7.1.230.0180.00716.67
7.1.220.0180.00716.54
7.1.210.0180.00616.59
7.1.200.0180.00616.57
7.1.190.0200.00416.62
7.1.180.0170.00716.62
7.1.170.0170.00816.55
7.1.160.0210.00416.71
7.1.150.0210.00516.59
7.1.140.0180.00716.60
7.1.130.0190.00916.53
7.1.120.0150.00816.61
7.1.110.0150.00716.53
7.1.100.0110.01116.59
7.1.90.0220.00516.55
7.1.80.0150.00816.70
7.1.70.0150.00816.49
7.1.60.0110.01116.70
7.1.50.0170.00616.67
7.1.40.0160.00916.58
7.1.30.0150.00816.60
7.1.20.0150.01116.67
7.1.10.0650.00816.59
7.1.00.0160.01016.53

preferences:
111.37 ms | 403 KiB | 5 Q