Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dtimelib_private.h73 #define TIMELIB_WEEKDAY 7 macro
H A Dparse_date.re214 { "mondays", TIMELIB_WEEKDAY, 1 },
215 { "monday", TIMELIB_WEEKDAY, 1 },
216 { "mon", TIMELIB_WEEKDAY, 1 },
217 { "tuesdays", TIMELIB_WEEKDAY, 2 },
218 { "tuesday", TIMELIB_WEEKDAY, 2 },
219 { "tue", TIMELIB_WEEKDAY, 2 },
220 { "wednesdays", TIMELIB_WEEKDAY, 3 },
221 { "wednesday", TIMELIB_WEEKDAY, 3 },
222 { "wed", TIMELIB_WEEKDAY, 3 },
692 case TIMELIB_WEEKDAY:
[all …]
H A Dparse_date.c216 { "mondays", TIMELIB_WEEKDAY, 1 },
217 { "monday", TIMELIB_WEEKDAY, 1 },
218 { "mon", TIMELIB_WEEKDAY, 1 },
219 { "tuesdays", TIMELIB_WEEKDAY, 2 },
220 { "tuesday", TIMELIB_WEEKDAY, 2 },
221 { "tue", TIMELIB_WEEKDAY, 2 },
222 { "wednesdays", TIMELIB_WEEKDAY, 3 },
223 { "wednesday", TIMELIB_WEEKDAY, 3 },
224 { "wed", TIMELIB_WEEKDAY, 3 },
694 case TIMELIB_WEEKDAY: in timelib_set_relative()
[all …]

Completed in 52 milliseconds