Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/imap/tests/
H A Dbug35669.phpt17 $body[] = $textpart; //add body part
23 $plain["description"] = "Plaintype part of message";
27 $body[] = $plain; //next add plain text part
33 $html["description"] = "HTML part of message";
55 Content-Description: Plaintype part of message
61 Content-Description: HTML part of message
H A Dimap_bodystruct_basic.phpt17 echo "\nGet and validate structure of body part 1\n";
46 echo "\nTry to get part 4!\n";
63 Get and validate structure of body part 1
72 Try to get part 4!
/PHP-8.1/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.1/ext/opcache/tests/
H A Dbug78189.phpt22 $part = substr($filename, strlen($tmpdir), 34);
23 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
24 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.1/Zend/tests/type_declarations/intersection_types/invalid_types/
H A Dinvalid_array_type.phpt2 array type cannot take part in an intersection type
10 Fatal error: Type array cannot be part of an intersection type in %s on line %d
H A Dinvalid_bool_type.phpt2 bool type cannot take part in an intersection type
10 Fatal error: Type bool cannot be part of an intersection type in %s on line %d
H A Dinvalid_callable_type.phpt2 callable type cannot take part in an intersection type
10 Fatal error: Type callable cannot be part of an intersection type in %s on line %d
H A Dinvalid_false_type.phpt2 false type cannot take part in an intersection type
10 Fatal error: Type false cannot be part of an intersection type in %s on line %d
H A Dinvalid_float_type.phpt2 float type cannot take part in an intersection type
10 Fatal error: Type float cannot be part of an intersection type in %s on line %d
H A Dinvalid_int_type.phpt2 int type cannot take part in an intersection type
10 Fatal error: Type int cannot be part of an intersection type in %s on line %d
H A Dinvalid_mixed_type.phpt2 mixed type cannot take part in an intersection type
10 Fatal error: Type mixed cannot be part of an intersection type in %s on line %d
H A Dinvalid_never_type.phpt2 never type cannot take part in an intersection type
10 Fatal error: Type never cannot be part of an intersection type in %s on line %d
H A Dinvalid_null_type.phpt2 null type cannot take part in an intersection type
10 Fatal error: Type null cannot be part of an intersection type in %s on line %d
H A Dinvalid_object_type.phpt2 object type cannot take part in an intersection type
10 Fatal error: Type object cannot be part of an intersection type in %s on line %d
H A Dinvalid_string_type.phpt2 string type cannot take part in an intersection type
10 Fatal error: Type string cannot be part of an intersection type in %s on line %d
H A Dinvalid_void_type.phpt2 void type cannot take part in an intersection type
10 Fatal error: Type void cannot be part of an intersection type in %s on line %d
H A Dinvalid_iterable_type.phpt2 iterable type cannot take part in an intersection type
10 Fatal error: Type iterable cannot be part of an intersection type in %s on line %d
H A Dinvalid_self_type.phpt2 self type cannot take part in an intersection type
12 Fatal error: Type self cannot be part of an intersection type in %s on line %d
H A Dinvalid_static_type.phpt2 static type cannot take part in an intersection type
12 Fatal error: Type static cannot be part of an intersection type in %s on line %d
H A Dinvalid_parent_type.phpt2 parent type cannot take part in an intersection type
14 Fatal error: Type parent cannot be part of an intersection type in %s on line %d
/PHP-8.1/ext/bcmath/tests/
H A Dbug75178.phpt19 bcpowmod(): Argument #1 ($num) cannot have a fractional part
20 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part

Completed in 19 milliseconds

12345678