Home
last modified time | relevance | path

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

/PHP-5.6/ext/calendar/
H A Dcalendar.c207 #define JEWISH_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthNameLeap:Jewish… macro
436 …add_assoc_string(return_value, "abbrevmonth", (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""), 1); in PHP_FUNCTION()
437 add_assoc_string(return_value, "monthname", (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""), 1); in PHP_FUNCTION()
750 monthname = (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""); in PHP_FUNCTION()

Completed in 5 milliseconds