Searched refs:sdn_next (Results 1 – 1 of 1) sorted by relevance
331 zend_long sdn_start, sdn_next; in PHP_FUNCTION() local351 sdn_next = calendar->to_jd(year, 1 + month, 1); in PHP_FUNCTION()353 if (sdn_next == 0) { in PHP_FUNCTION()358 sdn_next = calendar->to_jd(1, 1, 1); in PHP_FUNCTION()361 sdn_next = calendar->to_jd(year + 1, 1, 1); in PHP_FUNCTION()362 if (cal == CAL_FRENCH && sdn_next == 0) { in PHP_FUNCTION()364 sdn_next = 2380953; in PHP_FUNCTION()369 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()
Completed in 9 milliseconds