3v4l.org

run code in 300+ PHP versions simultaneously
<?php $month = '2'; $year = '2017'; $lastDayOfWeek = '7'; //1 (for monday) to 7 (for sunday) function getWeeksInMonth($year, $month, $lastDayOfWeek, $format = 'Y/m/d') { $aWeeksOfMonth = []; $date = new DateTime("{$year}-{$month}-01"); $iDaysInMonth = cal_days_in_month(CAL_GREGORIAN, $month, $year); $aOneWeek = [$date->format($format)]; $weekNumber = 1; for ($i = 1; $i <= $iDaysInMonth; $i++) { if ($lastDayOfWeek == $date->format('N') || $i == $iDaysInMonth) { $aOneWeek[] = $date->format($format); $aWeeksOfMonth[$weekNumber++] = $aOneWeek; $date->add(new DateInterval('P1D')); $aOneWeek = [$date->format($format)]; $i++; } $date->add(new DateInterval('P1D')); } return $aWeeksOfMonth; } $weeks = getWeeksInMonth($year, $month, $lastDayOfWeek); foreach($weeks as $weekNumber => $week){ echo "Week {$weekNumber}: {$week[0]} - {$week[1]}\r\n"; }

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.140.0110.00918.10
8.4.130.0110.00918.16
8.4.120.0060.00320.57
8.4.110.0110.00822.45
8.4.100.0110.01022.39
8.4.90.0060.00218.23
8.4.80.0030.00618.05
8.4.70.0120.00918.26
8.4.60.0080.00918.70
8.4.50.0070.00318.67
8.4.40.0050.00519.75
8.4.30.0130.00719.97
8.4.20.0130.00319.92
8.4.10.0050.00519.66
8.3.270.0130.00816.65
8.3.260.0070.00516.75
8.3.250.0050.00619.01
8.3.240.0090.01016.70
8.3.230.0050.00516.66
8.3.220.0140.00517.25
8.3.210.0100.00916.97
8.3.200.0120.00616.83
8.3.190.0080.00618.42
8.3.180.0060.00318.59
8.3.170.0070.01017.18
8.3.160.0060.01218.65
8.3.150.0050.00317.29
8.3.140.0070.00318.66
8.3.130.0050.00316.92
8.3.120.0030.01218.81
8.3.110.0000.00920.94
8.3.100.0060.00324.06
8.3.90.0090.00026.77
8.3.80.0040.00817.97
8.3.70.0060.00918.56
8.3.60.0100.01018.55
8.3.50.0080.00518.39
8.3.40.0070.00719.10
8.3.30.0220.00018.96
8.3.20.0000.00722.14
8.3.10.0080.00019.10
8.3.00.0000.00823.39
8.2.290.0100.00920.30
8.2.280.0060.00218.71
8.2.270.0130.00717.55
8.2.260.0110.00717.05
8.2.250.0100.01017.04
8.2.240.0060.00318.98
8.2.230.0080.00022.58
8.2.220.0120.00637.54
8.2.210.0050.00326.77
8.2.200.0090.00018.79
8.2.190.0110.00716.75
8.2.180.0160.00618.43
8.2.170.0150.00322.96
8.2.160.0070.00720.52
8.2.150.0070.00025.66
8.2.140.0050.00324.66
8.2.130.0070.00020.37
8.2.120.0040.00426.35
8.2.110.0040.00422.16
8.2.100.0060.00618.03
8.2.90.0170.00118.48
8.2.80.0040.00719.16
8.2.70.0060.00318.00
8.2.60.0040.00417.75
8.2.50.0000.00818.05
8.2.40.0050.00319.48
8.2.30.0020.00619.59
8.2.20.0030.00619.41
8.2.10.0090.00318.54
8.2.00.0060.00618.44
8.1.330.0120.00821.92
8.1.320.0140.00616.15
8.1.310.0080.00016.96
8.1.300.0090.00918.13
8.1.290.0030.00630.84
8.1.280.0070.01125.92
8.1.270.0040.00422.06
8.1.260.0040.00426.35
8.1.250.0070.00028.09
8.1.240.0050.00523.86
8.1.230.0120.00019.15
8.1.220.0000.00817.74
8.1.210.0080.00018.77
8.1.200.0000.00817.47
8.1.190.0000.00917.48
8.1.180.0030.00518.10
8.1.170.0040.00417.70
8.1.160.0050.00718.57
8.1.150.0070.00519.34
8.1.140.0060.00618.62
8.1.130.0060.00618.56
8.1.120.0090.00417.95
8.1.110.0060.00518.14
8.1.100.0080.00417.98
8.1.90.0060.00617.89
8.1.80.0080.00418.05
8.1.70.0080.00317.99
8.1.60.0050.00918.16
8.1.50.0090.00418.03
8.1.40.0060.00718.05
8.1.30.0100.00418.03
8.1.20.0090.00518.34
8.1.10.0100.00218.10
8.1.00.0070.00618.19
8.0.300.0040.00418.77
8.0.290.0040.00417.00
8.0.280.0050.00519.03
8.0.270.0060.00718.54
8.0.260.0120.00318.37
8.0.250.0100.00217.76
8.0.240.0020.01017.53
8.0.230.0000.01217.73
8.0.220.0100.00217.54
8.0.210.0080.00517.56
8.0.200.0080.00417.57
8.0.190.0090.00317.54
8.0.180.0090.00317.50
8.0.170.0070.00417.50
8.0.160.0100.00217.63
8.0.150.0090.00417.39
8.0.140.0030.00817.52
8.0.130.0070.00415.74
8.0.120.0050.00617.58
8.0.110.0050.00717.58
8.0.100.0060.00517.44
8.0.90.0100.00217.57
8.0.80.0100.00917.65
8.0.70.0080.00417.58
8.0.60.0070.00517.45
8.0.50.0080.00417.59
8.0.30.0120.00617.25
8.0.20.0120.00617.44
8.0.10.0070.00417.35
8.0.00.0110.01217.18
7.4.330.0060.00216.58
7.4.320.0060.00517.11
7.4.300.0040.00717.15
7.4.290.0110.00217.18
7.4.280.0090.00517.19
7.4.270.0110.00117.15
7.4.260.0060.00517.13
7.4.250.0100.00217.12
7.4.240.0090.00317.10
7.4.230.0110.00017.18
7.4.220.0100.00617.09
7.4.210.0090.00717.00
7.4.200.0070.00317.14
7.4.190.0140.00017.62
7.4.180.0160.00017.62
7.4.160.0130.00317.62
7.4.150.0090.00717.51
7.4.140.0130.00717.81
7.4.130.0100.00717.20
7.4.120.0100.01116.96
7.4.110.0080.00917.12
7.4.100.0100.00817.21
7.4.90.0110.00517.15
7.4.80.0130.00618.51
7.4.70.0110.00717.19
7.4.60.0070.00817.20
7.4.50.0050.01117.08
7.4.40.0150.00417.23
7.4.30.0060.00917.18
7.4.20.0140.00017.62
7.4.10.0150.00017.62
7.4.00.0090.00616.30
7.3.330.0050.00515.60
7.3.320.0050.00515.64
7.3.310.0060.00517.10
7.3.300.0080.00317.13
7.3.290.0110.00217.06
7.3.280.0110.00616.91
7.3.270.0100.00817.51
7.3.260.0100.00716.86
7.3.250.0070.01116.90
7.3.240.0060.01016.92
7.3.230.0120.00417.13
7.3.220.0120.00417.62
7.3.210.0120.00517.06
7.3.200.0110.00517.07
7.3.190.0110.00517.19
7.3.180.0130.00617.17
7.3.170.0080.00817.08
7.3.160.0090.00717.14
7.3.150.0120.00417.62
7.3.140.0080.00817.62
7.3.130.0110.00517.62
7.3.120.0120.00316.40
7.3.110.0080.00916.46
7.3.100.0090.00416.25
7.3.90.0090.00516.33
7.3.80.0100.00516.38
7.3.70.0070.00616.25
7.3.60.0070.00716.38
7.3.50.0060.00816.34
7.3.40.0100.00516.35
7.3.30.0040.01116.19
7.3.20.0070.00917.59
7.3.10.0070.00617.26
7.3.00.0100.00317.21
7.2.340.0120.00217.62
7.2.330.0090.00717.22
7.2.320.0090.00917.23
7.2.310.0100.00617.17
7.2.300.0120.00817.28
7.2.290.0030.01417.04
7.2.280.0160.00017.62
7.2.270.0150.00017.62
7.2.260.0000.01517.62
7.2.250.0150.00017.62
7.2.240.0120.00716.45
7.2.230.0110.00516.50
7.2.220.0070.00816.30
7.2.210.0100.00316.39
7.2.200.0050.01116.46
7.2.190.0100.00616.28
7.2.180.0070.00816.26
7.2.170.0080.00416.42
7.2.160.0070.00716.28
7.2.150.0090.00417.51
7.2.140.0080.00717.63
7.2.130.0090.00317.50
7.2.120.0080.00817.39
7.2.110.0060.00717.40
7.2.100.0050.00917.38
7.2.90.0060.00917.38
7.2.80.0090.00517.49
7.2.70.0080.00717.53
7.2.60.0070.00717.29
7.2.50.0050.00917.48
7.2.40.0090.00517.29
7.2.30.0050.00717.36
7.2.20.0070.00617.57
7.2.10.0080.00417.35
7.2.00.0270.00717.46
7.1.330.0040.01116.69
7.1.320.0060.00616.84
7.1.310.0050.00816.58
7.1.300.0050.00816.62
7.1.290.0080.00416.67
7.1.280.0080.00716.70
7.1.270.0070.00516.78
7.1.260.0090.00416.79
7.1.250.0030.01216.44
7.1.240.0100.00517.62
7.1.230.0140.00017.62
7.1.220.0090.00617.62
7.1.210.0100.00317.62
7.1.200.0080.00616.80
7.1.190.0040.00917.62
7.1.180.0100.00317.62
7.1.170.0140.00017.62
7.1.160.0140.00017.62
7.1.150.0090.00617.62
7.1.140.0080.00517.62
7.1.130.0110.00317.62
7.1.120.0100.01017.16
7.1.110.0120.00617.14
7.1.100.0120.00516.97
7.1.90.0120.01017.14
7.1.80.0120.00817.16
7.1.70.0130.00516.46
7.1.60.0110.01425.55
7.1.50.0150.00925.36
7.1.40.0180.00625.31
7.1.30.0210.00425.22
7.1.20.0170.01025.24
7.1.10.0120.00816.30
7.1.00.0090.00716.41
7.0.330.0080.00517.62
7.0.320.0130.00017.62
7.0.310.0130.00017.62
7.0.300.0070.00717.62
7.0.290.0000.01317.62
7.0.280.0070.00717.62
7.0.270.0080.00617.62
7.0.260.0090.00517.62
7.0.250.0110.00417.62
7.0.240.0100.00317.62
7.0.230.0140.00017.62
7.0.220.0110.00517.62
7.0.210.0030.01017.62
7.0.200.0050.00917.62
7.0.190.0130.00017.62
7.0.180.0040.00917.62
7.0.170.0090.00517.62
7.0.160.0080.00817.62
7.0.150.0060.00617.62
7.0.140.0060.00917.62
7.0.130.0060.00617.62
7.0.120.0030.01017.62
7.0.110.0130.00017.62
7.0.100.0090.00417.62
7.0.90.0090.00617.62
7.0.80.0130.00017.62
7.0.70.0100.00317.62
7.0.60.0130.00017.62
7.0.50.0030.01017.62
7.0.40.0000.01317.62
7.0.30.0060.00617.62
7.0.20.0090.00417.62
7.0.10.0100.00317.62
7.0.00.0100.00317.62
5.6.400.0080.00217.62
5.6.390.0090.00417.62
5.6.380.0080.00517.62
5.6.370.0100.00317.62
5.6.360.0100.00317.62
5.6.350.0060.00617.62
5.6.340.0140.00017.62
5.6.330.0060.00617.62
5.6.320.0100.00217.62
5.6.310.0100.00317.62
5.6.300.0100.00317.62
5.6.290.0080.00417.62
5.6.280.0060.00617.62
5.6.270.0140.00017.62
5.6.260.0040.00917.62
5.6.250.0100.00317.62
5.6.240.0130.00017.62
5.6.230.0130.00017.62
5.6.220.0070.00717.62
5.6.210.0100.00317.62
5.6.200.0100.00317.62
5.6.190.0100.00317.62
5.6.180.0090.00317.62
5.6.170.0110.00417.62
5.6.160.0130.00017.62
5.6.150.0090.00517.62
5.6.140.0100.00317.62
5.6.130.0110.00217.62
5.6.120.0160.00017.62
5.6.110.0050.00917.62
5.6.100.0100.00517.62
5.6.90.0100.00317.62
5.6.80.0100.00317.62
5.6.70.0130.00017.62
5.6.60.0100.00517.62
5.6.50.0030.01017.62
5.6.40.0090.00417.62
5.6.30.0060.00617.62
5.6.20.0100.00317.62
5.6.10.0060.00617.62
5.6.00.0060.00617.62

preferences:
34.01 ms | 403 KiB | 5 Q