Searched refs:datefmt_get_calendar (Results 1 – 5 of 5) sorted by relevance
94 ZEND_FUNCTION(datefmt_get_calendar);118 …ZEND_ME_MAPPING(getCalendar, datefmt_get_calendar, arginfo_class_IntlDateFormatter_getCalendar, ZE…
107 U_CFUNC PHP_FUNCTION(datefmt_get_calendar) in PHP_FUNCTION() argument
858 ZEND_FUNCTION(datefmt_get_calendar);1048 ZEND_FE(datefmt_get_calendar, arginfo_datefmt_get_calendar)
343 function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {} function
358 return $GLOBALS['oo-mode'] ? $fmt->getCalendar( ) : datefmt_get_calendar( $fmt );
Completed in 13 milliseconds