Searched refs:operand (Results 1 – 25 of 25) sorted by relevance
/PHP-7.0/Zend/tests/ |
H A D | break_error_002.phpt | 2 '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 D | add_004.phpt | 20 Exception: Unsupported operand types 22 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | div_002.phpt | 21 Exception: Unsupported operand types 23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | mul_001.phpt | 21 Exception: Unsupported operand types 23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | not_002.phpt | 21 Exception: Unsupported operand types 23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | sub_001.phpt | 21 Exception: Unsupported operand types 23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | add_007.phpt | 22 Exception: Unsupported operand types 24 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | add_002.phpt | 25 Exception: Unsupported operand types 29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | add_003.phpt | 25 Exception: Unsupported operand types 29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
|
H A D | constant_expressions_exceptions_001.phpt | 7 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2
|
H A D | constant_expressions_exceptions_002.phpt | 13 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions.inc on line 2
|
/PHP-7.0/ext/gmp/tests/ |
H A D | bug32773.phpt | 18 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 D | gmp_div_qr.phpt | 50 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 D | gmp_divexact.phpt | 49 Warning: gmp_divexact(): Zero operand not allowed in %s on line %d
|
H A D | gmp_mod.phpt | 42 Warning: gmp_mod(): Zero operand not allowed in %s on line %d
|
H A D | gmp_div_q.phpt | 40 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
|
H A D | gmp_div_r.phpt | 40 Warning: gmp_div_r(): Zero operand not allowed in %s on line %d
|
H A D | overloading.phpt | 155 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 D | timezone_equals_error.phpt | 42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
|
/PHP-7.0/Zend/ |
H A D | README.ZEND_VM | 23 <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 D | array.c | 5027 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 D | bcmath.c | 82 ZEND_ARG_INFO(0, operand)
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 613 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 D | UPGRADING | 268 because the shift operand was wrapped.
|
H A D | NEWS | 2291 . Fixed bug #69896 ('asm' operand has impossible constraints). (Anatol)
|
Completed in 57 milliseconds