Searched refs:month_tab_leap (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/date/lib/ |
H A D | unixtime2tm.c | 35 static int month_tab_leap[12] = { -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable 103 months = timelib_is_leap(cur_year) ? month_tab_leap : month_tab; in timelib_unixtime2gmt()
|
H A D | tm2unixtime.c | 24 static int month_tab_leap[12] = { -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable 340 return ((month_tab_leap[month - 1] + 1) * SECS_PER_DAY); in do_months()
|
Completed in 6 milliseconds