/PHP-8.0/ext/standard/tests/strings/ |
H A D | sscanf_basic1.phpt | 16 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 D | sscanf_basic2.phpt | 16 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 D | sscanf_basic3.phpt | 13 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 D | bug35669.phpt | 19 $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 D | imap_bodystruct_basic.phpt | 15 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 D | bug78189.phpt | 21 $part = substr($filename, strlen($tmpdir), 34); 22 if (!preg_match('~/[0-9a-f]{32}/~', $part)) { 23 echo "invalid opcache folder: $part\n";
|
H A D | ssa_bug_010.phpt | 10 foreach ($parts as $part) { 14 switch ($part) {
|
H A D | bug81015.phpt | 2 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 D | bug54298.phpt | 12 var_dump(mail('someuser@example.com', 'testsubj', 'Body part', '')); 20 Body part
|
/PHP-8.0/ext/bcmath/tests/ |
H A D | bug75178.phpt | 21 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 D | createfromgd2.phpt | 17 echo 'test create from gd2 part: '; 23 test create from gd2 part: ok
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_stristr_error2.phpt | 17 $part = true; 20 var_dump( mb_stristr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strrchr_error2.phpt | 17 $part = true; 20 var_dump( mb_strrchr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strstr_error2.phpt | 17 $part = true; 20 var_dump( mb_strstr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strrichr_error2.phpt | 17 $part = true; 20 var_dump( mb_strrichr($haystack, $needle, $part, $encoding) );
|
/PHP-8.0/Zend/tests/ |
H A D | bug32596.phpt | 6 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 D | recursive_tree_iterator_008.phpt | 37 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 D | pecl_bug_11345.phpt | 12 // This tests only part of PECL bug 11345. The other part - testing
|
/PHP-8.0/ext/soap/tests/ |
H A D | classmap.wsdl | 13 <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 D | comments2.phpt | 2 #-style comments (part 2)
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | serialization_precision_001.phpt | 2 Test serialize_precision (part 1)
|
H A D | serialization_precision_002.phpt | 2 Test serialize_precision (part 2)
|
H A D | bug74300.phpt | 2 Bug #74300 (unserialize() for float nvexp part)
|
/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug29061.wsdl | 13 <part name="parameter" element="" type="xs:string"/> 16 <part name="String" element="" type="xs:string"/>
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.h | 69 #define CONTENT_PART nested.part 76 #define CONTENT_PART contents.part
|