Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dparse_date.re61 #define TIMELIB_WEEKDAY 7
216 { "monday", TIMELIB_WEEKDAY, 1 },
217 { "mon", TIMELIB_WEEKDAY, 1 },
218 { "tuesday", TIMELIB_WEEKDAY, 2 },
219 { "tue", TIMELIB_WEEKDAY, 2 },
220 { "wednesday", TIMELIB_WEEKDAY, 3 },
221 { "wed", TIMELIB_WEEKDAY, 3 },
222 { "thursday", TIMELIB_WEEKDAY, 4 },
223 { "thu", TIMELIB_WEEKDAY, 4 },
665 case TIMELIB_WEEKDAY:
[all …]
H A Dparse_date.c63 #define TIMELIB_WEEKDAY 7 macro
218 { "monday", TIMELIB_WEEKDAY, 1 },
219 { "mon", TIMELIB_WEEKDAY, 1 },
220 { "tuesday", TIMELIB_WEEKDAY, 2 },
221 { "tue", TIMELIB_WEEKDAY, 2 },
222 { "wednesday", TIMELIB_WEEKDAY, 3 },
223 { "wed", TIMELIB_WEEKDAY, 3 },
224 { "thursday", TIMELIB_WEEKDAY, 4 },
225 { "thu", TIMELIB_WEEKDAY, 4 },
667 case TIMELIB_WEEKDAY: in timelib_set_relative()
[all …]

Completed in 40 milliseconds