Searched refs:d_table_common (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/date/lib/ |
H A D | dow.c | 61 static int d_table_common[13] = { 0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable 68 return (timelib_is_leap(y) ? d_table_leap[m] : d_table_common[m]) + d - 1; in timelib_day_of_year()
|
Completed in 3 milliseconds