Home
last modified time | relevance | path

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

/php-src/ext/calendar/tests/
H A Dcal_from_jd.phpt23 [monthname] => August
35 [monthname] => August
47 [monthname] => Nisan
59 [monthname] =>
H A Dbug71894.phpt27 ["monthname"]=>
H A Dbug53574_1.phpt35 ["monthname"]=>
H A Dbug53574_2.phpt35 ["monthname"]=>
H A Dbug55797_1.phpt35 ["monthname"]=>
H A Dbug55797_2.phpt35 ["monthname"]=>
/php-src/ext/calendar/
H A Dcalendar.c560 const char *monthname = NULL; in PHP_FUNCTION() local
570 monthname = MonthNameLong[month]; in PHP_FUNCTION()
574 monthname = MonthNameShort[month]; in PHP_FUNCTION()
578 monthname = MonthNameLong[month]; in PHP_FUNCTION()
582 monthname = (year > 0 ? JEWISH_MONTH_NAME(year)[month] : ""); in PHP_FUNCTION()
586 monthname = FrenchMonthName[month]; in PHP_FUNCTION()
591 monthname = MonthNameShort[month]; in PHP_FUNCTION()
595 RETURN_STRING(monthname); in PHP_FUNCTION()
/php-src/ext/date/tests/
H A Dbug69336.phpt2 Bug #69336 (Issues with "last day of <monthname>")

Completed in 28 milliseconds