Searched refs:transfer_encoding (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | http_fopen_wrapper.c | 147 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local 809 … transfer_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 D | mb_encode_mimeheader_variation6.phpt | 11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
H A D | mb_encode_mimeheader_indent.phpt | 11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
Completed in 13 milliseconds