Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.3/ext/standard/
H A Darray.c4094 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.3/ext/bcmath/
H A Dbcmath.c82 ZEND_ARG_INFO(0, operand)

Completed in 38 milliseconds