Searched refs:m_table_leap (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/date/lib/ |
H A D | dow.c | 29 static int m_table_leap[13] = { -1, 6, 2, 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 9 milliseconds