Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Ddow.c72 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() function
H A Dtimelib.h463 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-8.1/ext/date/
H A Dphp_date.c671 …case 'N': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_iso_day_of_week(t->y, t->m… in date_format()

Completed in 30 milliseconds