Searched refs:transfer_encoding (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | http_fopen_wrapper.c | 146 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local 826 … transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex() 827 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 856 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 857 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex() 858 transfer_encoding = NULL; in php_stream_url_wrap_http_ex() 981 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 982 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_variation6.phpt | 7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
H A D | mb_encode_mimeheader_indent.phpt | 7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.stub.php | 154 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
|
H A D | mbstring_arginfo.h | 137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, transfer_encoding, IS_STRING, 1, "null")
|
Completed in 14 milliseconds