Searched refs:return_path (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/imap/tests/ |
H A D | bug45705_2.phpt | 8 $envelope = array('return_path' => 'John Doe <john@example.com>', 23 ["return_path"]=> 37 ["return_path"]=>
|
H A D | bug31142_2.phpt | 8 $envelope["return_path"]= 'host@domain.com';
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.stub.php | 176 …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 | 3090 PHP_RFC822_PARSE_ADRLIST(&env->return_path, pvalue); in PHP_FUNCTION() 4150 if (en->return_path) { in _php_make_header_object() 4152 fulladdress = _php_imap_parse_address(en->return_path, &paddress); in _php_make_header_object()
|
Completed in 27 milliseconds