Searched refs:imap_mutf7_to_utf8 (Results 1 – 4 of 4) sorted by relevance
2 imap_mutf7_to_utf87 // The underlying imap_mutf7_to_utf8 function can be missing; there's a9 if (!function_exists('imap_mutf7_to_utf8')) {10 die("skip no imap_mutf7_to_utf8 function");16 var_dump(imap_mutf7_to_utf8(""));17 var_dump(imap_mutf7_to_utf8(1));18 var_dump(imap_mutf7_to_utf8("t&AOQ-st"));
406 ZEND_FUNCTION(imap_mutf7_to_utf8);498 ZEND_FE(imap_mutf7_to_utf8, arginfo_imap_mutf7_to_utf8)
547 function imap_mutf7_to_utf8(string $string): string|false {}
2558 PHP_FUNCTION(imap_mutf7_to_utf8) in PHP_FUNCTION() argument
Completed in 25 milliseconds