Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c147 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local
809transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex()
810 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
952 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
953 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
956 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
957 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_indent.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…

Completed in 13 milliseconds