Home
last modified time | relevance | path

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

/PHP-8.0/ext/calendar/
H A Dcalendar.c208 zend_long sdn_start, sdn_next; in PHP_FUNCTION() local
228 sdn_next = calendar->to_jd(year, 1 + month, 1); in PHP_FUNCTION()
230 if (sdn_next == 0) { in PHP_FUNCTION()
235 sdn_next = calendar->to_jd(1, 1, 1); in PHP_FUNCTION()
238 sdn_next = calendar->to_jd(year + 1, 1, 1); in PHP_FUNCTION()
239 if (cal == CAL_FRENCH && sdn_next == 0) { in PHP_FUNCTION()
241 sdn_next = 2380953; in PHP_FUNCTION()
246 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()

Completed in 36 milliseconds