Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c145 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local
811transfer_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 Dmb_encode_mimeheader_variation6.phpt10 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_indent.phpt10 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php68 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
H A Dmbstring_arginfo.h137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, transfer_encoding, IS_STRING, 1, "null")

Completed in 16 milliseconds