Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Ddow.c88 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() function
205 if (m < 1 || m > 12 || d < 1 || d > timelib_days_in_month(y, m)) { in timelib_valid_date()
H A Dtimelib.h475 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
/php-src/ext/date/
H A Dphp_date.c738 …case 't': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_days_in_month(t->y, t->m))… in date_format()
956 case 't': retval = (int) timelib_days_in_month(t->y, t->m); break; in php_idate()

Completed in 35 milliseconds