Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Ddow.c171 timelib_sll daynr = timelib_daynr_from_weeknr_ex(iy, iw, id, y) + 1; in timelib_date_from_isodate() local
176 if (daynr <= 0) { in timelib_date_from_isodate()
182 if (daynr > 366) { in timelib_date_from_isodate()
184 daynr -= 366; in timelib_date_from_isodate()
188 if (daynr > 365) { in timelib_date_from_isodate()
190 daynr -= 365; in timelib_date_from_isodate()
195 daynr -= table[*m]; in timelib_date_from_isodate()
197 } while (daynr > table[*m]); in timelib_date_from_isodate()
199 if (daynr <= 0) { in timelib_date_from_isodate()
200 daynr += 31; in timelib_date_from_isodate()
[all …]

Completed in 6 milliseconds