Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c29 static int month_tab[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable
85 months = timelib_is_leap(cur_year) ? month_tab_leap : month_tab; in timelib_unixtime2gmt()
H A Dtm2unixtime.c30 static int month_tab[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; variable
408 return ((month_tab[month - 1]) * SECS_PER_DAY); in do_months()

Completed in 16 milliseconds