Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dparse_posix.c408 static const int month_lengths[2][MONTHS_PER_YEAR] = { variable
460 if (d + DAYS_PER_WEEK >= month_lengths[leap_year][psi->mwd.month - 1]) { in calc_transition()
469 value += month_lengths[leap_year][i] * SECS_PER_DAY; in calc_transition()

Completed in 5 milliseconds