Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt16 list($part, $number, $stock) = sscanf($str, $format);
17 var_dump($part, $number, $stock);
21 $res = sscanf($str, $format, $part, $number, $stock);
22 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic2.phpt16 list($part, $number, $stock) = sscanf($str, $format);
17 var_dump($part, $number, $stock);
21 $res = sscanf($str, $format, $part, $number, $stock);
22 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic3.phpt13 list($part, $length, $width, $depth) = sscanf($str, $format);
14 var_dump($part, $length, $width, $depth);
18 $res = sscanf($str, $format, $part, $length, $width, $depth);
19 var_dump($res, $part, $length, $width, $depth);
/PHP-8.0/ext/imap/tests/
H A Dbug35669.phpt19 $body[] = $textpart; //add body part
25 $plain["description"] = "Plaintype part of message";
29 $body[] = $plain; //next add plain text part
35 $html["description"] = "HTML part of message";
57 Content-Description: Plaintype part of message
63 Content-Description: HTML part of message
H A Dimap_bodystruct_basic.phpt15 echo "\nGet and validate structure of body part 1\n";
44 echo "\nTry to get part 4!\n";
61 Get and validate structure of body part 1
70 Try to get part 4!
/PHP-8.0/ext/opcache/tests/
H A Dbug78189.phpt21 $part = substr($filename, strlen($tmpdir), 34);
22 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
23 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-8.0/ext/standard/tests/mail/
H A Dbug54298.phpt12 var_dump(mail('someuser@example.com', 'testsubj', 'Body part', ''));
20 Body part
/PHP-8.0/ext/bcmath/tests/
H A Dbug75178.phpt21 bcpowmod(): Argument #1 ($num) cannot have a fractional part
22 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part
/PHP-8.0/ext/gd/tests/
H A Dcreatefromgd2.phpt17 echo 'test create from gd2 part: ';
23 test create from gd2 part: ok
/PHP-8.0/ext/mbstring/tests/
H A Dmb_stristr_error2.phpt17 $part = true;
20 var_dump( mb_stristr($haystack, $needle, $part, $encoding) );
H A Dmb_strrchr_error2.phpt17 $part = true;
20 var_dump( mb_strrchr($haystack, $needle, $part, $encoding) );
H A Dmb_strstr_error2.phpt17 $part = true;
20 var_dump( mb_strstr($haystack, $needle, $part, $encoding) );
H A Dmb_strrichr_error2.phpt17 $part = true;
20 var_dump( mb_strrichr($haystack, $needle, $part, $encoding) );
/PHP-8.0/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!
/PHP-8.0/ext/spl/tests/
H A Drecursive_tree_iterator_008.phpt37 RecursiveTreeIterator::setPrefixPart(): Argument #1 ($part) must be a RecursiveTreeIterator::PREFIX…
38 RecursiveTreeIterator::setPrefixPart(): Argument #1 ($part) must be a RecursiveTreeIterator::PREFIX…
/PHP-8.0/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt12 // This tests only part of PECL bug 11345. The other part - testing
/PHP-8.0/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"/>
/PHP-8.0/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt2 Test serialize_precision (part 1)
H A Dserialization_precision_002.phpt2 Test serialize_precision (part 2)
H A Dbug74300.phpt2 Bug #74300 (unserialize() for float nvexp part)
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
/PHP-8.0/ext/imap/
H A Dphp_imap.h69 #define CONTENT_PART nested.part
76 #define CONTENT_PART contents.part

Completed in 31 milliseconds

1234567