Searched refs:intlcal_get_locale (Results 1 – 6 of 6) sorted by relevance
13 var_dump(intlcal_get_locale(1));16 Fatal error: Uncaught ArgumentCountError: intlcal_get_locale() expects exactly 2 arguments, 1 given…18 #0 %s(%d): intlcal_get_locale(1)
14 var_dump(intlcal_get_locale($intlcal, Locale::VALID_LOCALE));
183 ZEND_FUNCTION(intlcal_get_locale);236 …ZEND_ME_MAPPING(getLocale, intlcal_get_locale, arginfo_class_IntlCalendar_getLocale, ZEND_ACC_PUBL…
573 U_CFUNC PHP_FUNCTION(intlcal_get_locale) in PHP_FUNCTION() argument
810 ZEND_FUNCTION(intlcal_get_locale);1000 ZEND_FE(intlcal_get_locale, arginfo_intlcal_get_locale)
56 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {} function
Completed in 19 milliseconds