Home
last modified time | relevance | path

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

/PHP-8.3/ext/calendar/
H A Dcalendar.c186 zend_long sdn_start, sdn_next; in PHP_FUNCTION() local
206 sdn_next = calendar->to_jd(year, 1 + month, 1); in PHP_FUNCTION()
208 if (sdn_next == 0) { in PHP_FUNCTION()
213 sdn_next = calendar->to_jd(1, 1, 1); in PHP_FUNCTION()
216 sdn_next = calendar->to_jd(year + 1, 1, 1); in PHP_FUNCTION()
217 if (cal == CAL_FRENCH && sdn_next == 0) { in PHP_FUNCTION()
219 sdn_next = 2380953; in PHP_FUNCTION()
224 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()

Completed in 9 milliseconds