/PHP-8.3/ext/imap/tests/ |
H A D | bug35669.phpt | 17 $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 D | imap_bodystruct_basic.phpt | 17 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.3/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.3/ext/opcache/tests/ |
H A D | bug78189.phpt | 22 $part = substr($filename, strlen($tmpdir), 34); 23 if (!preg_match('~/[0-9a-f]{32}/~', $part)) { 24 echo "invalid opcache folder: $part\n";
|
H A D | ssa_bug_010.phpt | 10 foreach ($parts as $part) { 14 switch ($part) {
|
/PHP-8.3/Zend/tests/type_declarations/intersection_types/invalid_types/ |
H A D | invalid_false_type.phpt | 2 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 D | invalid_true_type.phpt | 2 true type cannot take part in an intersection type 10 Fatal error: Type true cannot be part of an intersection type in %s on line %d
|
H A D | invalid_array_type.phpt | 2 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 D | invalid_bool_type.phpt | 2 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 D | invalid_callable_type.phpt | 2 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 D | invalid_float_type.phpt | 2 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 D | invalid_int_type.phpt | 2 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 D | invalid_mixed_type.phpt | 2 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 D | invalid_never_type.phpt | 2 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 D | invalid_null_type.phpt | 2 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 D | invalid_object_type.phpt | 2 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 D | invalid_string_type.phpt | 2 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 D | invalid_void_type.phpt | 2 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 D | invalid_iterable_type.phpt | 2 iterable type cannot take part in an intersection type 10 Fatal error: Type Traversable|array cannot be part of an intersection type in %s on line %d
|
H A D | invalid_self_type.phpt | 2 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 D | invalid_static_type.phpt | 2 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 D | invalid_parent_type.phpt | 2 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.3/ext/bcmath/tests/ |
H A D | bcpow_error1.phpt | 19 bcpow(): Argument #2 ($exponent) cannot have a fractional part 20 bcpow(): Argument #2 ($exponent) cannot have a fractional part
|