Searched refs:locale_get_region (Results 1 – 6 of 6) sorted by relevance
70 ZEND_FUNCTION(locale_get_region);91 …ZEND_ME_MAPPING(getRegion, locale_get_region, arginfo_class_Locale_getRegion, ZEND_ACC_PUBLIC|ZEND…
534 PHP_FUNCTION( locale_get_region ) in PHP_FUNCTION() argument
2 locale_get_region()
249 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
906 ZEND_FUNCTION(locale_get_region);1096 ZEND_FE(locale_get_region, arginfo_locale_get_region)
468 function locale_get_region(string $locale): ?string {} function
Completed in 17 milliseconds