Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.c1125 zend_binop_error("+", op1, op2); in add_function_slow()
1189 zend_binop_error("-", op1, op2); in sub_function_slow()
1258 zend_binop_error("*", op1, op2); in mul_function_slow()
1372 zend_binop_error("**", op1, op2); in pow_function()
1456 zend_binop_error("/", op1, op2); in div_function()
1692 zend_binop_error("|", op1, op2); in bitwise_or_function()
1706 zend_binop_error("|", op1, op2); in bitwise_or_function()
1774 zend_binop_error("&", op1, op2); in bitwise_and_function()
1788 zend_binop_error("&", op1, op2); in bitwise_and_function()
1856 zend_binop_error("^", op1, op2); in bitwise_xor_function()
[all …]

Completed in 12 milliseconds