Home
last modified time | relevance | path

Searched refs:TYPEMULTIPART (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dbug80216.phpt7 imap_mail_compose([], [['type' => TYPEMULTIPART], []]);
9 imap_mail_compose([], [['type' => TYPEMULTIPART], ['type' => 12]]);
11 imap_mail_compose([], [['type' => TYPEMULTIPART], ['encoding' => 8]]);
H A Dbug80242.phpt8 'type' => TYPEMULTIPART,
H A Dbug35669.phpt11 $multipart["type"] = TYPEMULTIPART;
15 $textpart["type"] = TYPEMULTIPART;
H A Dbug32589.phpt8 $m_part1["type"] = TYPEMULTIPART;
H A Dbug40854.phpt11 $part1["type"] = TYPEMULTIPART;
H A Dbug31142_1.phpt12 $part1["type"] = TYPEMULTIPART;
H A Dbug80710_1.phpt14 $part1["type"] = TYPEMULTIPART;
H A Dbug80710_2.phpt14 $part1["type"] = TYPEMULTIPART;
H A Dimap_fetch_overview_variation6.phpt45 $part1["type"] = TYPEMULTIPART;
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_include.inc104 $part1["type"] = TYPEMULTIPART;
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc170 $part1["type"] = TYPEMULTIPART;
/PHP-8.3/ext/imap/
H A Dphp_imap.stub.php321 const TYPEMULTIPART = UNKNOWN; define
H A Dphp_imap_arginfo.h586 REGISTER_LONG_CONSTANT("TYPEMULTIPART", TYPEMULTIPART, CONST_PERSISTENT); in register_php_imap_symbols()
H A Dphp_imap.c3446 } else if (Z_TYPE_P(data) == IS_ARRAY && topbod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3451 …if (tmp_type >= 0 && tmp_type <= TYPEMAX && tmp_type != TYPEMULTIPART && body_types[tmp_type] != N… in PHP_FUNCTION()
3571 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3615 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
4360 if (body->type == TYPEMULTIPART) { in _php_imap_add_body()

Completed in 25 milliseconds