Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Ddow.c74 static int d_table_leap[13] = { 0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335 }; variable
80 return (timelib_is_leap(y) ? d_table_leap[m] : d_table_common[m]) + d - 1; in timelib_day_of_year()

Completed in 11 milliseconds