Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.c1127 zend_binop_error("+", op1, op2); in add_function_slow()
1191 zend_binop_error("-", op1, op2); in sub_function_slow()
1260 zend_binop_error("*", op1, op2); in mul_function_slow()
1360 zend_binop_error("**", op1, op2); in pow_function()
1444 zend_binop_error("/", op1, op2); in div_function()
1680 zend_binop_error("|", op1, op2); in bitwise_or_function()
1694 zend_binop_error("|", op1, op2); in bitwise_or_function()
1762 zend_binop_error("&", op1, op2); in bitwise_and_function()
1776 zend_binop_error("&", op1, op2); in bitwise_and_function()
1844 zend_binop_error("^", op1, op2); in bitwise_xor_function()
[all …]

Completed in 15 milliseconds