IS_OBJECT         292 Zend/zend.c    		case IS_OBJECT:
IS_OBJECT         345 Zend/zend.c    		case IS_OBJECT:
IS_OBJECT         177 Zend/zend_API.c 		case IS_OBJECT:
IS_OBJECT         457 Zend/zend_API.c 	} else if (UNEXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) {
IS_OBJECT         471 Zend/zend_API.c 			if (Z_TYPE_P(z) != IS_OBJECT) {
IS_OBJECT         997 Zend/zend_API.c 	if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) {
IS_OBJECT        2198 Zend/zend_API.c 					ZEND_ASSERT(info->type_hint == IS_OBJECT);
IS_OBJECT        3291 Zend/zend_API.c 					} else if (Z_TYPE_P(obj) == IS_OBJECT) {
IS_OBJECT        3337 Zend/zend_API.c 								(Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) :
IS_OBJECT        3338 Zend/zend_API.c 								(Z_TYPE_P(Z_REFVAL_P(obj)) != IS_STRING && Z_TYPE_P(Z_REFVAL_P(obj)) != IS_OBJECT))) {
IS_OBJECT        3351 Zend/zend_API.c 		case IS_OBJECT:
IS_OBJECT        3656 Zend/zend_API.c 			case IS_OBJECT:
IS_OBJECT        4076 Zend/zend_API.c 		case IS_OBJECT:
IS_OBJECT         104 Zend/zend_API.h #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, classname, allow_null)  { #name, #classname, IS_OBJECT, pass_by_ref, allow_null, 0 },
IS_OBJECT         647 Zend/zend_API.h #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p)) : NULL)))
IS_OBJECT        1166 Zend/zend_API.h 		(or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT))) {
IS_OBJECT        1180 Zend/zend_API.h 	} else if (or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) {
IS_OBJECT        1192 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT) &&
IS_OBJECT        1175 Zend/zend_ast.c 				case IS_OBJECT:    PREFIX_OP("(object)", 240, 241);
IS_OBJECT         867 Zend/zend_builtin_functions.c 		case IS_OBJECT:
IS_OBJECT         990 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(arg) == IS_OBJECT) {
IS_OBJECT        1037 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(obj) == IS_OBJECT) {
IS_OBJECT        1254 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(klass) == IS_OBJECT) {
IS_OBJECT        1318 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(klass) == IS_OBJECT) {
IS_OBJECT        1335 Zend/zend_builtin_functions.c 		if (Z_TYPE_P(klass) == IS_OBJECT
IS_OBJECT        1381 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(object) == IS_OBJECT) {
IS_OBJECT        1395 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(object) ==  IS_OBJECT &&
IS_OBJECT        1636 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(zv) == IS_OBJECT) {
IS_OBJECT         201 Zend/zend_closures.c 		if (Z_TYPE_P(scope_arg) == IS_OBJECT) {
IS_OBJECT         396 Zend/zend_closures.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT         614 Zend/zend_closures.c 		if (this_ptr && Z_TYPE_P(this_ptr) == IS_OBJECT && (closure->func.common.fn_flags & ZEND_ACC_STATIC) == 0) {
IS_OBJECT        1263 Zend/zend_compile.c 	   || (Z_TYPE(c->value) < IS_OBJECT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION))
IS_OBJECT        1425 Zend/zend_compile.c 	if (c && Z_TYPE_P(c) < IS_OBJECT) {
IS_OBJECT        3179 Zend/zend_compile.c 		return zend_compile_func_typecheck(result, args, IS_OBJECT);
IS_OBJECT        4413 Zend/zend_compile.c 			arg_info->type_hint = IS_OBJECT;
IS_OBJECT          89 Zend/zend_exceptions.c 		while (Z_TYPE_P(ancestor) == IS_OBJECT) {
IS_OBJECT         313 Zend/zend_exceptions.c 	CHECK_EXC_TYPE("previous", IS_OBJECT);
IS_OBJECT         566 Zend/zend_exceptions.c 		case IS_OBJECT:
IS_OBJECT         724 Zend/zend_exceptions.c 	while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) {
IS_OBJECT        1064 Zend/zend_exceptions.c 	if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) {
IS_OBJECT         594 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT         825 Zend/zend_execute.c 						if (Z_TYPE_P(arg) == IS_OBJECT) {
IS_OBJECT        1084 Zend/zend_execute.c 	if (object_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        1095 Zend/zend_execute.c 				if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        1278 Zend/zend_execute.c 		if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
IS_OBJECT        1369 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) {
IS_OBJECT        1414 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) {
IS_OBJECT        1458 Zend/zend_execute.c 		if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
IS_OBJECT        1736 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        1752 Zend/zend_execute.c 						if (Z_TYPE_P(retval) != IS_OBJECT) {
IS_OBJECT        1761 Zend/zend_execute.c 					if (Z_TYPE_P(retval) != IS_OBJECT) {
IS_OBJECT        1879 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        1917 Zend/zend_execute.c     if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        1926 Zend/zend_execute.c 				if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        2021 Zend/zend_execute.c 	} else if (Z_TYPE_P(pz) == IS_OBJECT) {
IS_OBJECT          76 Zend/zend_execute.h 			if (Z_TYPE_P(variable_ptr) == IS_OBJECT &&
IS_OBJECT         195 Zend/zend_execute_API.c 	if (Z_TYPE_P(zv) == IS_OBJECT && Z_REFCOUNT_P(zv) == 1) {
IS_OBJECT         849 Zend/zend_execute_API.c 		ZEND_ASSERT(GC_TYPE((zend_object*)func->op_array.prototype) == IS_OBJECT);
IS_OBJECT          96 Zend/zend_gc.c 	if (GC_TYPE(ref) == IS_OBJECT) {
IS_OBJECT         226 Zend/zend_gc.c 	ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT);
IS_OBJECT         311 Zend/zend_gc.c 	if (GC_TYPE(ref) == IS_OBJECT && !(GC_FLAGS(ref) & IS_OBJ_FREE_CALLED)) {
IS_OBJECT         421 Zend/zend_gc.c 		if (GC_TYPE(ref) == IS_OBJECT && !(GC_FLAGS(ref) & IS_OBJ_FREE_CALLED)) {
IS_OBJECT         466 Zend/zend_gc.c 					Z_TYPE(((zend_reference*)ref)->val) == IS_OBJECT) {
IS_OBJECT         499 Zend/zend_gc.c 				if (Z_TYPE_P(zv) == IS_OBJECT &&
IS_OBJECT         514 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_OBJECT &&
IS_OBJECT         549 Zend/zend_gc.c 			if (GC_TYPE(ref) == IS_OBJECT && !(GC_FLAGS(ref) & IS_OBJ_FREE_CALLED)) {
IS_OBJECT         714 Zend/zend_gc.c 		if (GC_TYPE(ref) == IS_OBJECT && !(GC_FLAGS(ref) & IS_OBJ_FREE_CALLED)) {
IS_OBJECT         901 Zend/zend_gc.c 		if (GC_TYPE(ref) == IS_OBJECT && !(GC_FLAGS(ref) & IS_OBJ_FREE_CALLED)) {
IS_OBJECT        1058 Zend/zend_gc.c 					if ((GC_TYPE(p) & GC_TYPE_MASK) == IS_OBJECT) {
IS_OBJECT        1095 Zend/zend_gc.c 			if ((GC_TYPE(p) & GC_TYPE_MASK) == IS_OBJECT) {
IS_OBJECT          52 Zend/zend_interfaces.c 	fci.object = (object && Z_TYPE_P(object) == IS_OBJECT) ? Z_OBJ_P(object) : NULL;
IS_OBJECT         289 Zend/zend_interfaces.c 	ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL;
IS_OBJECT         950 Zend/zend_language_parser.y 	|	T_OBJECT_CAST expr	{ $$ = zend_ast_create_cast(IS_OBJECT, $2); }
IS_OBJECT         572 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(rv) != IS_OBJECT)) {
IS_OBJECT        1594 Zend/zend_object_handlers.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT          35 Zend/zend_objects.c 	GC_TYPE_INFO(object) = IS_OBJECT;
IS_OBJECT         182 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         218 Zend/zend_operators.c 			case IS_OBJECT:													\
IS_OBJECT         241 Zend/zend_operators.c 		if (Z_TYPE_P(newop) != IS_OBJECT) {													\
IS_OBJECT         326 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         386 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         410 Zend/zend_operators.c 	if (Z_TYPE_P(op) == IS_OBJECT) {
IS_OBJECT         471 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         551 Zend/zend_operators.c 		case IS_OBJECT: {
IS_OBJECT         591 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         662 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         748 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         786 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT         836 Zend/zend_operators.c 		case IS_OBJECT: {
IS_OBJECT         844 Zend/zend_operators.c 				if (Z_TYPE_P(z) != IS_OBJECT) {
IS_OBJECT        1848 Zend/zend_operators.c 			case TYPE_PAIR(IS_OBJECT, IS_NULL):
IS_OBJECT        1852 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_OBJECT):
IS_OBJECT        1865 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, compare)) {
IS_OBJECT        1871 Zend/zend_operators.c 				} else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, compare)) {
IS_OBJECT        1879 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT && Z_TYPE_P(op2) == IS_OBJECT) {
IS_OBJECT        1890 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT) {
IS_OBJECT        1897 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) {
IS_OBJECT        1909 Zend/zend_operators.c 				if (Z_TYPE_P(op2) == IS_OBJECT) {
IS_OBJECT        1916 Zend/zend_operators.c 					} else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) {
IS_OBJECT        1926 Zend/zend_operators.c 					} else if (Z_TYPE_P(op1) == IS_OBJECT) {
IS_OBJECT        1955 Zend/zend_operators.c 				} else if (Z_TYPE_P(op1)==IS_OBJECT) {
IS_OBJECT        1958 Zend/zend_operators.c 				} else if (Z_TYPE_P(op2)==IS_OBJECT) {
IS_OBJECT        2011 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT        2272 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT        2340 Zend/zend_operators.c 		case IS_OBJECT:
IS_OBJECT        2393 Zend/zend_operators.c 		if (Z_TYPE_P(tmp) != IS_OBJECT) {
IS_OBJECT         312 Zend/zend_operators.h 		case IS_OBJECT:
IS_OBJECT         390 Zend/zend_operators.h 			case IS_OBJECT:						\
IS_OBJECT         412 Zend/zend_operators.h #define convert_to_object_ex(pzv)	convert_to_ex_master(pzv, object, IS_OBJECT)
IS_OBJECT         753 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                             \
IS_OBJECT         765 Zend/zend_operators.h 	} else if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                      \
IS_OBJECT         773 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op2) == IS_OBJECT)                                                             \
IS_OBJECT         785 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                             \
IS_OBJECT         402 Zend/zend_types.h #define IS_OBJECT_EX				(IS_OBJECT         | ((                   IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE                   ) << Z_TYPE_FLAGS_SHIFT))
IS_OBJECT          54 Zend/zend_variables.c 		case IS_OBJECT: {
IS_OBJECT         106 Zend/zend_variables.c 		case IS_OBJECT: {
IS_OBJECT         141 Zend/zend_variables.c 		case IS_OBJECT:
IS_OBJECT         172 Zend/zend_variables.c 		case IS_OBJECT:
IS_OBJECT         733 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT         796 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        1141 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        1222 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        1816 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        1819 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        1950 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        1953 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        2096 Zend/zend_vm_def.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
IS_OBJECT        2204 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        2870 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
IS_OBJECT        2939 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        2942 Zend/zend_vm_def.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        3275 Zend/zend_vm_def.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
IS_OBJECT        3280 Zend/zend_vm_def.h 			ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT);
IS_OBJECT        3302 Zend/zend_vm_def.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT        3416 Zend/zend_vm_def.h 			ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
IS_OBJECT        4109 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_OBJECT        4112 Zend/zend_vm_def.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        4292 Zend/zend_vm_def.h 	    (Z_ISREF_P(varptr) || Z_TYPE_P(varptr) == IS_OBJECT)) {
IS_OBJECT        4459 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(args) == IS_OBJECT)) {
IS_OBJECT        4984 Zend/zend_vm_def.h 		    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_OBJECT        4987 Zend/zend_vm_def.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
IS_OBJECT        5302 Zend/zend_vm_def.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
IS_OBJECT        5343 Zend/zend_vm_def.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
IS_OBJECT        5678 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        5716 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        5719 Zend/zend_vm_def.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        5758 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        5901 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        6054 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
IS_OBJECT        6246 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
IS_OBJECT        6574 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        6643 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        6646 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        6998 Zend/zend_vm_def.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
IS_OBJECT        7462 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_OBJECT        7752 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        1000 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(args) == IS_OBJECT)) {
IS_OBJECT        1879 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
IS_OBJECT        2021 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
IS_OBJECT        2026 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT);
IS_OBJECT        2048 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT        2287 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
IS_OBJECT        2329 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
IS_OBJECT        2444 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
IS_OBJECT        2449 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT);
IS_OBJECT        2471 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT        2584 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
IS_OBJECT        2700 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
IS_OBJECT        2705 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT);
IS_OBJECT        2727 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT        3240 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_OBJECT        3243 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        3414 Zend/zend_vm_execute.h 		    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_OBJECT        3417 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
IS_OBJECT        3495 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
IS_OBJECT        3535 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
IS_OBJECT        3724 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        3864 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        4129 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_OBJECT        4253 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        5211 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        5214 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        5283 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        5286 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        5397 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
IS_OBJECT        5535 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        5538 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        5770 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
IS_OBJECT        6385 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        6454 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        6457 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        9001 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        9004 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        9073 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        9076 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        9281 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        9284 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        9516 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
IS_OBJECT        9894 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        9963 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        9966 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        10821 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        10824 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        10894 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        10897 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        11103 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        11106 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        11339 Zend/zend_vm_execute.h 			ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
IS_OBJECT        11668 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        11737 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        11740 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        11930 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_OBJECT        11933 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        12027 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
IS_OBJECT        12067 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
IS_OBJECT        12128 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        12269 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        12517 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_OBJECT        12599 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        12723 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        12726 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        13996 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        13999 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        14509 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        14512 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        15157 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_OBJECT        15160 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        15242 Zend/zend_vm_execute.h 	    (Z_ISREF_P(varptr) || Z_TYPE_P(varptr) == IS_OBJECT)) {
IS_OBJECT        15473 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
IS_OBJECT        15514 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
IS_OBJECT        15576 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        15719 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        15872 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
IS_OBJECT        16064 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
IS_OBJECT        16337 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_OBJECT        16420 Zend/zend_vm_execute.h 		if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        16513 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        16576 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        16919 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        16999 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        17178 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        17181 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        17448 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        17989 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        18026 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        18029 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        18690 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        19111 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        19717 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        19780 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        20123 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        20203 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        20382 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        20385 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        20652 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        21145 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        21182 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        21185 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        21376 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        21439 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        21784 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        21865 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        22045 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        22048 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        22316 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        22722 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        22760 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        22763 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        22801 Zend/zend_vm_execute.h 		    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_OBJECT        22804 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
IS_OBJECT        22923 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        22986 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        23293 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        23373 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        23443 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        23446 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        23576 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        23579 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        23811 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        23814 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        24104 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        24141 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        24144 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        24250 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        24319 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        24322 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        24797 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        25338 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        25401 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        25708 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        25788 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        25858 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        25861 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        25991 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        25994 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        26226 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        26229 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        26412 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        26449 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        26452 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        26558 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        26627 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        26630 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        26825 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        26888 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        27196 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        27277 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        27348 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        27351 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        27482 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        27485 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        27718 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        27721 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        27905 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        27943 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        27946 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        28053 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        28122 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        28125 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        28736 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_OBJECT        28739 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        28985 Zend/zend_vm_execute.h 		    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_OBJECT        28988 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
IS_OBJECT        29066 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
IS_OBJECT        29106 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
IS_OBJECT        29295 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        29435 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_OBJECT        29700 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_OBJECT        29824 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_OBJECT        30518 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        30581 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        30924 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        31004 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        31396 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        31399 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        31529 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        31532 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        31674 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
IS_OBJECT        31782 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        31976 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        31979 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        32416 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        32453 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        32456 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        32661 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        32730 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        32733 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        32767 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
IS_OBJECT        33736 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
IS_OBJECT        33939 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        34545 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        35773 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        35836 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        36179 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        36259 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        36466 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        36469 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        36599 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        36602 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        36808 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        37060 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        37063 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        37419 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        37456 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        37459 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        37565 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        37634 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        37637 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        38433 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        38496 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        38841 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        38922 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        39130 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        39133 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        39264 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        39267 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        39474 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
IS_OBJECT        39640 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        39643 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        40000 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
IS_OBJECT        40038 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        40041 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
IS_OBJECT        40148 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        40217 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        40220 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        40567 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_OBJECT        40570 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
IS_OBJECT        41665 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        41668 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        41737 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
IS_OBJECT        41875 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        41878 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        42291 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        42360 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        42363 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        42397 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
IS_OBJECT        42808 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
IS_OBJECT        43857 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        43860 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        44023 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        44026 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        44258 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        44327 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        44330 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        45002 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        45005 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT        45169 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_OBJECT        45172 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
IS_OBJECT        45405 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_OBJECT        45474 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_OBJECT        45477 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
IS_OBJECT         352 ext/bz2/bz2_filter.c 			if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) {
IS_OBJECT         377 ext/bz2/bz2_filter.c 			if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) {
IS_OBJECT         766 ext/com_dotnet/com_com.c 	if (Z_TYPE_P(arg1) == IS_OBJECT) {
IS_OBJECT         120 ext/com_dotnet/com_variant.c 		case IS_OBJECT:
IS_OBJECT         624 ext/com_dotnet/com_wrapper.c 	if (Z_TYPE_P(val) != IS_OBJECT) {
IS_OBJECT        2520 ext/curl/interface.c 			if (Z_TYPE_P(zvalue) == IS_ARRAY || Z_TYPE_P(zvalue) == IS_OBJECT) {
IS_OBJECT        2545 ext/curl/interface.c 					if (Z_TYPE_P(current) == IS_OBJECT &&
IS_OBJECT        4913 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
IS_OBJECT        4927 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
IS_OBJECT        4940 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
IS_OBJECT        4953 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_interval) {
IS_OBJECT        5036 ext/date/php_date.c 	if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) {
IS_OBJECT         443 ext/dom/php_dom.c 		if (Z_TYPE(value) == IS_OBJECT) {
IS_OBJECT         205 ext/dom/xpath.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {
IS_OBJECT         219 ext/dom/xpath.c 			} else if (Z_TYPE(retval) == IS_OBJECT) {
IS_OBJECT         386 ext/filter/filter.c 	if (Z_TYPE_P(value) == IS_OBJECT) {
IS_OBJECT         407 ext/filter/filter.c 	if (options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) &&
IS_OBJECT         252 ext/gmp/gmp.c  	(Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce))
IS_OBJECT         629 ext/imap/php_imap.c 	if (Z_TYPE_P(arg) == IS_OBJECT) {
IS_OBJECT         644 ext/imap/php_imap.c 	if (Z_TYPE_P(arg) == IS_OBJECT) {
IS_OBJECT         229 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( obj ) != IS_OBJECT )
IS_OBJECT         241 ext/intl/collator/collator_convert.c 			case IS_OBJECT:
IS_OBJECT         325 ext/intl/transliterator/transliterator_methods.c 		if( Z_TYPE_P( arg1 ) == IS_OBJECT &&
IS_OBJECT         172 ext/json/json_encoder.c 					if (ZSTR_VAL(key)[0] == '\0' && Z_TYPE_P(val) == IS_OBJECT) {
IS_OBJECT         481 ext/json/json_encoder.c 	if ((Z_TYPE(retval) == IS_OBJECT) &&
IS_OBJECT         528 ext/json/json_encoder.c 		case IS_OBJECT:
IS_OBJECT        1181 ext/libxml/libxml.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
IS_OBJECT        3747 ext/mbstring/mbstring.c 					if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        3757 ext/mbstring/mbstring.c 				if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        3766 ext/mbstring/mbstring.c 							if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) {
IS_OBJECT        3834 ext/mbstring/mbstring.c 				if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        3844 ext/mbstring/mbstring.c 			if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        3854 ext/mbstring/mbstring.c 						if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) {
IS_OBJECT         488 ext/mysqli/mysqli.c 	if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry)) {
IS_OBJECT         650 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_P(elem) != IS_OBJECT ||
IS_OBJECT         685 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_P(elem) != IS_OBJECT ||
IS_OBJECT         926 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(bind->zval) != IS_OBJECT) {
IS_OBJECT         942 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) {
IS_OBJECT        1106 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "collection", sizeof("collection")-1)) == NULL) {
IS_OBJECT        1128 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "descriptor", sizeof("descriptor")-1)) == NULL) {
IS_OBJECT        1147 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        1167 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        1204 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
IS_OBJECT        1419 ext/oci8/oci8_statement.c 	} else if (Z_TYPE_P(val) == IS_OBJECT) {
IS_OBJECT         108 ext/opcache/Optimizer/pass1_5.c 				opline->extended_value != IS_OBJECT &&
IS_OBJECT        2130 ext/opcache/ZendAccelerator.c 		case IS_OBJECT:
IS_OBJECT        1405 ext/openssl/openssl.c 	if (!(Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_OBJECT)) {
IS_OBJECT        3320 ext/openssl/openssl.c 		if (!(Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_OBJECT)) {
IS_OBJECT        1450 ext/pcre/php_pcre.c 	if (Z_TYPE_P(replace) != IS_ARRAY && (Z_TYPE_P(replace) != IS_OBJECT || !is_callable_replace)) {
IS_OBJECT        1964 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE(args[skip+1]) != IS_OBJECT) {
IS_OBJECT          67 ext/pdo_mysql/pdo_mysql.c 	if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce())) {
IS_OBJECT         261 ext/pdo_oci/oci_statement.c 	if (Z_TYPE_P(parameter) == IS_OBJECT || Z_TYPE_P(parameter) == IS_RESOURCE) {
IS_OBJECT        5853 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_P(val) == IS_ARRAY || Z_TYPE_P(val) == IS_OBJECT)) {
IS_OBJECT        1466 ext/phar/phar_object.c 		case IS_OBJECT:
IS_OBJECT         390 ext/reflection/php_reflection.c 	if (obj && Z_TYPE_P(obj) == IS_OBJECT) {
IS_OBJECT         537 ext/reflection/php_reflection.c 	if (obj && Z_TYPE_P(obj) == IS_OBJECT && Z_OBJ_HT_P(obj)->get_properties) {
IS_OBJECT        2376 ext/reflection/php_reflection.c 				if (Z_TYPE_P(classref) == IS_OBJECT) {
IS_OBJECT        2390 ext/reflection/php_reflection.c 				if (ce == zend_ce_closure && Z_TYPE_P(classref) == IS_OBJECT
IS_OBJECT        2407 ext/reflection/php_reflection.c 		case IS_OBJECT: {
IS_OBJECT        2965 ext/reflection/php_reflection.c 	RETVAL_BOOL(param->arg_info->type_hint != IS_OBJECT);
IS_OBJECT        2984 ext/reflection/php_reflection.c 		case IS_OBJECT:
IS_OBJECT        3037 ext/reflection/php_reflection.c 	} else if (Z_TYPE_P(classname) == IS_OBJECT) {
IS_OBJECT        3059 ext/reflection/php_reflection.c 		case IS_OBJECT:
IS_OBJECT        3203 ext/reflection/php_reflection.c 		if (Z_TYPE(params[0]) != IS_OBJECT) {
IS_OBJECT        3685 ext/reflection/php_reflection.c 	if (Z_TYPE_P(argument) == IS_OBJECT) {
IS_OBJECT        4931 ext/reflection/php_reflection.c 		case IS_OBJECT:
IS_OBJECT        4975 ext/reflection/php_reflection.c 		case IS_OBJECT:
IS_OBJECT        5186 ext/reflection/php_reflection.c 		case IS_OBJECT:
IS_OBJECT        5197 ext/reflection/php_reflection.c 		if (property_info == NULL && Z_TYPE_P(classname) == IS_OBJECT && Z_OBJ_HT_P(classname)->get_properties) {
IS_OBJECT         528 ext/simplexml/simplexml.c 			case IS_OBJECT:
IS_OBJECT         154 ext/soap/php_encoding.c 	{{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
IS_OBJECT         156 ext/soap/php_encoding.c 	{{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
IS_OBJECT         290 ext/soap/php_encoding.c 		if (Z_TYPE_P(data) == IS_OBJECT) {
IS_OBJECT         385 ext/soap/php_encoding.c 	    Z_TYPE_P(data) == IS_OBJECT &&
IS_OBJECT         451 ext/soap/php_encoding.c 		    Z_TYPE_P(data) == IS_OBJECT &&
IS_OBJECT        1178 ext/soap/php_encoding.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
IS_OBJECT        1216 ext/soap/php_encoding.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
IS_OBJECT        1491 ext/soap/php_encoding.c 				if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) {
IS_OBJECT        1821 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_OBJECT) {
IS_OBJECT        1972 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_OBJECT) {
IS_OBJECT        2229 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable)) {
IS_OBJECT        3515 ext/soap/php_encoding.c 		if (Z_TYPE_P(tmp) == IS_OBJECT &&
IS_OBJECT         362 ext/soap/php_http.c 	if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) {
IS_OBJECT        1708 ext/soap/soap.c 			    Z_TYPE_P(tmp_soap) == IS_OBJECT &&
IS_OBJECT        1827 ext/soap/soap.c 				if (Z_TYPE(h->retval) == IS_OBJECT &&
IS_OBJECT        1896 ext/soap/soap.c 		if (Z_TYPE(retval) == IS_OBJECT &&
IS_OBJECT        2307 ext/soap/soap.c 	    Z_TYPE_P(fault) == IS_OBJECT &&
IS_OBJECT        2813 ext/soap/soap.c 		    Z_TYPE_P(return_value) == IS_OBJECT &&
IS_OBJECT        2850 ext/soap/soap.c 		if (Z_TYPE_P(tmp) != IS_OBJECT ||
IS_OBJECT        2905 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_OBJECT &&
IS_OBJECT        2927 ext/soap/soap.c 				if(Z_TYPE_P(tmp) == IS_OBJECT) {
IS_OBJECT        3211 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_OBJECT &&
IS_OBJECT        3262 ext/soap/soap.c 	if (obj != NULL && Z_TYPE_P(obj) == IS_OBJECT) {
IS_OBJECT        3287 ext/soap/soap.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
IS_OBJECT        3880 ext/soap/soap.c 	if (Z_TYPE_P(ret) == IS_OBJECT &&
IS_OBJECT        3899 ext/soap/soap.c 			if (Z_TYPE_P(hdr_ret) == IS_OBJECT &&
IS_OBJECT        4063 ext/soap/soap.c 			    Z_TYPE_P(detail) == IS_OBJECT &&
IS_OBJECT        4116 ext/soap/soap.c 					if (Z_TYPE(h->retval) == IS_OBJECT &&
IS_OBJECT        4342 ext/soap/soap.c 			if (Z_TYPE_P(header) != IS_OBJECT) {
IS_OBJECT        4413 ext/soap/soap.c 	    Z_TYPE_P(param_val) == IS_OBJECT &&
IS_OBJECT         330 ext/sockets/conversions.c 	case IS_OBJECT:
IS_OBJECT          97 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_OBJECT         130 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_OBJECT         159 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_OBJECT         537 ext/spl/php_spl.c 		if (Z_TYPE_P(zcallable) == IS_OBJECT) {
IS_OBJECT         648 ext/spl/php_spl.c 	if (Z_TYPE_P(zcallable) == IS_OBJECT) {
IS_OBJECT         116 ext/spl/spl_array.c 	return (intern->ar_flags & SPL_ARRAY_IS_SELF) || Z_TYPE(intern->array) == IS_OBJECT;
IS_OBJECT        1092 ext/spl/spl_array.c 	if (Z_TYPE_P(array) != IS_OBJECT && Z_TYPE_P(array) != IS_ARRAY) {
IS_OBJECT        1621 ext/spl/spl_array.c 	RETURN_BOOL(Z_TYPE_P(entry) == IS_ARRAY || (Z_TYPE_P(entry) == IS_OBJECT && (intern->ar_flags & SPL_ARRAY_CHILD_ARRAYS_ONLY) == 0));
IS_OBJECT        1645 ext/spl/spl_array.c 	if (Z_TYPE_P(entry) == IS_OBJECT) {
IS_OBJECT         348 ext/spl/spl_iterators.c 				if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT ||
IS_OBJECT        1522 ext/spl/spl_iterators.c 					if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) {
IS_OBJECT         790 ext/spl/spl_observer.c 		if (Z_TYPE(entry) != IS_OBJECT) {
IS_OBJECT         823 ext/standard/array.c 		case IS_OBJECT: {
IS_OBJECT        3020 ext/standard/array.c 				if (Z_TYPE_P(src_zval) == IS_OBJECT) {
IS_OBJECT        3469 ext/standard/array.c 		case IS_OBJECT:
IS_OBJECT        3486 ext/standard/array.c 	if (Z_TYPE_P(data) == IS_OBJECT) {
IS_OBJECT        3548 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_P(zkeyval) == IS_OBJECT) {
IS_OBJECT        5051 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
IS_OBJECT        5080 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
IS_OBJECT         247 ext/standard/assert.c 		} else if (Z_TYPE_P(description) == IS_OBJECT &&
IS_OBJECT        4960 ext/standard/basic_functions.c 						&& Z_TYPE_P(obj) == IS_OBJECT
IS_OBJECT        4989 ext/standard/basic_functions.c 	} else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) {
IS_OBJECT        5675 ext/standard/basic_functions.c 	if (Z_TYPE(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE(tick_fe.arguments[0]) != IS_OBJECT) {
IS_OBJECT        5714 ext/standard/basic_functions.c 	if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) {
IS_OBJECT         673 ext/standard/file.c 		case IS_OBJECT:
IS_OBJECT          80 ext/standard/http.c 		if (Z_TYPE_P(zdata) == IS_ARRAY || Z_TYPE_P(zdata) == IS_OBJECT) {
IS_OBJECT         142 ext/standard/http.c 			php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type);
IS_OBJECT         239 ext/standard/http.c 	if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) {
IS_OBJECT         244 ext/standard/http.c 	if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) {
IS_OBJECT         313 ext/standard/password.c 			case IS_OBJECT:
IS_OBJECT        1838 ext/standard/string.c 		case IS_OBJECT:
IS_OBJECT        4153 ext/standard/string.c 			if (Z_TYPE_P(subject_entry) != IS_ARRAY && Z_TYPE_P(subject_entry) != IS_OBJECT) {
IS_OBJECT          60 ext/standard/type.c 		case IS_OBJECT:
IS_OBJECT         229 ext/standard/type.c 		if (type == IS_OBJECT) {
IS_OBJECT         323 ext/standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_OBJECT);
IS_OBJECT         141 ext/standard/var.c 		case IS_OBJECT:
IS_OBJECT         309 ext/standard/var.c 	case IS_OBJECT:
IS_OBJECT         511 ext/standard/var.c 		case IS_OBJECT:
IS_OBJECT         598 ext/standard/var.c 	if (!is_ref && Z_TYPE_P(var) != IS_OBJECT) {
IS_OBJECT         603 ext/standard/var.c 	if (is_ref && Z_TYPE_P(Z_REFVAL_P(var)) == IS_OBJECT) {
IS_OBJECT         681 ext/standard/var.c 	} else if (Z_TYPE_P(retval_ptr) == IS_OBJECT) {
IS_OBJECT         794 ext/standard/var.c 		} else if (Z_TYPE_P(struc) == IS_OBJECT) {
IS_OBJECT         836 ext/standard/var.c 		case IS_OBJECT: {
IS_OBJECT         457 ext/standard/var_unserializer.c 	if (Z_TYPE_P(rval) != IS_OBJECT) {
IS_OBJECT         641 ext/wddx/wddx.c 		case IS_OBJECT:
IS_OBJECT         674 ext/wddx/wddx.c 	} else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT)	{
IS_OBJECT         898 ext/wddx/wddx.c 		if (Z_TYPE(ent1->data) == IS_OBJECT) {
IS_OBJECT         920 ext/wddx/wddx.c 			if (Z_TYPE(ent2->data) == IS_ARRAY || Z_TYPE(ent2->data) == IS_OBJECT) {
IS_OBJECT         956 ext/wddx/wddx.c 					} else if (Z_TYPE(ent2->data) == IS_OBJECT) {
IS_OBJECT        1134 ext/wddx/wddx.c 		if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) {
IS_OBJECT        1243 ext/wddx/wddx.c 		if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) {
IS_OBJECT         463 ext/xml/xml.c  	if (Z_TYPE_P(data) != IS_ARRAY && Z_TYPE_P(data) != IS_OBJECT) {
IS_OBJECT         505 ext/xml/xml.c  					   Z_TYPE_P(obj) == IS_OBJECT &&
IS_OBJECT        1351 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_OBJECT:
IS_OBJECT        1369 ext/xmlrpc/xmlrpc-epi-php.c 			if ((type == xmlrpc_base64 && Z_TYPE_P(value) == IS_OBJECT) || type == xmlrpc_datetime) {
IS_OBJECT        1422 ext/xmlrpc/xmlrpc-epi-php.c 		vtype = determine_vector_type((Z_TYPE_P(arg) == IS_OBJECT) ? Z_OBJPROP_P(arg) : Z_ARRVAL_P(arg));
IS_OBJECT         345 ext/xsl/xsltprocessor.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {
IS_OBJECT         359 ext/xsl/xsltprocessor.c 			} else if (Z_TYPE(retval) == IS_OBJECT) {
IS_OBJECT         331 ext/zlib/zlib_filter.c 			if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) &&
IS_OBJECT         363 ext/zlib/zlib_filter.c 				case IS_OBJECT:
IS_OBJECT         247 sapi/phpdbg/phpdbg_info.c 					case IS_OBJECT:
IS_OBJECT         497 sapi/phpdbg/phpdbg_utils.c 				} else retry_ref: if (Z_TYPE_P(zv) == IS_OBJECT) {
IS_OBJECT         549 sapi/phpdbg/phpdbg_utils.c 			} else retry_ref_end: if (Z_TYPE_P(zv) == IS_OBJECT) {
IS_OBJECT         699 sapi/phpdbg/phpdbg_utils.c 			case IS_OBJECT:
IS_OBJECT         827 sapi/phpdbg/phpdbg_utils.c 		case IS_OBJECT: {
IS_OBJECT          93 sapi/phpdbg/phpdbg_watch.c #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY ? Z_ARRVAL_P(zvp) : NULL)
IS_OBJECT         941 sapi/phpdbg/phpdbg_watch.c 						case IS_OBJECT: