Searched refs:intlcal_get_locale (Results 1 – 6 of 6) sorted by relevance
11 var_dump(intlcal_get_locale(1));14 Fatal error: Uncaught ArgumentCountError: intlcal_get_locale() expects exactly 2 arguments, 1 given…16 #0 %s(%d): intlcal_get_locale(1)
12 var_dump(intlcal_get_locale($intlcal, Locale::VALID_LOCALE));
197 ZEND_FUNCTION(intlcal_get_locale);250 …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)
225 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {} function
Completed in 17 milliseconds