Home
last modified time | relevance | path

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

/PHP-5.6/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.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
27 $transfer_encoding = 'B';
102 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.phpt12 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
/PHP-5.6/ext/standard/
H A Dhttp_fopen_wrapper.c142 php_stream_filter *transfer_encoding = NULL; in php_stream_url_wrap_http_ex() local
809transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream) TSR… in php_stream_url_wrap_http_ex()
810 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
963 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
964 php_stream_filter_append(&stream->readfilters, transfer_encoding); in php_stream_url_wrap_http_ex()
970 if (transfer_encoding) { in php_stream_url_wrap_http_ex()
971 php_stream_filter_free(transfer_encoding TSRMLS_CC); in php_stream_url_wrap_http_ex()

Completed in 21 milliseconds