Searched refs:subtype (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/ext/imap/tests/ |
H A D | bug35669.phpt | 16 $multipart["subtype"] = "MIXED"; 20 $textpart["subtype"] = "ALTERNATIVE"; 24 $plain["subtype"] = "PLAIN"; 34 $html["subtype"] = "HTML";
|
H A D | bug31142_1.phpt | 17 $part1["subtype"] = "mixed"; 21 $part2["subtype"] = "octet-stream"; 26 $part3["subtype"] = "plain";
|
H A D | bug40854.phpt | 16 $part1["subtype"] = "mixed"; 20 $part2["subtype"] = "octet-stream"; 25 $part3["subtype"] = "plain";
|
H A D | bug32589.phpt | 13 $m_part1["subtype"] = "mixed"; 15 $m_part2["subtype"] = "plain";
|
H A D | imap_fetch_overview_variation6.phpt | 49 $part1["subtype"] = "mixed"; 52 $part2["subtype"] = "plain"; 57 $part3["subtype"] = "plain"; 66 $part4["subtype"] = "octet-stream";
|
H A D | imap_include.inc | 151 $part1["subtype"] = "mixed"; 154 $part2["subtype"] = "plain"; 159 $part3["subtype"] = "plain"; 164 $part4["subtype"] = "plain";
|
H A D | bug31142_2.phpt | 15 $part1["subtype"]="plain";
|
H A D | imap_fetchstructure_basic.phpt | 27 $fields = array('type','encoding','ifsubtype','subtype',
|
/PHP-7.0/ext/standard/tests/mail/ |
H A D | mail_include.inc | 105 $part1["subtype"] = "mixed"; 108 $part2["subtype"] = "plain"; 113 $part3["subtype"] = "plain"; 118 $part4["subtype"] = "plain";
|
/PHP-7.0/Zend/tests/return_types/ |
H A D | rfc004.phpt | 14 // must return User or subtype of User
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 110 const char *subtype = NULL; in file_ascmagic_with_encoding() local 233 if (subtype) { in file_ascmagic_with_encoding() 234 if (file_printf(ms, " %s", subtype) == -1) in file_ascmagic_with_encoding()
|
/PHP-7.0/ext/imap/ |
H A D | php_imap.c | 3374 if (body->subtype) { in PHP_FUNCTION() 3376 add_property_string(return_value, "subtype", body->subtype); in PHP_FUNCTION() 3666 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION() 3770 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION() 4602 if (body->subtype) { in _php_imap_add_body() 4604 add_property_string(arg, "subtype", body->subtype); in _php_imap_add_body() 4688 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regparse.c | 2287 int subtype; member 3317 tok->u.subtype = ANCHOR_BEGIN_BUF; in fetch_token() 3323 tok->u.subtype = ANCHOR_SEMI_END_BUF; in fetch_token() 3330 tok->u.subtype = ANCHOR_END_BUF; in fetch_token() 3336 tok->u.subtype = ANCHOR_BEGIN_POSITION; in fetch_token() 3704 tok->u.subtype = (IS_SINGLELINE(env->option) in fetch_token() 3711 tok->u.subtype = (IS_SINGLELINE(env->option) in fetch_token()
|
H A D | HISTORY | 1906 2002/12/16: [impl] remove node subtype EFFECT_EMPTY.
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 6024 #>>>3 byte x subtype %d 13080 # upper 8 bits of the CPU subtype 20658 >48 string x subtype %s
|
Completed in 112 milliseconds