Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Ddow.c80 static int ml_table_common[13] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
90 return timelib_is_leap(y) ? ml_table_leap[m] : ml_table_common[m]; in timelib_days_in_month()
183 table = is_leap_year ? ml_table_leap : ml_table_common; in timelib_date_from_isodate()

Completed in 5 milliseconds