Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 25 of 25) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dbreak_error_002.phpt2 'break' error (operator with non-constant operand)
10 Fatal error: 'break' operator with non-constant operand is no longer supported in %sbreak_error_002…
H A Dadd_004.phpt20 Exception: Unsupported operand types
22 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Ddiv_002.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dmul_001.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dnot_002.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dsub_001.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_007.phpt22 Exception: Unsupported operand types
24 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_002.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_003.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dconstant_expressions_exceptions_001.phpt7 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2
H A Dconstant_expressions_exceptions_002.phpt13 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions.inc on line 2
/PHP-7.0/ext/gmp/tests/
H A Dbug32773.phpt18 Warning: gmp_div(): Zero operand not allowed in %s on line %d
21 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d
H A Dgmp_div_qr.phpt50 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d
53 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d
H A Dgmp_divexact.phpt49 Warning: gmp_divexact(): Zero operand not allowed in %s on line %d
H A Dgmp_mod.phpt42 Warning: gmp_mod(): Zero operand not allowed in %s on line %d
H A Dgmp_div_q.phpt40 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
H A Dgmp_div_r.phpt40 Warning: gmp_div_r(): Zero operand not allowed in %s on line %d
H A Doverloading.phpt155 Warning: main(): Zero operand not allowed in %s on line %d
170 Warning: main(): Zero operand not allowed in %s on line %d
/PHP-7.0/ext/intl/tests/
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-7.0/Zend/
H A DREADME.ZEND_VM23 <OP1_TYPES> & <OP2_TYPES> are masks for allowed operand op_types. Specializer
26 you can use ANY mask to disable specialization according operand's op_type.
/PHP-7.0/ext/standard/
H A Darray.c5027 zval *operand; local
5060 ZEND_HASH_FOREACH_VAL(htbl, operand) {
5062 ZVAL_COPY(&args[1], operand);
5086 zval *operand; local
5119 ZEND_HASH_FOREACH_KEY_VAL_IND(Z_ARRVAL_P(array), num_key, string_key, operand) {
5130 ZVAL_COPY(&args[0], operand);
5156 } else if (!zend_is_true(operand)) {
5161 operand = zend_hash_update(Z_ARRVAL_P(return_value), string_key, operand);
5163 operand = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand);
5165 zval_add_ref(operand);
/PHP-7.0/ext/bcmath/
H A Dbcmath.c82 ZEND_ARG_INFO(0, operand)
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c613 const struct tilegx_operand* operand = NULL; in get_bundle_bit() local
615 operand = &tilegx_operands[opcode->operands[inst->pipe][i]]; in get_bundle_bit()
618 bits |= operand->insert(val); in get_bundle_bit()
/PHP-7.0/
H A DUPGRADING268 because the shift operand was wrapped.
H A DNEWS2291 . Fixed bug #69896 ('asm' operand has impossible constraints). (Anatol)

Completed in 58 milliseconds