Searched refs:numfmt_get_locale (Results 1 – 8 of 8) sorted by relevance
2 numfmt_get_locale()
203 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type );
368 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() argument
96 ZEND_FUNCTION(numfmt_get_locale);
424 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals… function
890 ZEND_FUNCTION(numfmt_get_locale);1077 ZEND_FE(numfmt_get_locale, arginfo_numfmt_get_locale)
Completed in 17 milliseconds