Searched refs:locale_accept_from_http (Results 1 – 8 of 8) 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_http40 Warning: locale_accept_from_http() expects parameter 1 to be string, array given in %s on line %d
296 return $GLOBALS['oo-mode'] ? Locale::acceptFromHttp($http):locale_accept_from_http($http);
47 PHP_FUNCTION( locale_accept_from_http);
95 …ZEND_FENTRY( acceptFromHttp, ZEND_FN( locale_accept_from_http ), locale_accept_from_http_args , ZE…
1605 PHP_FUNCTION(locale_accept_from_http) in PHP_FUNCTION() argument
700 PHP_FE( locale_accept_from_http, locale_1_arg )
1412 . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas)
Completed in 33 milliseconds