Home
last modified time | relevance | path

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

/PHP-5.5/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 D010.phpt34 Warning: gmp_mod(): Zero operand not allowed in %s on line %d
H A D011.phpt49 Warning: gmp_divexact(): Zero operand not allowed in %s on line %d
H A D008.phpt47 Warning: gmp_div_r(): Zero operand not allowed in %s on line %d
H A D009.phpt47 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
H A D007.phpt62 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d
/PHP-5.5/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.5/ext/intl/tests/
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-5.5/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.5/ext/standard/
H A Darray.c4139 zval **operand; in PHP_FUNCTION() local
4177 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION()
4181 args[1] = operand; in PHP_FUNCTION()
4192 result = *operand; in PHP_FUNCTION()
4206 zval **operand; in PHP_FUNCTION() local
4234 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&operand, &pos) == SUCCESS; in PHP_FUNCTION()
4238 args[0] = operand; in PHP_FUNCTION()
4252 } else if (!zend_is_true(*operand)) { in PHP_FUNCTION()
4256 zval_add_ref(operand); in PHP_FUNCTION()
4259 …zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NU… in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/bcmath/
H A Dbcmath.c82 ZEND_ARG_INFO(0, operand)
/PHP-5.5/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-5.5/
H A DNEWS3242 A constant class name may be used as a direct operand of ZEND_FETCH_*

Completed in 67 milliseconds