Home
last modified time | relevance | path

Searched refs:part2 (Results 1 – 20 of 20) sorted by relevance

/PHP-7.4/ext/imap/tests/
H A Dbug31142_1.phpt19 $part2["type"] = TYPEAPPLICATION;
20 $part2["encoding"] = ENCBINARY;
21 $part2["subtype"] = "octet-stream";
22 $part2["description"] = "some file";
23 $part2["contents.data"] = "ABC";
31 $body[2] = $part2;
H A Dbug40854.phpt18 $part2["type"] = TYPEAPPLICATION;
19 $part2["encoding"] = ENCBINARY;
20 $part2["subtype"] = "octet-stream";
21 $part2["description"] = 'a.txt';
22 $part2["contents.data"] = '';
30 $body[2] = $part2;
H A Dbug80710_1.phpt19 $part2["type"] = TYPEAPPLICATION;
20 $part2["encoding"] = ENCBINARY;
21 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED";
22 $part2["description"] = "some file\nContent-Type: X-INJECTED";
23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
31 $body[2] = $part2;
H A Dbug80710_2.phpt19 $part2["type"] = TYPEAPPLICATION;
20 $part2["encoding"] = ENCBINARY;
21 $part2["subtype"] = "octet-stream\nContent-Type: X-INJECTED";
22 $part2["description"] = "some file\nContent-Type: X-INJECTED";
23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
31 $body[2] = $part2;
H A Dimap_fetch_overview_variation6.phpt51 $part2["type"] = TYPETEXT;
52 $part2["subtype"] = "plain";
53 $part2["description"] = "imap_mail_compose() function";
54 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
74 $body[2] = $part2;
H A Dimap_include.inc153 $part2["type"] = TYPETEXT;
154 $part2["subtype"] = "plain";
155 $part2["description"] = "imap_mail_compose() function";
156 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
169 $body[2] = $part2;
/PHP-7.4/ext/standard/tests/file/
H A Dbug46347.phpt8 part1.*.part2 = 1
22 ["part1.*.part2"]=>
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc107 $part2["type"] = TYPETEXT;
108 $part2["subtype"] = "plain";
109 $part2["description"] = "imap_mail_compose() function";
110 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
123 $body[2] = $part2;
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_002w.phpt20 …se to 'echoStringFault'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">Hello World</ns1:pa…
H A Dr4_groupH_simple_rpcenc_012w.phpt20 …se to 'echoMultipleFaults3'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">arg1</ns1:part2
H A Dr4_groupH_simple_rpcenc_013w.phpt20 …se to 'echoMultipleFaults3'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">arg2</ns1:part2
H A Dr4_groupH_simple_rpcenc_014w.phpt20 …se to 'echoMultipleFaults3'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">arg1</ns1:part2
H A Dr4_groupH_simple_rpcenc_005w.phpt21 …o 'echoMultipleFaults1'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">Hello world</ns1:pa…
H A Dr4_groupH_complex_rpcenc_002w.phpt28 …:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMes…
H A Dr4_groupH_simple_rpcenc_009w.phpt21 …o 'echoMultipleFaults2'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">Hello World</ns1:pa…
H A Dr4_groupH_complex_rpcenc_005w.phpt36 …:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMes…
H A Dr4_groupH_complex_rpcenc_007w.phpt44 …:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMes…
H A Dr4_groupH_complex_rpcenc_010w.phpt44 …:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMes…
/PHP-7.4/
H A Dconfigure.ac1247 part2=zts
1249 part2=non-zts
1251 extbasedir=$part1-$part2-$extbasedir
/PHP-7.4/Zend/
H A Dzend_execute.c600 static void zend_format_type(zend_type type, const char **part1, const char **part2) { in zend_format_type() argument
604 *part2 = ZSTR_VAL(ZEND_TYPE_CE(type)->name); in zend_format_type()
606 *part2 = ZSTR_VAL(ZEND_TYPE_NAME(type)); in zend_format_type()
609 *part2 = zend_get_type_by_const(ZEND_TYPE_CODE(type)); in zend_format_type()

Completed in 46 milliseconds