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));
226 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {} function
812 ZEND_FUNCTION(intlcal_get_locale);999 ZEND_FE(intlcal_get_locale, arginfo_intlcal_get_locale)
226 ZEND_FUNCTION(intlcal_get_locale);
631 U_CFUNC PHP_FUNCTION(intlcal_get_locale) in PHP_FUNCTION() argument
Completed in 20 milliseconds