Home
last modified time | relevance | path

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

/PHP-5.3/ext/imap/tests/
H A Dbug35669.phpt16 $multipart["subtype"] = "MIXED";
20 $textpart["subtype"] = "ALTERNATIVE";
24 $plain["subtype"] = "PLAIN";
34 $html["subtype"] = "HTML";
H A Dbug31142_1.phpt17 $part1["subtype"] = "mixed";
21 $part2["subtype"] = "octet-stream";
26 $part3["subtype"] = "plain";
H A Dbug40854.phpt16 $part1["subtype"] = "mixed";
20 $part2["subtype"] = "octet-stream";
25 $part3["subtype"] = "plain";
H A Dbug32589.phpt13 $m_part1["subtype"] = "mixed";
15 $m_part2["subtype"] = "plain";
H A Dimap_fetch_overview_variation6.phpt49 $part1["subtype"] = "mixed";
52 $part2["subtype"] = "plain";
57 $part3["subtype"] = "plain";
66 $part4["subtype"] = "octet-stream";
H A Dimap_include.inc151 $part1["subtype"] = "mixed";
154 $part2["subtype"] = "plain";
159 $part3["subtype"] = "plain";
164 $part4["subtype"] = "plain";
H A Dbug31142_2.phpt15 $part1["subtype"]="plain";
H A Dimap_fetchstructure_basic.phpt27 $fields = array('type','encoding','ifsubtype','subtype',
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_include.inc105 $part1["subtype"] = "mixed";
108 $part2["subtype"] = "plain";
113 $part3["subtype"] = "plain";
118 $part4["subtype"] = "plain";
/PHP-5.3/ext/fileinfo/libmagic/
H A Dascmagic.c110 const char *subtype = NULL; in file_ascmagic_with_encoding() local
229 if (subtype) { in file_ascmagic_with_encoding()
230 if (file_printf(ms, " %s", subtype) == -1) in file_ascmagic_with_encoding()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2253 int subtype; member
2786 tok->u.subtype = CTYPE_WORD; in fetch_token_in_cc()
2790 tok->u.subtype = CTYPE_NOT_WORD; in fetch_token_in_cc()
2794 tok->u.subtype = CTYPE_DIGIT; in fetch_token_in_cc()
2811 tok->u.subtype = CTYPE_XDIGIT; in fetch_token_in_cc()
3065 tok->u.subtype = CTYPE_WORD; in fetch_token()
3071 tok->u.subtype = CTYPE_NOT_WORD; in fetch_token()
3115 tok->u.subtype = CTYPE_DIGIT; in fetch_token()
3127 tok->u.subtype = CTYPE_XDIGIT; in fetch_token()
3153 tok->u.subtype = ANCHOR_END_BUF; in fetch_token()
[all …]
H A DHISTORY1677 2002/12/16: [impl] remove node subtype EFFECT_EMPTY.
/PHP-5.3/ext/imap/
H A Dphp_imap.c3313 if (body->subtype) { in PHP_FUNCTION()
3315 add_property_string(return_value, "subtype", body->subtype, 1); in PHP_FUNCTION()
3610 bod->subtype = cpystr(Z_STRVAL_PP(pvalue)); in PHP_FUNCTION()
3723 bod->subtype = cpystr(Z_STRVAL_PP(pvalue)); in PHP_FUNCTION()
4562 if (body->subtype) { in _php_imap_add_body()
4564 add_property_string(arg, "subtype", body->subtype, 1); in _php_imap_add_body()
4655 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic4762 >3 byte x subtype %d
11601 >48 string x subtype %s

Completed in 82 milliseconds