Searched refs:m_table_leap (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/date/lib/ |
H A D | dow.c | 24 static int m_table_leap[13] = { -1, 6, 2, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5 }; /* 1 = jan */ variable 40 m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; in timelib_day_of_week_ex()
|
Completed in 6 milliseconds