Z_OBJCE            81 Zend/zend_exceptions.c 	if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) {
Z_OBJCE           998 Zend/zend_exceptions.c 	ce_exception = Z_OBJCE(exception);
Z_OBJCE          1036 Zend/zend_exceptions.c 				ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name));
Z_OBJCE           276 Zend/zend_generators.c 		if (Z_OBJCE(ptr->This) == zend_ce_generator) {
Z_OBJCE           289 Zend/zend_interfaces.c 	ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL;
Z_OBJCE          1535 Zend/zend_object_handlers.c 					msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv);
Z_OBJCE          1542 Zend/zend_object_handlers.c 							ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg));
Z_OBJCE           543 Zend/zend_types.h #define Z_OBJCE_P(zval_p)			Z_OBJCE(*(zval_p))
Z_OBJCE          3113 Zend/zend_vm_def.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          5707 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          7703 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          9453 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          11276 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          17628 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          19263 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          20891 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE          22468 Zend/zend_vm_execute.h 		if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) {
Z_OBJCE            94 ext/com_dotnet/com_wrapper.c 		trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, methname); 	\
Z_OBJCE           285 ext/com_dotnet/com_wrapper.c 			retval = zend_read_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name)+1, 1, &rv);
Z_OBJCE           287 ext/com_dotnet/com_wrapper.c 			zend_update_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name), &params[0]);
Z_OBJCE           496 ext/com_dotnet/com_wrapper.c 	if (Z_OBJCE(disp->object)) {
Z_OBJCE           497 ext/com_dotnet/com_wrapper.c 		zend_hash_internal_pointer_reset_ex(&Z_OBJCE(disp->object)->function_table, &pos);
Z_OBJCE           499 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table,
Z_OBJCE           510 ext/com_dotnet/com_wrapper.c 			zend_hash_move_forward_ex(&Z_OBJCE(disp->object)->function_table, &pos);
Z_OBJCE           566 ext/com_dotnet/com_wrapper.c 		trace("destroying COM wrapper for PHP object %p (name:%s)\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val);
Z_OBJCE           205 ext/dom/xpath.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {
Z_OBJCE          1801 ext/phar/phar_object.c 	pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter);
Z_OBJCE            90 ext/reflection/php_reflection.c 	if (!Z_OBJ(EX(This)) || !instanceof_function(Z_OBJCE(EX(This)), ce)) {           \
Z_OBJCE          1405 ext/reflection/php_reflection.c 	fcc.called_scope = Z_OBJCE(reflector);
Z_OBJCE          3208 ext/reflection/php_reflection.c 		obj_ce = Z_OBJCE(params[0]);
Z_OBJCE          1376 ext/soap/soap.c 		ft = &(Z_OBJCE(service->soap_object)->function_table);
Z_OBJCE          1496 ext/soap/soap.c 	if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) {
Z_OBJCE          1498 ext/soap/soap.c 	} else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) {
Z_OBJCE          1721 ext/soap/soap.c 			if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1)) {
Z_OBJCE          1743 ext/soap/soap.c 				if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name_len), class_name_len)) {
Z_OBJCE          1828 ext/soap/soap.c 				    instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) {
Z_OBJCE          1897 ext/soap/soap.c 		    instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) {
Z_OBJCE          2144 ext/soap/soap.c 	    instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) {
Z_OBJCE          2237 ext/soap/soap.c 			    instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) &&
Z_OBJCE          4117 ext/soap/soap.c 					    instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) {
Z_OBJCE           826 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind", NULL);
Z_OBJCE           831 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &retval);
Z_OBJCE           840 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NULL);
Z_OBJCE          2162 ext/spl/spl_directory.c 			zend_call_method_with_0_params(this_ptr, Z_OBJCE(EX(This)), &intern->u.file.func_getCurr, "getCurrentLine", &retval);
Z_OBJCE           349 ext/spl/spl_iterators.c 						!((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) {
Z_OBJCE          1522 ext/spl/spl_iterators.c 					if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) {
Z_OBJCE           959 ext/wddx/wddx.c 						EG(scope) = Z_OBJCE(ent2->data);
Z_OBJCE           345 ext/xsl/xsltprocessor.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {