/php-src/Zend/tests/ |
H A D | operator_unsupported_types.phpt | 2 Using unsupported types with operators 145 Unsupported operand types: array + null 146 Unsupported operand types: null + array 147 Unsupported operand types: array + bool 148 Unsupported operand types: bool + array 149 Unsupported operand types: array + bool 150 Unsupported operand types: bool + array 151 Unsupported operand types: array + int 152 Unsupported operand types: int + array 227 Unsupported operand types: array - int [all …]
|
H A D | assign_op_type_error.phpt | 50 Unsupported operand types: array + string 51 Unsupported operand types: array - string 52 Unsupported operand types: array * string 53 Unsupported operand types: array / string 54 Unsupported operand types: array ** string 55 Unsupported operand types: array % string 56 Unsupported operand types: array << string 57 Unsupported operand types: array >> string
|
H A D | bug74084.phpt | 34 Unsupported operand types: array - array 35 Unsupported operand types: array * array 36 Unsupported operand types: array / array 37 Unsupported operand types: array ** array
|
/php-src/tests/lang/operators/ |
H A D | add_variationStr.phpt | 37 Unsupported operand types: string + string 53 Unsupported operand types: string + string 65 Unsupported operand types: string + string 81 Unsupported operand types: string + string 93 Unsupported operand types: string + string 109 Unsupported operand types: string + string 121 Unsupported operand types: string + string 137 Unsupported operand types: string + string 149 Unsupported operand types: string + string 165 Unsupported operand types: string + string [all …]
|
H A D | multiply_variationStr.phpt | 37 Unsupported operand types: string * string 53 Unsupported operand types: string * string 65 Unsupported operand types: string * string 81 Unsupported operand types: string * string 93 Unsupported operand types: string * string 109 Unsupported operand types: string * string 121 Unsupported operand types: string * string 137 Unsupported operand types: string * string 149 Unsupported operand types: string * string 165 Unsupported operand types: string * string [all …]
|
H A D | subtract_variationStr.phpt | 37 Unsupported operand types: string - string 53 Unsupported operand types: string - string 65 Unsupported operand types: string - string 81 Unsupported operand types: string - string 93 Unsupported operand types: string - string 109 Unsupported operand types: string - string 121 Unsupported operand types: string - string 137 Unsupported operand types: string - string 149 Unsupported operand types: string - string 165 Unsupported operand types: string - string [all …]
|
H A D | divide_variationStr.phpt | 40 Unsupported operand types: string / string 56 Unsupported operand types: string / string 68 Unsupported operand types: string / string 84 Unsupported operand types: string / string 96 Unsupported operand types: string / string 112 Unsupported operand types: string / string 124 Unsupported operand types: string / string 140 Unsupported operand types: string / string 152 Unsupported operand types: string / string 168 Unsupported operand types: string / string [all …]
|
H A D | modulus_variationStr.phpt | 38 TypeError: Unsupported operand types: string % string 54 TypeError: Unsupported operand types: string % string 66 TypeError: Unsupported operand types: string % string 82 TypeError: Unsupported operand types: string % string 94 TypeError: Unsupported operand types: string % string 110 TypeError: Unsupported operand types: string % string 122 TypeError: Unsupported operand types: string % string 138 TypeError: Unsupported operand types: string % string 150 TypeError: Unsupported operand types: string % string 166 TypeError: Unsupported operand types: string % string [all …]
|
H A D | bitwiseShiftLeft_variationStr.phpt | 37 TypeError: Unsupported operand types: string << string 53 TypeError: Unsupported operand types: string << string 65 TypeError: Unsupported operand types: string << string 81 TypeError: Unsupported operand types: string << string 93 TypeError: Unsupported operand types: string << string 109 TypeError: Unsupported operand types: string << string 121 TypeError: Unsupported operand types: string << string 137 TypeError: Unsupported operand types: string << string 149 TypeError: Unsupported operand types: string << string 165 TypeError: Unsupported operand types: string << string [all …]
|
H A D | bitwiseShiftLeft_variationStr_64bit.phpt | 42 TypeError: Unsupported operand types: string << string 58 TypeError: Unsupported operand types: string << string 70 TypeError: Unsupported operand types: string << string 86 TypeError: Unsupported operand types: string << string 98 TypeError: Unsupported operand types: string << string 114 TypeError: Unsupported operand types: string << string 126 TypeError: Unsupported operand types: string << string 142 TypeError: Unsupported operand types: string << string 154 TypeError: Unsupported operand types: string << string 170 TypeError: Unsupported operand types: string << string [all …]
|
H A D | bitwiseShiftRight_variationStr.phpt | 38 TypeError: Unsupported operand types: string >> string 54 TypeError: Unsupported operand types: string >> string 66 TypeError: Unsupported operand types: string >> string 82 TypeError: Unsupported operand types: string >> string 94 TypeError: Unsupported operand types: string >> string 110 TypeError: Unsupported operand types: string >> string 122 TypeError: Unsupported operand types: string >> string 138 TypeError: Unsupported operand types: string >> string 150 TypeError: Unsupported operand types: string >> string 166 TypeError: Unsupported operand types: string >> string [all …]
|
/php-src/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 20 $types = $type->getTypes(); 22 var_dump($types[0]->getName()); 23 var_dump($types[0] instanceof ReflectionNamedType); 24 var_dump($types[0]->allowsNull()); 28 var_dump($types[1]->getName()); 29 var_dump($types[1] instanceof ReflectionNamedType); 30 var_dump($types[1]->allowsNull());
|
/php-src/tests/lang/ |
H A D | bug28800.phpt | 15 Unsupported operand types: string + int 16 Unsupported operand types: string + int 17 Unsupported operand types: string + int 18 Unsupported operand types: string + int 19 Unsupported operand types: string + int 20 Unsupported operand types: string + int
|
/php-src/ext/bcmath/tests/number/operators/ |
H A D | calc_other_class.phpt | 47 Unsupported operand types: BcMath\Number + stdClass 48 Unsupported operand types: BcMath\Number - stdClass 49 Unsupported operand types: BcMath\Number * stdClass 50 Unsupported operand types: BcMath\Number / stdClass 51 Unsupported operand types: BcMath\Number % stdClass 52 Unsupported operand types: BcMath\Number ** stdClass
|
H A D | calc_array.phpt | 47 Unsupported operand types: BcMath\Number + array 48 Unsupported operand types: BcMath\Number - array 49 Unsupported operand types: BcMath\Number * array 50 Unsupported operand types: BcMath\Number / array 51 Unsupported operand types: BcMath\Number % array 52 Unsupported operand types: BcMath\Number ** array
|
H A D | calc_null.phpt | 46 Unsupported operand types: BcMath\Number + null 47 Unsupported operand types: BcMath\Number - null 48 Unsupported operand types: BcMath\Number * null 49 Unsupported operand types: BcMath\Number / null 50 Unsupported operand types: BcMath\Number % null 51 Unsupported operand types: BcMath\Number ** null
|
H A D | calc_undef.phpt | 47 Unsupported operand types: BcMath\Number + null 50 Unsupported operand types: BcMath\Number - null 53 Unsupported operand types: BcMath\Number * null 56 Unsupported operand types: BcMath\Number / null 59 Unsupported operand types: BcMath\Number % null 62 Unsupported operand types: BcMath\Number ** null
|
/php-src/ext/soap/tests/ |
H A D | gh12392.phpt | 11 $types = $client->__getTypes(); 12 echo 'Got types!' . "\n"; 14 var_dump($types); 19 Got types!
|
/php-src/ext/standard/tests/math/ |
H A D | pow_variation2.phpt | 2 Test pow() function : usage variations - different data types as $exp argument 77 Unsupported operand types: float ** string 78 Unsupported operand types: float ** array 79 Unsupported operand types: float ** string 83 Unsupported operand types: float ** classA 84 Unsupported operand types: float ** resource
|
H A D | pow_variation1_64bit.phpt | 2 Test pow() function : usage variations - different data types as $base argument 81 Unsupported operand types: string ** int 82 Unsupported operand types: array ** int 83 Unsupported operand types: string ** int 87 Unsupported operand types: classA ** int 88 Unsupported operand types: resource ** int
|
H A D | pow_variation1.phpt | 2 Test pow() function : usage variations - different data types as $base argument 83 Unsupported operand types: string ** int 84 Unsupported operand types: array ** int 85 Unsupported operand types: string ** int 89 Unsupported operand types: classA ** int 90 Unsupported operand types: resource ** int
|
/php-src/Zend/tests/type_declarations/union_types/ |
H A D | internal_trait_use_typed_union.phpt | 17 $types = $union->getTypes(); 18 var_dump($types, (string)$types[0], (string)$types[1]);
|
/php-src/Zend/tests/numeric_strings/ |
H A D | invalid_numeric_strings_must_generate_warning.phpt | 120 Unsupported operand types: string + string 127 Unsupported operand types: string - string 134 Unsupported operand types: string * string 177 Unsupported operand types: string | int 178 Unsupported operand types: int | string 186 Unsupported operand types: string & int 187 Unsupported operand types: int & string 195 Unsupported operand types: string ^ int 196 Unsupported operand types: int ^ string 201 Unsupported operand types: string * int [all …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | floatval_variation1.phpt | 2 Testing floatval() and its alias doubleval() functions : usage variations - different data types as… 11 // other types in an array 31 floatval() on non float types, expected output: float value valid floating point numbers */ 32 echo "\n*** Testing floatval() on non floating types ***\n"; 38 echo "\n*** Testing doubleval() on non floating types ***\n"; 41 doubleval() on non float types, expected output: float value valid floating point numbers */ 52 *** Testing floatval() on non floating types *** 102 *** Testing doubleval() on non floating types ***
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_call_user_func.phpt | 41 $types = 'i'; 45 1 => &$types, 70 $types = 'i'; 73 0 => &$types, 98 $types = 'i'; 101 0 => $types, 153 $types = 'i'; 157 1 => $types, 182 $types = 'i'; 186 1 => $types, [all …]
|