Home
last modified time | relevance | path

Searched refs:imap_8bit (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_8bit_basic.phpt2 Test imap_8bit() function : basic functionality
7 echo "*** Testing imap_8bit() : basic functionality ***\n";
9 var_dump(imap_8bit("String with CRLF at end \r\n"));
11 var_dump(imap_8bit("String with space at end "));
12 var_dump(imap_8bit("String with tabs \t\t in middle"));
13 var_dump(imap_8bit("String with tab at end \t"));
14 var_dump(imap_8bit("\x00\x01\x02\x03\x04\xfe\xff\x0a\x0d"));
18 *** Testing imap_8bit() : basic functionality ***
H A Dbug31142_2.phpt14 $part1["contents.data"]=imap_8bit('asn řkl');
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h381 ZEND_FUNCTION(imap_8bit);
471 ZEND_FE(imap_8bit, arginfo_imap_8bit)
H A Dphp_imap.stub.php496 function imap_8bit(string $string): string|false {}
H A Dphp_imap.c2010 PHP_FUNCTION(imap_8bit) in PHP_FUNCTION() argument

Completed in 21 milliseconds