Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib_private.h70 #define TIMELIB_DAY 4 macro
H A Dparse_date.re202 { "day", TIMELIB_DAY, 1 },
203 { "days", TIMELIB_DAY, 1 },
204 { "week", TIMELIB_DAY, 7 },
205 { "weeks", TIMELIB_DAY, 7 },
206 { "fortnight", TIMELIB_DAY, 14 },
207 { "fortnights", TIMELIB_DAY, 14 },
208 { "forthnight", TIMELIB_DAY, 14 },
209 { "forthnights", TIMELIB_DAY, 14 },
748 …case TIMELIB_DAY: add_with_overflow(s, &s->time->relative.d, amount, relunit->multiplier); br…
H A Dparse_date.c204 { "day", TIMELIB_DAY, 1 },
205 { "days", TIMELIB_DAY, 1 },
206 { "week", TIMELIB_DAY, 7 },
207 { "weeks", TIMELIB_DAY, 7 },
208 { "fortnight", TIMELIB_DAY, 14 },
209 { "fortnights", TIMELIB_DAY, 14 },
210 { "forthnight", TIMELIB_DAY, 14 },
211 { "forthnights", TIMELIB_DAY, 14 },
750 …case TIMELIB_DAY: add_with_overflow(s, &s->time->relative.d, amount, relunit->multiplier); br… in timelib_set_relative()

Completed in 40 milliseconds