Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/tests/
H A Dbreak_error_002.phpt2 'break' error (operator with non-integer operand)
10 Fatal error: 'break' operator with non-integer operand is no longer supported in %sbreak_error_002.…
H A Dadd_004.phpt20 Exception: Unsupported operand types
22 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dsub_001.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Ddiv_002.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dmul_001.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dnot_002.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_007.phpt24 Exception: Unsupported operand types
28 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_002.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_003.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dconstant_expressions_exceptions_001.phpt7 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2
H A Dconstant_expressions_exceptions_002.phpt13 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions.inc on line 2
H A Dtemporary_cleaning_013.phpt2 Exceptions thrown in operand cleaning must cause leak of return value
/PHP-7.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 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-7.3/ext/simplexml/tests/
H A Dbug53033.phpt10 // type of other operand is irrelevant
/PHP-7.3/ext/intl/tests/
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-7.3/
H A DUPGRADING.INTERNALS5 b. Run-time constant operand addressing
47 b. In 64-bit builds PHP-7.2 and below used relative run-time constant operand
162 class name in second operand directly (as IS_CONST operand). Previously,
/PHP-7.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-7.3/ext/standard/
H A Darray.c5952 zval *operand; local
5988 ZEND_HASH_FOREACH_VAL(htbl, operand) {
5990 ZVAL_COPY(&args[1], operand);
6013 zval *operand; local
6049 ZEND_HASH_FOREACH_KEY_VAL_IND(Z_ARRVAL_P(array), num_key, string_key, operand) {
6060 ZVAL_COPY(&args[0], operand);
6083 } else if (!zend_is_true(operand)) {
6088 operand = zend_hash_update(Z_ARRVAL_P(return_value), string_key, operand);
6090 operand = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand);
6092 zval_add_ref(operand);
/PHP-7.3/ext/bcmath/
H A Dbcmath.c81 ZEND_ARG_INFO(0, operand)

Completed in 180 milliseconds

12