Searched refs:transfer_encoding (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | http_fopen_wrapper.c | 145 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local 811 … transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex() 812 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 841 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 842 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex() 843 transfer_encoding = NULL; in php_stream_url_wrap_http_ex() 959 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 960 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_variation6.phpt | 10 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
H A D | mb_encode_mimeheader_indent.phpt | 10 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.stub.php | 68 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 16 milliseconds