Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c35 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 Dtm2unixtime.c24 static int month_tab_leap[12] = { -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable
348 return ((month_tab_leap[month - 1] + 1) * SECS_PER_DAY); in do_months()

Completed in 12 milliseconds