Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/tests/
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 Dbug35669.phpt14 $multipart["subtype"] = "MIXED";
18 $textpart["subtype"] = "ALTERNATIVE";
22 $plain["subtype"] = "PLAIN";
32 $html["subtype"] = "HTML";
H A Dbug80710_1.phpt17 $part1["subtype"] = "mixed";
21 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED";
26 $part3["subtype"] = "plain";
H A Dbug80710_2.phpt17 $part1["subtype"] = "mixed";
21 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED";
26 $part3["subtype"] = "plain";
H A Dbug32589.phpt11 $m_part1["subtype"] = "mixed";
13 $m_part2["subtype"] = "plain";
H A Dimap_fetch_overview_variation6.phpt44 $part1["subtype"] = "mixed";
47 $part2["subtype"] = "plain";
52 $part3["subtype"] = "plain";
61 $part4["subtype"] = "octet-stream";
H A Dbug80242.phpt16 'subtype' => 'RFC822',
H A Dbug80220.phpt11 'subtype' => 'RFC822',
H A Dbug31142_2.phpt13 $part1["subtype"]="plain";
H A Dimap_fetchstructure_basic.phpt24 $fields = array('type','encoding','ifsubtype','subtype',
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dmixed_return_type.phpt2 Everything is trivially a subtype of mixed
/PHP-8.0/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-8.0/Zend/tests/return_types/
H A Drfc004.phpt13 // must return User or subtype of User
/PHP-8.0/ext/imap/tests/setup/
H A Dimap_include.inc171 $part1["subtype"] = "mixed";
174 $part2["subtype"] = "plain";
179 $part3["subtype"] = "plain";
184 $part4["subtype"] = "plain";
/PHP-8.0/ext/fileinfo/libmagic/
H A Dascmagic.c117 const char *subtype = NULL; in file_ascmagic_with_encoding() local
259 if (subtype) { in file_ascmagic_with_encoding()
260 if (file_printf(ms, " %s", subtype) == -1) in file_ascmagic_with_encoding()
/PHP-8.0/ext/imap/
H A Dphp_imap.c2912 if (body->subtype) { in PHP_FUNCTION()
2914 add_property_string(return_value, "subtype", body->subtype); in PHP_FUNCTION()
3258 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
3295 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3380 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
3417 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
4219 if (body->subtype) { in _php_imap_add_body()
4221 add_property_string(arg, "subtype", body->subtype); in _php_imap_add_body()
4305 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10077 #>>>3 byte x subtype %d
20027 # upper 8 bits of the CPU subtype
31280 >48 string x subtype %s
H A Dmagic10077 #>>>3 byte x subtype %d
20027 # upper 8 bits of the CPU subtype
31280 >48 string x subtype %s

Completed in 164 milliseconds