Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt34 ["monthname"]=>
H A Dbug53574_2.phpt34 ["monthname"]=>
H A Dbug55797_1.phpt34 ["monthname"]=>
H A Dbug55797_2.phpt34 ["monthname"]=>
/PHP-8.0/ext/calendar/
H A Dcalendar.c582 const char *monthname = NULL; in PHP_FUNCTION() local
592 monthname = MonthNameLong[month]; in PHP_FUNCTION()
596 monthname = MonthNameShort[month]; in PHP_FUNCTION()
600 monthname = MonthNameLong[month]; in PHP_FUNCTION()
604 monthname = (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""); in PHP_FUNCTION()
608 monthname = FrenchMonthName[month]; in PHP_FUNCTION()
613 monthname = MonthNameShort[month]; in PHP_FUNCTION()
617 RETURN_STRING(monthname); in PHP_FUNCTION()
/PHP-8.0/ext/date/tests/
H A Dbug69336.phpt2 Bug #69336 (Issues with "last day of <monthname>")

Completed in 16 milliseconds