Searched refs:operand (Results 1 – 19 of 19) sorted by relevance
/PHP-5.4/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 | 010.phpt | 34 Warning: gmp_mod(): Zero operand not allowed in %s on line %d
|
H A D | 011.phpt | 49 Warning: gmp_divexact(): Zero operand not allowed in %s on line %d
|
H A D | 008.phpt | 47 Warning: gmp_div_r(): Zero operand not allowed in %s on line %d
|
H A D | 009.phpt | 47 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
|
H A D | 007.phpt | 62 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d
|
/PHP-5.4/Zend/tests/ |
H A D | add_004.phpt | 14 Fatal error: Unsupported operand types in %s on line %d
|
H A D | mul_001.phpt | 15 Fatal error: Unsupported operand types in %s on line %d
|
H A D | sub_001.phpt | 15 Fatal error: Unsupported operand types in %s on line %d
|
H A D | div_002.phpt | 15 Fatal error: Unsupported operand types in %s on line %d
|
H A D | not_002.phpt | 15 Fatal error: Unsupported operand types in %s on line %d
|
H A D | add_007.phpt | 16 Fatal error: Unsupported operand types in %s on line %d
|
H A D | add_002.phpt | 19 Fatal error: Unsupported operand types in %s on line %d
|
H A D | add_003.phpt | 19 Fatal error: Unsupported operand types in %s on line %d
|
/PHP-5.4/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-5.4/ext/standard/ |
H A D | array.c | 4094 zval **operand; in PHP_FUNCTION() local 4132 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION() 4136 args[1] = operand; in PHP_FUNCTION() 4147 result = *operand; in PHP_FUNCTION() 4161 zval **operand; in PHP_FUNCTION() local 4189 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&operand, &pos) == SUCCESS; in PHP_FUNCTION() 4193 args[0] = operand; in PHP_FUNCTION() 4207 } else if (!zend_is_true(*operand)) { in PHP_FUNCTION() 4211 zval_add_ref(operand); in PHP_FUNCTION() 4214 …zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NU… in PHP_FUNCTION() [all …]
|
/PHP-5.4/ext/bcmath/ |
H A D | bcmath.c | 82 ZEND_ARG_INFO(0, operand)
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 615 const struct tilegx_operand* operand = NULL; in get_bundle_bit() local 617 operand = &tilegx_operands[opcode->operands[inst->pipe][i]]; in get_bundle_bit() 620 bits |= operand->insert(val); in get_bundle_bit()
|
/PHP-5.4/ |
H A D | NEWS | 2053 A constant class name may be used as a direct operand of ZEND_FETCH_*
|
Completed in 57 milliseconds