Searched refs:ml_table_leap (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | dow.c | 80 static int ml_table_leap[13] = { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable 89 return timelib_is_leap(y) ? ml_table_leap[m] : ml_table_common[m]; in timelib_days_in_month()
|
Completed in 8 milliseconds