Searched refs:http_accept (Results 1 – 1 of 1) sorted by relevance
1494 char *http_accept = NULL; in PHP_FUNCTION() local1501 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()1507 char *start = http_accept; in PHP_FUNCTION()1512 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()1527 &outResult, http_accept, available, &status); in PHP_FUNCTION()
Completed in 7 milliseconds