Lines Matching refs:EXPECTED

612 							EXPECTED(Z_OBJ_P(op)->handlers == &std_object_handlers)) {  in convert_to_array()
759 } else if (EXPECTED(type == IS_LONG)) { in _zval_get_long_func_ex()
938 if (EXPECTED(op1 != op2)) { in add_function()
988 if (EXPECTED(op1 != op2)) { in sub_function()
1043 if (EXPECTED(op1 != op2)) { in mul_function()
1129 if (EXPECTED(op1 != op2)) { in pow_function()
1226 if (EXPECTED(op1 != op2)) { in div_function()
1287 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_xor_function()
1295 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_xor_function()
1307 } else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) { in boolean_xor_function()
1315 } else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) { in boolean_xor_function()
1334 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_not_function()
1342 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_not_function()
1399 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_or_function()
1407 if (Z_TYPE_P(op1) == IS_STRING && EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in bitwise_or_function()
1412 if (EXPECTED(Z_STRLEN_P(op1) >= Z_STRLEN_P(op2))) { in bitwise_or_function()
1413 if (EXPECTED(Z_STRLEN_P(op1) == Z_STRLEN_P(op2)) && Z_STRLEN_P(op1) == 1) { in bitwise_or_function()
1477 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_and_function()
1490 if (EXPECTED(Z_STRLEN_P(op1) >= Z_STRLEN_P(op2))) { in bitwise_and_function()
1491 if (EXPECTED(Z_STRLEN_P(op1) == Z_STRLEN_P(op2)) && Z_STRLEN_P(op1) == 1) { in bitwise_and_function()
1555 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_xor_function()
1568 if (EXPECTED(Z_STRLEN_P(op1) >= Z_STRLEN_P(op2))) { in bitwise_xor_function()
1569 if (EXPECTED(Z_STRLEN_P(op1) == Z_STRLEN_P(op2)) && Z_STRLEN_P(op1) == 1) { in bitwise_xor_function()
1637 if (EXPECTED(op2_lval > 0)) { in shift_left_function()
1673 if (EXPECTED(op2_lval > 0)) { in shift_right_function()
1826 if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) && in string_compare_function()
1827 EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in string_compare_function()
1847 if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) && in string_case_compare_function()
1848 EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in string_case_compare_function()