Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Ddow.c28 static int m_table_common[13] = { -1, 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5 }; /* 1 = jan */ variable
57 m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; in timelib_day_of_week_ex()

Completed in 5 milliseconds