/PHP-8.0/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 | 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
|
H A D | pow_array_leak.phpt | 24 Unsupported operand types: array ** int 29 Unsupported operand types: array ** array
|
/PHP-8.0/tests/lang/operators/ |
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 | 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 | 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-8.0/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-8.0/ext/standard/tests/math/ |
H A D | pow_variation1_64bit.phpt | 2 Test pow() function : usage variations - different data types as $base argument 144 Unsupported operand types: string ** int 147 Unsupported operand types: string ** int 150 Unsupported operand types: array ** int 153 Unsupported operand types: string ** int 156 Unsupported operand types: string ** int 159 Unsupported operand types: string ** int 162 Unsupported operand types: classA ** int 171 Unsupported operand types: resource ** int
|
H A D | pow_variation2.phpt | 2 Test pow() function : usage variations - different data types as $exp argument 140 Unsupported operand types: float ** string 143 Unsupported operand types: float ** string 146 Unsupported operand types: float ** array 149 Unsupported operand types: float ** string 152 Unsupported operand types: float ** string 155 Unsupported operand types: float ** string 158 Unsupported operand types: float ** classA 167 Unsupported operand types: float ** resource
|
H A D | pow_variation1.phpt | 2 Test pow() function : usage variations - different data types as $base argument 144 Unsupported operand types: string ** int 147 Unsupported operand types: string ** int 150 Unsupported operand types: array ** int 153 Unsupported operand types: string ** int 156 Unsupported operand types: string ** int 159 Unsupported operand types: string ** int 162 Unsupported operand types: classA ** int 171 Unsupported operand types: resource ** int
|
/PHP-8.0/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 …]
|
H A D | invalid_numeric_string_must_generate_warning_assign.phpt | 167 Unsupported operand types: string + string 174 Unsupported operand types: string - string 181 Unsupported operand types: string * string 188 Unsupported operand types: string / string 195 Unsupported operand types: string ** string 225 Unsupported operand types: string | int 226 Unsupported operand types: int | string 234 Unsupported operand types: string & int 235 Unsupported operand types: int & string 243 Unsupported operand types: string ^ int [all …]
|
/PHP-8.0/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 ***
|
H A D | floatval.phpt | 48 echo "\n*** Testing floatval() on non floating types ***\n"; 56 // other types in an array 76 floatval() on non float types, expected output: float value valid floating point numbers */ 82 echo "\n*** Testing doubleval() on non floating types ***\n"; 85 doubleval() on non float types, expected output: float value valid floating point numbers */ 141 *** Testing floatval() on non floating types *** 163 *** Testing doubleval() on non floating types ***
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_call_user_func.phpt | 40 $types = 'i'; 44 1 => &$types, 69 $types = 'i'; 72 0 => &$types, 97 $types = 'i'; 100 0 => $types, 152 $types = 'i'; 156 1 => $types, 181 $types = 'i'; 210 $types = 'i'; [all …]
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bind_unsupported_2.phpt | 2 Bind with various unsupported 10g+ bind types 12 $types = array( 17 foreach ($types as $t => $v) {
|
H A D | bind_unsupported_1.phpt | 2 Bind with various unsupported bind types 10 // These types are defined in oci8.c 12 $types = array( 24 foreach ($types as $t => $v) {
|
/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_simple_doclit_003w.phpt | 18 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type… 20 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
/PHP-8.0/Zend/tests/nullable_types/ |
H A D | invariant_param_and_return_succeeds.phpt | 2 Invariant parameter and return types work with nullable types
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | vprintf_variation16.phpt | 2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values 10 * Test vprintf() when different unsigned formats and signed values and other types of values 14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n"; 59 // and with signed and other types of values from the above $args_array array 70 *** Testing vprintf() : unsigned formats and signed & other types of values ***
|