Searched refs:transfer_encoding (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 146 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local 821 … transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex() 822 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 851 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 852 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex() 853 transfer_encoding = NULL; in php_stream_url_wrap_http_ex() 976 if (transfer_encoding) { in php_stream_url_wrap_http_ex() 977 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
|
/PHP-8.3/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.3/ext/mbstring/ |
H A D | mbstring.stub.php | 153 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 13 milliseconds