Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_error.phpt2 Test mb_decode_mimeheader() function : error conditions
6 function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in thi…
10 /* Prototype : string mb_decode_mimeheader(string string)
16 echo "*** Testing mb_decode_mimeheader() : error conditions ***\n";
19 echo "\n-- Testing mb_decode_mimeheader() function with Zero arguments --\n";
20 var_dump( mb_decode_mimeheader() );
22 //Test mb_decode_mimeheader with one more than the expected number of arguments
26 var_dump( mb_decode_mimeheader($string, $extra_arg) );
31 *** Testing mb_decode_mimeheader() : error conditions ***
33 -- Testing mb_decode_mimeheader() function with Zero arguments --
[all …]
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 /* Prototype : string mb_decode_mimeheader(string string)
16 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
21 var_dump(bin2hex(mb_decode_mimeheader($encoded_word)));
27 *** 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 /* Prototype : string mb_decode_mimeheader(string string)
16 echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n";
21 $b = mb_decode_mimeheader($a);
26 $b = mb_decode_mimeheader($a);
32 *** Testing mb_decode_mimeheader() : basic functionality ***
H A Dmb_decode_mimeheader_variation1.phpt2 Test mb_decode_mimeheader() function : usage variation
8 function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in thi…
12 /* Prototype : string mb_decode_mimeheader(string string)
18 echo "*** Testing mb_decode_mimeheader() : usage variation ***\n";
113 var_dump( mb_decode_mimeheader($value) );
121 *** Testing mb_decode_mimeheader() : usage variation ***
151 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
155 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
159 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
163 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
[all …]
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 /* Prototype : string mb_decode_mimeheader(string string)
16 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
38 var_dump(bin2hex(mb_decode_mimeheader($word)));
44 *** 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?=")
/PHP-5.5/ext/mbstring/
H A Dmbstring.h123 PHP_FUNCTION(mb_decode_mimeheader);
H A Dmbstring.c559 PHP_FE(mb_decode_mimeheader, arginfo_mb_decode_mimeheader)
3361 PHP_FUNCTION(mb_decode_mimeheader) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS9792 . Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)

Completed in 52 milliseconds