Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib_private.h72 #define TIMELIB_YEAR 6 macro
H A Dparse_date.re212 { "year", TIMELIB_YEAR, 1 },
213 { "years", TIMELIB_YEAR, 1 },
750 …case TIMELIB_YEAR: add_with_overflow(s, &s->time->relative.y, amount, relunit->multiplier); br…
H A Dparse_date.c214 { "year", TIMELIB_YEAR, 1 },
215 { "years", TIMELIB_YEAR, 1 },
752 …case TIMELIB_YEAR: add_with_overflow(s, &s->time->relative.y, amount, relunit->multiplier); br… in timelib_set_relative()

Completed in 41 milliseconds