Searched refs:return_path (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | bug45705_2.phpt | 10 $envelope = array('return_path' => 'John Doe <john@example.com>', 25 ["return_path"]=> 39 ["return_path"]=>
|
H A D | bug31142_2.phpt | 10 $envelope["return_path"]= 'host@domain.com';
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 254 …onal_headers = null, ?string $cc = null, ?string $bcc = null, ?string $return_path = null): bool {} argument
|
H A D | php_imap_arginfo.h | 337 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, return_path, IS_STRING, 1, "null")
|
H A D | php_imap.c | 3131 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 17 milliseconds