Home
last modified time | relevance | path

Searched refs:imap_base64 (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/imap/tests/
H A Dimap_base64_basic.phpt2 Test imap_base64() function : basic functionality
9 /* Prototype : string imap_base64 ( string $text )
14 echo "*** Testing imap_base64() : basic functionality ***\n";
18 if (imap_base64($base64) == $str) {
26 if (imap_base64($base64) == $str) {
34 if (imap_base64($base64) == $hex) {
43 *** Testing imap_base64() : basic functionality ***
/PHP-5.5/ext/imap/
H A Dphp_imap.h136 PHP_FUNCTION(imap_base64);
H A Dphp_imap.c505 PHP_FE(imap_base64, arginfo_imap_base64)
2459 PHP_FUNCTION(imap_base64) in PHP_FUNCTION() argument

Completed in 17 milliseconds