Searched refs:mb_decode_mimeheader (Results 1 – 10 of 10) sorted by relevance
2 Test mb_decode_mimeheader() function: use of underscores in QPrint-encoded data9 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?="));
12 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 …]
2 Test mb_decode_mimeheader() function : basic functionality7 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 ***
2 Test mb_decode_mimeheader() function : variation7 echo "*** Testing mb_decode_mimeheader() : variation ***\n";12 var_dump(bin2hex(mb_decode_mimeheader($encoded_word)));17 *** Testing mb_decode_mimeheader() : variation ***
2 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?=")
2 Test mb_decode_mimeheader() function : variation7 echo "*** Testing mb_decode_mimeheader() : variation ***\n";29 var_dump(bin2hex(mb_decode_mimeheader($word)));34 *** Testing mb_decode_mimeheader() : variation ***
8 echo mb_decode_mimeheader(mb_encode_mimeheader('1234567890123456789012', 'ISO-2022-JP-MS', 'B'));
334 ZEND_FUNCTION(mb_decode_mimeheader);403 ZEND_FE(mb_decode_mimeheader, arginfo_mb_decode_mimeheader)
166 function mb_decode_mimeheader(string $string): string {} function
6715 PHP_FUNCTION(mb_decode_mimeheader) in PHP_FUNCTION() argument
Completed in 29 milliseconds