Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c1068 zend_binop_error("+", op1, op2); in add_function_slow()
1132 zend_binop_error("-", op1, op2); in sub_function_slow()
1201 zend_binop_error("*", op1, op2); in mul_function_slow()
1301 zend_binop_error("**", op1, op2); in pow_function()
1385 zend_binop_error("/", op1, op2); in div_function()
1621 zend_binop_error("|", op1, op2); in bitwise_or_function()
1635 zend_binop_error("|", op1, op2); in bitwise_or_function()
1703 zend_binop_error("&", op1, op2); in bitwise_and_function()
1717 zend_binop_error("&", op1, op2); in bitwise_and_function()
1785 zend_binop_error("^", op1, op2); in bitwise_xor_function()
[all …]

Completed in 19 milliseconds