Home
last modified time | relevance | path

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

/PHP-7.4/ext/calendar/tests/
H A Dcal_from_jd.phpt23 [monthname] => August
35 [monthname] => August
47 [monthname] => Nisan
59 [monthname] =>
H A Dbug71894.phpt29 ["monthname"]=>
H A Dbug53574_1.phpt33 ["monthname"]=>
H A Dbug53574_2.phpt33 ["monthname"]=>
H A Dbug55797_1.phpt33 ["monthname"]=>
H A Dbug55797_2.phpt33 ["monthname"]=>
/PHP-7.4/ext/calendar/
H A Dcalendar.c717 const char *monthname = NULL; in PHP_FUNCTION() local
727 monthname = MonthNameLong[month]; in PHP_FUNCTION()
731 monthname = MonthNameShort[month]; in PHP_FUNCTION()
735 monthname = MonthNameLong[month]; in PHP_FUNCTION()
739 monthname = (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""); in PHP_FUNCTION()
743 monthname = FrenchMonthName[month]; in PHP_FUNCTION()
748 monthname = MonthNameShort[month]; in PHP_FUNCTION()
752 RETURN_STRING(monthname); in PHP_FUNCTION()
/PHP-7.4/ext/date/tests/
H A Dbug69336.phpt2 Bug #69336 (Issues with "last day of <monthname>")

Completed in 15 milliseconds