Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Ddow.c48 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex() function
69 return timelib_day_of_week_ex(y, m, d, 0); in timelib_day_of_week()
74 return timelib_day_of_week_ex(y, m, d, 1); in timelib_iso_day_of_week()
144 *id = timelib_day_of_week_ex(y, m, d, 1); in timelib_isodate_from_date()

Completed in 6 milliseconds