Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds