ml_table_common 79 ext/date/lib/dow.c static int ml_table_common[13] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; ml_table_common 89 ext/date/lib/dow.c return timelib_is_leap(y) ? ml_table_leap[m] : ml_table_common[m];