Lines Matching refs:IS_FALSE
161 case IS_FALSE: in _convert_scalar_to_number()
204 case IS_FALSE: \
310 case IS_FALSE: in convert_to_long_base()
372 case IS_FALSE: in convert_to_double()
450 case IS_FALSE: in convert_to_boolean()
494 if (Z_TYPE(dst) == IS_FALSE || Z_TYPE(dst) == IS_TRUE) { in convert_to_boolean()
529 case IS_FALSE: { in _convert_to_string()
753 case IS_FALSE: in _zval_get_long_func_ex()
822 case IS_FALSE: in _zval_get_double_func()
862 case IS_FALSE: in _zval_get_string_func()
1279 if (Z_TYPE_P(op1) == IS_FALSE) { in boolean_xor_function()
1286 if (Z_TYPE_P(op1) == IS_FALSE) { in boolean_xor_function()
1299 if (Z_TYPE_P(op2) == IS_FALSE) { in boolean_xor_function()
1306 if (Z_TYPE_P(op2) == IS_FALSE) { in boolean_xor_function()
1933 case TYPE_PAIR(IS_NULL, IS_FALSE): in compare_function()
1934 case TYPE_PAIR(IS_FALSE, IS_NULL): in compare_function()
1935 case TYPE_PAIR(IS_FALSE, IS_FALSE): in compare_function()
2015 …if (Z_OBJ_HT_P(op1)->cast_object(op1, &tmp_free, ((Z_TYPE_P(op2) == IS_FALSE || Z_TYPE_P(op2) == I… in compare_function()
2034 …if (Z_OBJ_HT_P(op2)->cast_object(op2, &tmp_free, ((Z_TYPE_P(op1) == IS_FALSE || Z_TYPE_P(op1) == I… in compare_function()
2048 if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) { in compare_function()
2051 } else if (Z_TYPE_P(op2) == IS_NULL || Z_TYPE_P(op2) == IS_FALSE) { in compare_function()
2111 case IS_FALSE: in zend_is_identical()