Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
50 // unexpected values to be passed to $transfer_encoding argument
H A Dmb_encode_mimeheader_variation1.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
24 $transfer_encoding = 'B';
100 var_dump( mb_encode_mimeheader($input, $charset, $transfer_encoding, $linefeed, $indent));
H A Dmb_encode_mimeheader_variation2.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
26 $transfer_encoding = 'B';
102 var_dump( mb_encode_mimeheader($str, $input, $transfer_encoding, $linefeed, $indent));
H A Dmb_encode_mimeheader_variation4.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
28 $transfer_encoding = 'B';
103 var_dump( mb_encode_mimeheader($str, $charset, $transfer_encoding, $input, $indent));
H A Dmb_encode_mimeheader_variation5.phpt12 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
28 $transfer_encoding = 'B';
103 var_dump( mb_encode_mimeheader($str, $charset, $transfer_encoding, $linefeed, $input));
H A Dmb_encode_mimeheader_variation6.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_indent.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c140 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local
837transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream)); in php_stream_url_wrap_http_ex()
838 if (transfer_encoding) { 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()
980 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
981 php_stream_filter_free(transfer_encoding); in php_stream_url_wrap_http_ex()

Completed in 19 milliseconds