Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c106 static zend_bool check_has_header(const char *headers, const char *header) { in check_has_header() function
471 if (check_has_header(t, "user-agent:")) { in php_stream_url_wrap_http_ex()
474 if (check_has_header(t, "host:")) { in php_stream_url_wrap_http_ex()
477 if (check_has_header(t, "from:")) { in php_stream_url_wrap_http_ex()
480 if (check_has_header(t, "authorization:")) { in php_stream_url_wrap_http_ex()
483 if (check_has_header(t, "content-length:")) { in php_stream_url_wrap_http_ex()
486 if (check_has_header(t, "content-type:")) { in php_stream_url_wrap_http_ex()
489 if (check_has_header(t, "connection:")) { in php_stream_url_wrap_http_ex()

Completed in 8 milliseconds