File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ array\(11\) {
61
61
\["mday"\]=>
62
62
int\((9|14|23)\)
63
63
\["wday"\]=>
64
- int\(0 \)
64
+ int\((0|6) \)
65
65
\["mon"\]=>
66
66
int\((10|12)\)
67
67
\["year"\]=>
68
68
int\((2004|1901|-1943)\)
69
69
\["yday"\]=>
70
70
int\((282|347|295)\)
71
71
\["weekday"\]=>
72
- string\(6 \) "Sunday"
72
+ string\((6|8) \) "( Sunday|Saturday) "
73
73
\["month"\]=>
74
74
string\((7|8)\) "(October|December)"
75
75
\[0\]=>
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ array\(9\) {
87
87
\[5\]=>
88
88
int\((104|1|-3843)\)
89
89
\[6\]=>
90
- int\(6 \)
90
+ int\((5|6) \)
91
91
\[7\]=>
92
92
int\((281|346|294)\)
93
93
\[8\]=>
@@ -107,7 +107,7 @@ array\(9\) {
107
107
\["tm_year"\]=>
108
108
int\((104|1|-3843)\)
109
109
\["tm_wday"\]=>
110
- int\(6 \)
110
+ int\((5|6) \)
111
111
\["tm_yday"\]=>
112
112
int\((281|346|294)\)
113
113
\["tm_isdst"\]=>
You can’t perform that action at this time.
0 commit comments