Home
last modified time | relevance | path

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

123

/php-src/ext/opcache/tests/jit/
H A Dfe_reset_undef.phpt2 FE_RESET with potentially undef operand
H A Dmul_010.phpt32 Unsupported operand types: string * float
H A Dfe_reset_001.phpt2 FE_RESET: 001 undef $$ operand
H A Dassign_dim_op_001.phpt107 Unsupported operand types: null % string
/php-src/Zend/tests/in-de-crement/
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_diagnostic_change_type.phpt2 Error handler can change type of operand of ++
/php-src/Zend/tests/
H A Dself_and.phpt35 Unsupported operand types: string & int
H A Dself_or.phpt35 Unsupported operand types: string | int
H A Dself_xor.phpt35 Unsupported operand types: string ^ int
H A Dtemporary_cleaning_013.phpt2 Exceptions thrown in operand cleaning must cause leak of return value
/php-src/ext/intl/tests/
H A Dtimezone_equals_error.phpt39 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/php-src/ext/standard/tests/array/
H A Darray_product_variation5.phpt23 Unsupported operand types: int * resource
H A Darray_sum_variation8.phpt23 Unsupported operand types: int + resource
/php-src/ext/opcache/tests/opt/
H A Dassign_op_001.phpt26 Fatal error: Uncaught TypeError: Unsupported operand types: array + bool in %sassign_op_001.php:4
/php-src/ext/com_dotnet/tests/
H A Dgh8750a.phpt34 Unsupported operand types: int + variant
/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
H A DREADME.md54 `<OP1_TYPES>` and `<OP2_TYPES>` are masks for allowed operand op_types.
57 also you can use ANY mask to disable specialization according operand's op_type.
/php-src/Zend/tests/readonly_props/
H A Dreadonly_containing_object.phpt47 Unsupported operand types: stdClass + int
/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/Zend/tests/throw/
H A D001.phpt170 string(42) "Unsupported operand types: Exception + int"
/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/fileinfo/
H A Dlibmagic.patch2120 - "repetition-operator operand `%c' "
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc116 /* Determine whether an immediate value can be encoded as the immediate operand of logical instruct…
H A Dir_x86.dasc1539 /* TODO: This optimization makes sense only if the other operand is killed */

Completed in 75 milliseconds

123