Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/tests/
H A Dbug45705_2.phpt10 $envelope = array('return_path' => 'John Doe <john@example.com>',
25 ["return_path"]=>
39 ["return_path"]=>
H A Dbug31142_2.phpt10 $envelope["return_path"]= 'host@domain.com';
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php254 …onal_headers = null, ?string $cc = null, ?string $bcc = null, ?string $return_path = null): bool {} argument
H A Dphp_imap_arginfo.h337 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, return_path, IS_STRING, 1, "null")
H A Dphp_imap.c3131 PHP_RFC822_PARSE_ADRLIST(&env->return_path, pvalue); in PHP_FUNCTION()
4193 if (en->return_path) { in _php_make_header_object()
4195 fulladdress = _php_imap_parse_address(en->return_path, &paddress); in _php_make_header_object()

Completed in 23 milliseconds