Home
last modified time | relevance | path

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

12

/PHP-7.4/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 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 Dsub_001.phpt21 Exception: Unsupported operand types
23 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Druntime_compile_time_binary_operands.phpt132 foreach ($operands as $operand) {
133 $line = prepareLine($left, $right, function() use ($left, $right, $operand) {
134 return eval("return @(\$left $operand \$right);");
135 }, $operand);
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 Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dconstant_expressions_exceptions_002.phpt13 Fatal error: Unsupported operand types in %sconstant_expressions_exceptions.inc on line 2
/PHP-7.4/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.4/ext/simplexml/tests/
H A Dbug53033.phpt10 // type of other operand is irrelevant
/PHP-7.4/ext/intl/tests/
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-7.4/Zend/
H A DREADME.md54 `<OP1_TYPES>` and `<OP2_TYPES>` are masks for allowed operand op_types.
57 also you can use ANY mask to disable specialization according operand's op_type.
/PHP-7.4/ext/standard/
H A Darray.c6020 zval *operand; local
6057 ZEND_HASH_FOREACH_VAL(htbl, operand) {
6059 ZVAL_COPY(&args[1], operand);
6083 zval *operand; local
6120 ZEND_HASH_FOREACH_KEY_VAL_IND(Z_ARRVAL_P(array), num_key, string_key, operand) {
6131 ZVAL_COPY(&args[0], operand);
6154 } else if (!zend_is_true(operand)) {
6159 operand = zend_hash_update(Z_ARRVAL_P(return_value), string_key, operand);
6161 operand = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand);
6163 zval_add_ref(operand);
/PHP-7.4/ext/bcmath/
H A Dbcmath.c81 ZEND_ARG_INFO(0, operand)

Completed in 44 milliseconds

12