Searched refs:sdn_next (Results 1 – 1 of 1) sorted by relevance
328 long sdn_start, sdn_next; in PHP_FUNCTION() local348 sdn_next = calendar->to_jd(year, 1 + month, 1); in PHP_FUNCTION()350 if (sdn_next == 0) { in PHP_FUNCTION()355 sdn_next = calendar->to_jd(1, 1, 1); in PHP_FUNCTION()358 sdn_next = calendar->to_jd(year + 1, 1, 1); in PHP_FUNCTION()362 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()
Completed in 7 milliseconds