Home
last modified time | relevance | path

Searched refs:operand (Results 26 – 50 of 74) sorted by relevance

123

/php-src/Zend/tests/
H A Dadd_002.phpt23 Exception: Unsupported operand types: array + stdClass
25 Fatal error: Uncaught TypeError: Unsupported operand types: array + stdClass in %s:%d
H A Dadd_003.phpt23 Exception: Unsupported operand types: stdClass + array
25 Fatal error: Uncaught TypeError: Unsupported operand types: stdClass + array in %s:%d
H A Dadd_007.phpt22 Exception: Unsupported operand types: array + string
24 Fatal error: Uncaught TypeError: Unsupported operand types: array + string in %s:%d
H A Dadd_006.phpt48 Unsupported operand types: int + string
54 Unsupported operand types: string + int
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dxor_001.phpt18 Unsupported operand types: array ^ array
H A Ddiv_by_zero_compound_refcounted.phpt2 Division by zero in compound assignment with refcounted operand
H A Dconstant_expressions_exceptions_001.phpt8 Fatal error: Uncaught TypeError: Unsupported operand types: array - array in %s:%d
H A Dmod_001.phpt19 Exception: Unsupported operand types: array % array
H A Dconstant_expressions_exceptions_002.phpt13 Exception: Unsupported operand types: array - array in %s on line %d
H A Dself_mod.phpt27 Unsupported operand types: string % int
H A Dshift_001.phpt27 Unsupported operand types: string << int
H A Dshift_002.phpt27 Unsupported operand types: string >> int
/php-src/Zend/tests/constexpr/
H A Dnew.phpt52 Unsupported operand types: array + int
53 Unsupported operand types: array + int
/php-src/Zend/tests/in-de-crement/
H A Dincrement_with_castable_objects_no_addition.phpt69 Unsupported operand types: LongCastableNoOperations + int
70 Unsupported operand types: FloatCastableNoOperations + int
H A Ddecrement_with_castable_objects_no_subtraction.phpt69 Unsupported operand types: LongCastableNoOperations - int
70 Unsupported operand types: FloatCastableNoOperations - int
H A Ddecrement_diagnostic_change_type.phpt2 Error handler can change type of operand of --
/php-src/ext/opcache/tests/
H A Dswitch_string_free_opt.phpt2 A SWITCH_STRING operand FREE may be optimized away
/php-src/tests/lang/operators/
H A Dnegate_variationStr.phpt33 Unsupported operand types: string * int
61 Unsupported operand types: string * int
/php-src/ext/opcache/tests/opt/
H A Disset_var_001.phpt2 ISSET_ISEMPTY_VAR 001: CONST operand of ISSET_ISEMPTY_VAR must be converted to STRING
/php-src/ext/simplexml/tests/
H A Dbug53033.phpt10 // type of other operand is irrelevant
/php-src/ext/opcache/tests/jit/
H A Dmul_005.phpt24 Unsupported operand types: string * int
H A Dmul_009.phpt16 Fatal error: Uncaught TypeError: Unsupported operand types: array * int in %smul_009.php:3
H A Dadd_005.phpt19 Fatal error: Uncaught TypeError: Unsupported operand types: string + int in %s:%d
/php-src/ext/mbstring/
H A Dmbstring.c4915 __m128i operand; in mb_fast_check_utf8_default() local
4922 if (!_mm_movemask_epi8(operand)) { in mb_fast_check_utf8_default()
4941 operand = _mm_loadu_si128((__m128i*)p); in mb_fast_check_utf8_default()
4942 if (_mm_movemask_epi8(operand)) { in mb_fast_check_utf8_default()
5005 last_block = operand; in mb_fast_check_utf8_default()
5054 operand = _mm_set_epi64x(0, *((uint64_t*)p)); in mb_fast_check_utf8_default()
5360 __m256i operand; in mb_fast_check_utf8_avx2() local
5363 operand = _mm256_loadu_si256((__m256i*)p); in mb_fast_check_utf8_avx2()
5366 if (!_mm256_movemask_epi8(operand)) { in mb_fast_check_utf8_avx2()
5382 operand = _mm256_loadu_si256((__m256i*)p); in mb_fast_check_utf8_avx2()
[all …]

Completed in 100 milliseconds

123