/PHP-8.2/ext/imap/tests/ |
H A D | bug35669.phpt | 12 $multipart["subtype"] = "MIXED"; 16 $textpart["subtype"] = "ALTERNATIVE"; 20 $plain["subtype"] = "PLAIN"; 30 $html["subtype"] = "HTML";
|
H A D | bug31142_1.phpt | 13 $part1["subtype"] = "mixed"; 17 $part2["subtype"] = "octet-stream"; 22 $part3["subtype"] = "plain";
|
H A D | bug40854.phpt | 12 $part1["subtype"] = "mixed"; 16 $part2["subtype"] = "octet-stream"; 21 $part3["subtype"] = "plain";
|
H A D | bug80710_1.phpt | 15 $part1["subtype"] = "mixed"; 19 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED"; 24 $part3["subtype"] = "plain";
|
H A D | bug32589.phpt | 9 $m_part1["subtype"] = "mixed"; 11 $m_part2["subtype"] = "plain";
|
H A D | bug80710_2.phpt | 15 $part1["subtype"] = "mixed"; 19 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED"; 24 $part3["subtype"] = "plain";
|
H A D | imap_fetch_overview_variation6.phpt | 46 $part1["subtype"] = "mixed"; 49 $part2["subtype"] = "plain"; 54 $part3["subtype"] = "plain"; 63 $part4["subtype"] = "octet-stream";
|
H A D | bug80242.phpt | 14 'subtype' => 'RFC822',
|
H A D | bug80220.phpt | 9 'subtype' => 'RFC822',
|
H A D | bug31142_2.phpt | 11 $part1["subtype"]="plain";
|
H A D | imap_fetchstructure_basic.phpt | 26 $fields = array('type','encoding','ifsubtype','subtype',
|
/PHP-8.2/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-8.2/Zend/tests/type_declarations/variance/ |
H A D | mixed_return_type.phpt | 2 Everything is trivially a subtype of mixed
|
/PHP-8.2/Zend/tests/return_types/ |
H A D | rfc004.phpt | 13 // must return User or subtype of User
|
/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/ |
H A D | invalid_covariance_intersection_to_union2.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_intersection_to_union1.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_intersection_to_union3.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/ |
H A D | invalid_covariance_intersection_to_union2.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_intersection_to_union1.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_intersection_to_union3.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
/PHP-8.2/ext/imap/tests/setup/ |
H A D | imap_include.inc | 171 $part1["subtype"] = "mixed"; 174 $part2["subtype"] = "plain"; 179 $part3["subtype"] = "plain"; 184 $part4["subtype"] = "plain";
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 118 const char *subtype = NULL; in file_ascmagic_with_encoding() local 265 if (subtype) { in file_ascmagic_with_encoding() 266 if (file_printf(ms, " %s", subtype) == -1) in file_ascmagic_with_encoding()
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.c | 2721 if (body->subtype) { in PHP_FUNCTION() 2723 add_property_string(return_value, "subtype", body->subtype); in PHP_FUNCTION() 3065 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION() 3102 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION() 3187 bod->subtype = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION() 3224 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION() 4026 if (body->subtype) { in _php_imap_add_body() 4028 add_property_string(arg, "subtype", body->subtype); in _php_imap_add_body() 4112 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 10501 #>>>3 byte x subtype %d 20921 # upper 8 bits of the CPU subtype 33206 >48 string x subtype %s
|
H A D | magic私はガラスを食べられます | 10501 #>>>3 byte x subtype %d 20921 # upper 8 bits of the CPU subtype 33206 >48 string x subtype %s
|