Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Ddow.c69 static int ml_table_common[13] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
79 return timelib_is_leap(y) ? ml_table_leap[m] : ml_table_common[m]; in timelib_days_in_month()

Completed in 5 milliseconds