Home
last modified time | relevance | path

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

/PHP-7.0/ext/calendar/
H A Dcalendar.c329 zend_long sdn_start, sdn_next; in PHP_FUNCTION() local
349 sdn_next = calendar->to_jd(year, 1 + month, 1); in PHP_FUNCTION()
351 if (sdn_next == 0) { in PHP_FUNCTION()
356 sdn_next = calendar->to_jd(1, 1, 1); in PHP_FUNCTION()
359 sdn_next = calendar->to_jd(year + 1, 1, 1); in PHP_FUNCTION()
360 if (cal == CAL_FRENCH && sdn_next == 0) { in PHP_FUNCTION()
362 sdn_next = 2380953; in PHP_FUNCTION()
367 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()

Completed in 10 milliseconds