Home
last modified time | relevance | path

Searched refs:mb_decode_mimeheader (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation5.phpt2 Test mb_decode_mimeheader() function: use of underscores in QPrint-encoded data
9 var_dump(mb_decode_mimeheader("=?UTF-8?Q?abc?="));
10 var_dump(mb_decode_mimeheader("=?UTF-8?Q?abc_def?="));
11 var_dump(mb_decode_mimeheader("_=?UTF-8?Q?abc_def?=_"));
12 var_dump(mb_decode_mimeheader("=?UTF-8?Q?__=E6=B1=89=E5=AD=97__?="));
15 var_dump(mb_decode_mimeheader("=?UTF-8?Q?=5F?="));
H A Dmb_decode_mimeheader_variation4.phpt12 var_dump(bin2hex(mb_decode_mimeheader("2,\rGCG\xb3GS")));
17 var_dump(bin2hex(mb_decode_mimeheader("\n8i")));
21 var_dump(bin2hex(mb_decode_mimeheader("\r")));
25 var_dump(bin2hex(mb_decode_mimeheader("\n ")));
29 var_dump(bin2hex(mb_decode_mimeheader(",\x13@=,")));
33 var_dump(bin2hex(mb_decode_mimeheader("=?I?B??=")));
50 var_dump(bin2hex(mb_decode_mimeheader("=?us?B?")));
82 var_dump(bin2hex(mb_decode_mimeheader("")));
88 var_dump(bin2hex(mb_decode_mimeheader("6")));
92 var_dump(bin2hex(mb_decode_mimeheader("6")));
[all …]
H A Dmb_decode_mimeheader_basic.phpt2 Test mb_decode_mimeheader() function : basic functionality
7 echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n";
12 $b = mb_decode_mimeheader($a);
17 $b = mb_decode_mimeheader($a);
22 *** Testing mb_decode_mimeheader() : basic functionality ***
H A Dmb_decode_mimeheader_variation3.phpt2 Test mb_decode_mimeheader() function : variation
7 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
12 var_dump(bin2hex(mb_decode_mimeheader($encoded_word)));
17 *** Testing mb_decode_mimeheader() : variation ***
H A Dbug31911.phpt2 Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
9 echo mb_decode_mimeheader("Fails: =?iso-8859-1?q?=3f=3f=3f?=")
H A Dmb_decode_mimeheader_variation2.phpt2 Test mb_decode_mimeheader() function : variation
7 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
29 var_dump(bin2hex(mb_decode_mimeheader($word)));
34 *** Testing mb_decode_mimeheader() : variation ***
H A Dgh9683.phpt8 echo mb_decode_mimeheader(mb_encode_mimeheader('1234567890123456789012', 'ISO-2022-JP-MS', 'B'));
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h364 ZEND_FUNCTION(mb_decode_mimeheader);
463 ZEND_FE(mb_decode_mimeheader, arginfo_mb_decode_mimeheader)
H A Dmbstring.stub.php166 function mb_decode_mimeheader(string $string): string {} function
H A Dmbstring.c6685 PHP_FUNCTION(mb_decode_mimeheader) in PHP_FUNCTION() argument

Completed in 59 milliseconds