Searched refs:locale_accept_from_http (Results 1 – 7 of 7) sorted by relevance
2 Bug #72533 (locale_accept_from_http out-of-bounds access)29 'locale_accept_from_http: locale string too long: U_ILLEGAL_ARGUMENT_ERROR'
2 locale_accept_from_http
300 return $GLOBALS['oo-mode'] ? Locale::acceptFromHttp($http):locale_accept_from_http($http);
77 ZEND_FUNCTION(locale_accept_from_http);98 …ZEND_ME_MAPPING(acceptFromHttp, locale_accept_from_http, arginfo_class_Locale_acceptFromHttp, ZEND…
1491 PHP_FUNCTION(locale_accept_from_http) in PHP_FUNCTION() argument
919 ZEND_FUNCTION(locale_accept_from_http);1109 ZEND_FE(locale_accept_from_http, arginfo_locale_accept_from_http)
314 function locale_accept_from_http(string $header): string|false {} function
Completed in 38 milliseconds