Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Ddow.c70 static int ml_table_leap[13] = { 0, 31, 29, 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 4 milliseconds