Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 25 of 74) sorted by last modified time

123

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1539 /* TODO: This optimization makes sense only if the other operand is killed */
H A Dir_aarch64.dasc116 /* Determine whether an immediate value can be encoded as the immediate operand of logical instruct…
/php-src/ext/standard/
H A Darray.c6441 zval *operand; local
6474 ZEND_HASH_FOREACH_VAL(htbl, operand) {
6476 ZVAL_COPY(&args[1], operand);
6499 zval *operand; local
6535 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(array), num_key, string_key, operand) {
6546 ZVAL_COPY(&args[0], operand);
6569 } else if (!zend_is_true(operand)) {
6574 operand = zend_hash_add_new(Z_ARRVAL_P(return_value), string_key, operand);
6576 operand = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, operand);
6578 zval_add_ref(operand);
/php-src/ext/mbstring/
H A Dmbstring.c4910 __m128i operand; in mb_fast_check_utf8_default() local
4917 if (!_mm_movemask_epi8(operand)) { in mb_fast_check_utf8_default()
4936 operand = _mm_loadu_si128((__m128i*)p); in mb_fast_check_utf8_default()
4937 if (_mm_movemask_epi8(operand)) { in mb_fast_check_utf8_default()
5000 last_block = operand; in mb_fast_check_utf8_default()
5049 operand = _mm_set_epi64x(0, *((uint64_t*)p)); in mb_fast_check_utf8_default()
5355 __m256i operand; in mb_fast_check_utf8_avx2() local
5358 operand = _mm256_loadu_si256((__m256i*)p); in mb_fast_check_utf8_avx2()
5361 if (!_mm256_movemask_epi8(operand)) { in mb_fast_check_utf8_avx2()
5377 operand = _mm256_loadu_si256((__m256i*)p); in mb_fast_check_utf8_avx2()
[all …]
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst161 - We start at the top, i.e. ``JMPZ``. If its first operand contains a "falsy" value, it will jump
162 to the instruction encoded in its second operand. If it is truthy, it will simply fall-through to
165 - The ``ECHO`` instruction prints its first operand.
167 - The ``RETURN`` operand terminates the current function.
/php-src/ext/fileinfo/
H A Dlibmagic.patch2120 - "repetition-operator operand `%c' "
/php-src/Zend/
H A Dzend_verify_type_inference.h37 …ailed at %04d %s (" msg ")\n", (int)(opline - EX(func)->op_array.opcodes), operand, __VA_ARGS__); \
41 …mask, uint8_t op_type, zend_execute_data *execute_data, const zend_op *opline, const char *operand) in zend_verify_type_inference() argument
/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 Dfe_reset_001.phpt2 FE_RESET: 001 undef $$ operand
H A Dfe_reset_undef.phpt2 FE_RESET with potentially undef operand
H A Dassign_dim_op_001.phpt107 Unsupported operand types: null % string
H A Dadd_005.phpt19 Fatal error: Uncaught TypeError: Unsupported operand types: string + int in %s:%d
H A Dmul_010.phpt32 Unsupported operand types: string * float
/php-src/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt81 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 Dpow_variation2.phpt77 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 Dpow_variation1.phpt83 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/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c702 operand = _mm256_shuffle_epi8(operand, swap_bytes); in mb_utf16be_to_wchar_avx2()
712 operand = _mm256_shuffle_epi8(operand, swap_bytes); in mb_utf16be_to_wchar_avx2()
823 operand = _mm256_shuffle_epi8(operand, pack_8x16); in mb_wchar_to_utf16be_avx2()
824 __m256i operand2 = _mm256_permute2x128_si256(operand, operand, 1); in mb_wchar_to_utf16be_avx2()
825 operand = _mm256_alignr_epi8(operand2, operand, 8); in mb_wchar_to_utf16be_avx2()
833 operand = _mm256_shuffle_epi8(operand, pack_8x16); in mb_wchar_to_utf16be_avx2()
835 operand = _mm256_alignr_epi8(operand2, operand, 8); in mb_wchar_to_utf16be_avx2()
1002 operand = _mm256_shuffle_epi8(operand, pack_8x16); in mb_wchar_to_utf16le_avx2()
1004 operand = _mm256_alignr_epi8(operand2, operand, 8); in mb_wchar_to_utf16le_avx2()
1012 operand = _mm256_shuffle_epi8(operand, pack_8x16); in mb_wchar_to_utf16le_avx2()
[all …]
/php-src/Zend/tests/
H A Doperator_unsupported_types.phpt145 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
196 Unsupported operand types: string + int
227 Unsupported operand types: array - int
[all …]
/php-src/Zend/tests/in-de-crement/
H A Dincrement_diagnostic_change_type.phpt2 Error handler can change type of operand of ++
H A Dincrement_diagnostic_change_type_do_operator.phpt2 Error handler can change type of operand of ++ to object with do_operator
H A Dincrement_with_castable_objects_no_addition.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 --
H A Ddecrement_with_castable_objects_no_subtraction.phpt69 Unsupported operand types: LongCastableNoOperations - int
70 Unsupported operand types: FloatCastableNoOperations - int
/php-src/ext/standard/tests/array/
H A Darray_sum_variation8.phpt23 Unsupported operand types: int + resource

Completed in 127 milliseconds

123