Searched refs:timelib_day_of_week_ex (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/date/lib/ |
H A D | dow.c | 48 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 5 milliseconds