Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib_private.h73 #define TIMELIB_WEEKDAY 7 macro
H A Dparse_date.re215 { "mondays", TIMELIB_WEEKDAY, 1 },
216 { "monday", TIMELIB_WEEKDAY, 1 },
217 { "mon", TIMELIB_WEEKDAY, 1 },
218 { "tuesdays", TIMELIB_WEEKDAY, 2 },
219 { "tuesday", TIMELIB_WEEKDAY, 2 },
220 { "tue", TIMELIB_WEEKDAY, 2 },
221 { "wednesdays", TIMELIB_WEEKDAY, 3 },
222 { "wednesday", TIMELIB_WEEKDAY, 3 },
223 { "wed", TIMELIB_WEEKDAY, 3 },
748 case TIMELIB_WEEKDAY:
[all …]
H A Dparse_date.c217 { "mondays", TIMELIB_WEEKDAY, 1 },
218 { "monday", TIMELIB_WEEKDAY, 1 },
219 { "mon", TIMELIB_WEEKDAY, 1 },
220 { "tuesdays", TIMELIB_WEEKDAY, 2 },
221 { "tuesday", TIMELIB_WEEKDAY, 2 },
222 { "tue", TIMELIB_WEEKDAY, 2 },
223 { "wednesdays", TIMELIB_WEEKDAY, 3 },
224 { "wednesday", TIMELIB_WEEKDAY, 3 },
225 { "wed", TIMELIB_WEEKDAY, 3 },
750 case TIMELIB_WEEKDAY: in timelib_set_relative()
[all …]

Completed in 34 milliseconds