Searched refs:month_tab (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | unixtime2tm.c | 40 static int month_tab[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable 107 months = timelib_is_leap(cur_year) ? month_tab_leap : month_tab; in timelib_unixtime2gmt()
|
H A D | tm2unixtime.c | 29 static int month_tab[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable 362 return ((month_tab[month - 1]) * SECS_PER_DAY); in do_months()
|
Completed in 5 milliseconds