Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c146 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local
810transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex()
811 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
840 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
841 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex()
842 transfer_encoding = NULL; in php_stream_url_wrap_http_ex()
965 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
966 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_indent.phpt7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
/php-src/ext/mbstring/
H A Dmbstring.stub.php163 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
H A Dmbstring_arginfo.h151 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, transfer_encoding, IS_STRING, 1, "null")

Completed in 16 milliseconds