Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/Zend/tests/
H A Dadd_004.phpt14 Fatal error: Unsupported operand types in %s on line %d
H A Ddiv_002.phpt15 Fatal error: Unsupported operand types in %s on line %d
H A Dmul_001.phpt15 Fatal error: Unsupported operand types in %s on line %d
H A Dsub_001.phpt15 Fatal error: Unsupported operand types in %s on line %d
H A Dnot_002.phpt15 Fatal error: Unsupported operand types in %s on line %d
H A Dadd_007.phpt16 Fatal error: Unsupported operand types in %s on line %d
H A Dadd_002.phpt19 Fatal error: Unsupported operand types in %s on line %d
H A Dadd_003.phpt19 Fatal error: Unsupported operand types in %s on line %d
/PHP-5.6/ext/intl/tests/
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-5.6/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-5.6/
H A DUPGRADING.INTERNALS43 op1 the first operand and op2 the second operand. For unary operations
H A DNEWS4820 A constant class name may be used as a direct operand of ZEND_FETCH_*
/PHP-5.6/ext/standard/
H A Darray.c4000 zval **operand; in PHP_FUNCTION() local
4038 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION()
4042 args[1] = operand; in PHP_FUNCTION()
4053 result = *operand; in PHP_FUNCTION()
4067 zval **operand; in PHP_FUNCTION() local
4106 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&operand, &pos) == SUCCESS; in PHP_FUNCTION()
4128 args[0] = operand; in PHP_FUNCTION()
4146 } else if (!zend_is_true(*operand)) { in PHP_FUNCTION()
4150 zval_add_ref(operand); in PHP_FUNCTION()
4153 …zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NU… in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/bcmath/
H A Dbcmath.c82 ZEND_ARG_INFO(0, operand)
/PHP-5.6/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()

Completed in 82 milliseconds