Searched refs:defaultLocale (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/intl/locale/ |
H A D | locale.stub.php | 123 …ay $languageTag, string $locale, bool $canonicalize = false, ?string $defaultLocale = null): ?stri… argument
|
H A D | locale_arginfo.h | 56 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, defaultLocale, IS_STRING, 1, "null")
|
/php-src/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 77 Parameter #3 [ <optional> ?string $defaultLocale = null ]
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 500 …ay $languageTag, string $locale, bool $canonicalize = false, ?string $defaultLocale = null): ?stri… argument
|
H A D | php_intl_arginfo.h | 562 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, defaultLocale, IS_STRING, 1, "null")
|
Completed in 16 milliseconds