Searched refs:TYPEMULTIPART (Results 1 – 14 of 14) sorted by relevance
7 imap_mail_compose([], [['type' => TYPEMULTIPART], []]);9 imap_mail_compose([], [['type' => TYPEMULTIPART], ['type' => 12]]);11 imap_mail_compose([], [['type' => TYPEMULTIPART], ['encoding' => 8]]);
8 'type' => TYPEMULTIPART,
11 $multipart["type"] = TYPEMULTIPART;15 $textpart["type"] = TYPEMULTIPART;
8 $m_part1["type"] = TYPEMULTIPART;
12 $part1["type"] = TYPEMULTIPART;
11 $part1["type"] = TYPEMULTIPART;
14 $part1["type"] = TYPEMULTIPART;
45 $part1["type"] = TYPEMULTIPART;
104 $part1["type"] = TYPEMULTIPART;
170 $part1["type"] = TYPEMULTIPART;
321 const TYPEMULTIPART = UNKNOWN; define
584 REGISTER_LONG_CONSTANT("TYPEMULTIPART", TYPEMULTIPART, CONST_PERSISTENT); in register_php_imap_symbols()
3127 } else if (Z_TYPE_P(data) == IS_ARRAY && topbod->type == TYPEMULTIPART) { in PHP_FUNCTION()3132 …if (tmp_type >= 0 && tmp_type <= TYPEMAX && tmp_type != TYPEMULTIPART && body_types[tmp_type] != N… in PHP_FUNCTION()3252 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()3296 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()4101 if (body->type == TYPEMULTIPART) { in _php_imap_add_body()
Completed in 26 milliseconds