Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_date.re61 #define TIMELIB_WEEKDAY 7
229 { "monday", TIMELIB_WEEKDAY, 1 },
230 { "mon", TIMELIB_WEEKDAY, 1 },
231 { "tuesday", TIMELIB_WEEKDAY, 2 },
232 { "tue", TIMELIB_WEEKDAY, 2 },
233 { "wednesday", TIMELIB_WEEKDAY, 3 },
234 { "wed", TIMELIB_WEEKDAY, 3 },
235 { "thursday", TIMELIB_WEEKDAY, 4 },
236 { "thu", TIMELIB_WEEKDAY, 4 },
679 case TIMELIB_WEEKDAY:
[all …]
H A Dparse_date.c63 #define TIMELIB_WEEKDAY 7 macro
231 { "monday", TIMELIB_WEEKDAY, 1 },
232 { "mon", TIMELIB_WEEKDAY, 1 },
233 { "tuesday", TIMELIB_WEEKDAY, 2 },
234 { "tue", TIMELIB_WEEKDAY, 2 },
235 { "wednesday", TIMELIB_WEEKDAY, 3 },
236 { "wed", TIMELIB_WEEKDAY, 3 },
237 { "thursday", TIMELIB_WEEKDAY, 4 },
238 { "thu", TIMELIB_WEEKDAY, 4 },
681 case TIMELIB_WEEKDAY: in timelib_set_relative()
[all …]

Completed in 37 milliseconds