Searched refs:part (Results 1 – 25 of 186) sorted by relevance
12345678
/php-src/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-src/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) {
|
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-src/Zend/tests/type_declarations/intersection_types/invalid_types/ |
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_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_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_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_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-src/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
|
H A D | bug75178.phpt | 19 bcpowmod(): Argument #1 ($num) cannot have a fractional part 20 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part
|
Completed in 19 milliseconds
12345678