Searched refs:numfmt_get_locale (Results 1 – 9 of 9) sorted by relevance
89 ZEND_FUNCTION(numfmt_get_locale);109 …ZEND_ME_MAPPING(getLocale, numfmt_get_locale, arginfo_class_NumberFormatter_getLocale, ZEND_ACC_PU…
362 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() argument
2 numfmt_get_locale() icu >= 4.8 && icu < 50.1.2
2 numfmt_get_locale()
203 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type );
888 ZEND_FUNCTION(numfmt_get_locale);1078 ZEND_FE(numfmt_get_locale, arginfo_numfmt_get_locale)
242 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals… function
Completed in 16 milliseconds