Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/tests/
H A Dimap_base64_basic.phpt2 Test imap_base64() function : basic functionality
7 echo "*** Testing imap_base64() : basic functionality ***\n";
11 if (imap_base64($base64) == $str) {
19 if (imap_base64($base64) == $str) {
27 if (imap_base64($base64) == $hex) {
35 *** Testing imap_base64() : basic functionality ***
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h379 ZEND_FUNCTION(imap_base64);
469 ZEND_FE(imap_base64, arginfo_imap_base64)
H A Dphp_imap.stub.php492 function imap_base64(string $string): string|false {}
H A Dphp_imap.c1966 PHP_FUNCTION(imap_base64) in PHP_FUNCTION() argument

Completed in 17 milliseconds