Searched refs:locale_parse (Results 1 – 5 of 5) sorted by relevance
77 ZEND_FUNCTION(locale_parse);
1119 PHP_FUNCTION(locale_parse) in PHP_FUNCTION() argument
492 function locale_parse(string $locale): ?array {} function
923 ZEND_FUNCTION(locale_parse);1114 ZEND_FE(locale_parse, arginfo_locale_parse)
281 return $GLOBALS['oo-mode'] ? Locale::parseLocale( $locale ) : locale_parse($locale );
Completed in 27 milliseconds