Searched refs:mb_decode_mimeheader (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_error.phpt | 2 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 D | mb_decode_mimeheader_variation3.phpt | 2 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 D | mb_decode_mimeheader_basic.phpt | 2 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 D | mb_decode_mimeheader_variation1.phpt | 2 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 D | mb_decode_mimeheader_variation2.phpt | 2 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 D | bug31911.phpt | 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?=")
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.h | 126 PHP_FUNCTION(mb_decode_mimeheader);
|
H A D | mbstring.c | 571 PHP_FE(mb_decode_mimeheader, arginfo_mb_decode_mimeheader) 3695 PHP_FUNCTION(mb_decode_mimeheader) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds