Searched refs:d_table_leap (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/date/lib/ |
H A D | dow.c | 62 static int d_table_leap[13] = { 0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335 }; variable 68 return (timelib_is_leap(y) ? d_table_leap[m] : d_table_common[m]) + d - 1; in timelib_day_of_year()
|
Completed in 4 milliseconds