Lines Matching refs:zend_binop_error
447 zend_binop_error(sigil, op1, op2); \
470 zend_binop_error(sigil, op1, op2); \
1006 static ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_binop_error(const char *operator, zval *… in zend_binop_error() function
1068 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()
1799 zend_binop_error("^", op1, op2); in bitwise_xor_function()