Home
last modified time | relevance | path

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

12345678

/php-src/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-src/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-src/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_true_type.phpt2 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 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 Traversable|array 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-src/ext/bcmath/tests/
H A Dbcpow_error1.phpt19 bcpow(): Argument #2 ($exponent) cannot have a fractional part
20 bcpow(): Argument #2 ($exponent) cannot have a fractional part
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 21 milliseconds

12345678