Searched refs:ml_table_common (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/date/lib/ |
H A D | dow.c | 80 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() 187 table = ml_table_common; in timelib_date_from_isodate()
|
Completed in 6 milliseconds