Home
last modified time | relevance | path

Searched refs:imap_utf8_to_mutf7 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_utf8_to_mutf7_basic.phpt2 imap_utf8_to_mutf7
7 // The underlying imap_utf8_to_mutf7 function can be missing; there's a
9 if (!function_exists('imap_utf8_to_mutf7')) {
10 die("skip no imap_utf8_to_mutf7 function");
16 var_dump(imap_utf8_to_mutf7(""));
17 var_dump(imap_utf8_to_mutf7(1));
18 var_dump(imap_utf8_to_mutf7("täst"));
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h403 ZEND_FUNCTION(imap_utf8_to_mutf7);
495 ZEND_FE(imap_utf8_to_mutf7, arginfo_imap_utf8_to_mutf7)
H A Dphp_imap.stub.php545 function imap_utf8_to_mutf7(string $string): string|false {}
H A Dphp_imap.c2551 PHP_FUNCTION(imap_utf8_to_mutf7) in PHP_FUNCTION() argument

Completed in 18 milliseconds