Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation3.phpt2 Test mb_decode_mimeheader() function : variation
6 function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in thi…
10 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
15 var_dump(bin2hex(mb_decode_mimeheader($encoded_word)));
20 *** Testing mb_decode_mimeheader() : variation ***
H A Dmb_decode_mimeheader_basic.phpt2 Test mb_decode_mimeheader() function : basic functionality
6 function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in thi…
10 echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n";
15 $b = mb_decode_mimeheader($a);
20 $b = mb_decode_mimeheader($a);
25 *** Testing mb_decode_mimeheader() : basic functionality ***
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
6 function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in thi…
10 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
32 var_dump(bin2hex(mb_decode_mimeheader($word)));
37 *** Testing mb_decode_mimeheader() : variation ***
/PHP-8.0/ext/mbstring/
H A Dmbstring_arginfo.h338 ZEND_FUNCTION(mb_decode_mimeheader);
432 ZEND_FE(mb_decode_mimeheader, arginfo_mb_decode_mimeheader)
H A Dmbstring.stub.php70 function mb_decode_mimeheader(string $string): string {} function
H A Dmbstring.c2846 PHP_FUNCTION(mb_decode_mimeheader) in PHP_FUNCTION() argument

Completed in 21 milliseconds