Home
last modified time | relevance | path

Searched refs:intlcal_get_locale (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dcalendar_getLocale_error.phpt13 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)
H A Dcalendar_getLocale_basic.phpt14 var_dump(intlcal_get_locale($intlcal, Locale::VALID_LOCALE));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h183 ZEND_FUNCTION(intlcal_get_locale);
236 …ZEND_ME_MAPPING(getLocale, intlcal_get_locale, arginfo_class_IntlCalendar_getLocale, ZEND_ACC_PUBL…
H A Dcalendar_methods.cpp573 U_CFUNC PHP_FUNCTION(intlcal_get_locale) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h810 ZEND_FUNCTION(intlcal_get_locale);
1000 ZEND_FE(intlcal_get_locale, arginfo_intlcal_get_locale)
H A Dphp_intl.stub.php56 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {} function

Completed in 68 milliseconds