Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 163) sorted by relevance

1234567

/PHP-7.4/ext/imap/tests/
H A Dbug35669.phpt21 $body[] = $textpart; //add body part
27 $plain["description"] = "Plaintype part of message";
31 $body[] = $plain; //next add plain text part
37 $html["description"] = "HTML part of message";
59 Content-Description: Plaintype part of message
65 Content-Description: HTML part of message
H A Dimap_bodystruct_basic.phpt23 echo "\nGet and validate structure of body part 1\n";
53 echo "\nTry to get part 4!\n";
82 Get and validate structure of body part 1
91 Try to get part 4!
/PHP-7.4/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt21 list($part, $number, $stock) = sscanf($str, $format);
22 var_dump($part, $number, $stock);
26 $res = sscanf($str, $format, $part, $number, $stock);
27 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic2.phpt21 list($part, $number, $stock) = sscanf($str, $format);
22 var_dump($part, $number, $stock);
26 $res = sscanf($str, $format, $part, $number, $stock);
27 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic3.phpt18 list($part, $length, $width, $depth) = sscanf($str, $format);
19 var_dump($part, $length, $width, $depth);
23 $res = sscanf($str, $format, $part, $length, $width, $depth);
24 var_dump($res, $part, $length, $width, $depth);
/PHP-7.4/ext/opcache/tests/
H A Dbug78189.phpt20 $part = substr($filename, strlen($tmpdir), 34);
21 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
22 echo "invalid opcache folder: $part\n";
H A Dssa_bug_010.phpt10 foreach ($parts as $part) {
14 switch ($part) {
H A Dbug81015.phpt2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
8 // the "true" part is not as trivial in the real case
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strstr_error2.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
23 $part = true;
24 var_dump( mb_strstr($haystack, $needle, $part, $encoding) );
H A Dmb_stristr_error2.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
23 $part = true;
24 var_dump( mb_stristr($haystack, $needle, $part, $encoding) );
H A Dmb_strrchr_error2.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
23 $part = true;
24 var_dump( mb_strrchr($haystack, $needle, $part, $encoding) );
H A Dmb_strrichr_error2.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
23 $part = true;
24 var_dump( mb_strrichr($haystack, $needle, $part, $encoding) );
/PHP-7.4/ext/standard/tests/mail/
H A Dbug54298.phpt12 var_dump(mail('someuser@example.com', 'testsubj', 'Body part', ''));
20 Body part
/PHP-7.4/ext/gd/tests/
H A Dcreatefromgd2.phpt17 echo 'test create from gd2 part: ';
23 test create from gd2 part: ok
/PHP-7.4/Zend/tests/
H A Dbug32596.phpt6 public $error = "please fix this thing, it wasted a nice part of my life!\n";
25 please fix this thing, it wasted a nice part of my life!
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt12 // This tests only part of PECL bug 11345. The other part - testing
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl13 <part name="dotestReturn" type="tns:book"/>
16 <part name="res" type="xsi:string"/>
19 <part name="dotest2" type="xsi:string"/>
22 <part name="res" type="tns:book"/>
H A Dbug68361.phpt39 <part name="name" type="xsd:name"/>
42 <part name="employeeReturn" type="ns:ArrayOfEmployeeReturn"/>
45 <part name="id" type="xsd:id"/>
48 <part name="userReturn" element="ns:User"/>
/PHP-7.4/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
H A Dbug29839.wsdl14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
H A Dbug34453.wsdl14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug74300.phpt2 Bug #74300 (unserialize() for float nvexp part)
/PHP-7.4/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)

Completed in 53 milliseconds

1234567