Home
last modified time | relevance | path

Searched refs:http_accept (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c1596 char *http_accept = NULL; in PHP_FUNCTION() local
1603 …if(zend_parse_parameters( ZEND_NUM_ARGS() TSRMLS_CC, "s", &http_accept, &http_accept_len) == FAILU… in PHP_FUNCTION()
1611 char *start = http_accept; in PHP_FUNCTION()
1616 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1631 &outResult, http_accept, available, &status); in PHP_FUNCTION()

Completed in 12 milliseconds