Home
last modified time | relevance | path

Searched refs:bodies (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/imap/tests/
H A Dbug80220.phpt7 $bodies = [[
13 var_dump(imap_mail_compose([], $bodies));
15 $bodies = [[
20 var_dump(imap_mail_compose([], $bodies));
H A Dbug80223.phpt2 Bug #80223 (imap_mail_compose() leaks envelope on malformed bodies)
24 imap_mail_compose(): Argument #2 ($bodies) cannot be empty
25 imap_mail_compose(): Argument #2 ($bodies) individual body must be of type array, int given
26 imap_mail_compose(): Argument #2 ($bodies) individual body cannot be empty
H A Dbug80242.phpt7 $bodies = [[
16 imap_mail_compose([], $bodies);
H A Dbug80213.phpt2 Bug #80213 (imap_mail_compose() segfaults on certain $bodies)
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php78 function imap_mail_compose(array $envelope, array $bodies): string|false {} argument
H A Dphp_imap_arginfo.h142 ZEND_ARG_TYPE_INFO(0, bodies, IS_ARRAY, 0)

Completed in 7 milliseconds