Home
last modified time | relevance | path

Searched refs:TIMELIB_WEEKDAY (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dtimelib_private.h73 #define TIMELIB_WEEKDAY 7 macro
H A Dparse_date.re205 { "monday", TIMELIB_WEEKDAY, 1 },
206 { "mon", TIMELIB_WEEKDAY, 1 },
207 { "tuesday", TIMELIB_WEEKDAY, 2 },
208 { "tue", TIMELIB_WEEKDAY, 2 },
209 { "wednesday", TIMELIB_WEEKDAY, 3 },
210 { "wed", TIMELIB_WEEKDAY, 3 },
211 { "thursday", TIMELIB_WEEKDAY, 4 },
212 { "thu", TIMELIB_WEEKDAY, 4 },
213 { "friday", TIMELIB_WEEKDAY, 5 },
656 case TIMELIB_WEEKDAY:
[all …]
H A Dparse_date.c207 { "monday", TIMELIB_WEEKDAY, 1 },
208 { "mon", TIMELIB_WEEKDAY, 1 },
209 { "tuesday", TIMELIB_WEEKDAY, 2 },
210 { "tue", TIMELIB_WEEKDAY, 2 },
211 { "wednesday", TIMELIB_WEEKDAY, 3 },
212 { "wed", TIMELIB_WEEKDAY, 3 },
213 { "thursday", TIMELIB_WEEKDAY, 4 },
214 { "thu", TIMELIB_WEEKDAY, 4 },
215 { "friday", TIMELIB_WEEKDAY, 5 },
658 case TIMELIB_WEEKDAY: in timelib_set_relative()
[all …]

Completed in 33 milliseconds