Z_OBJCE_P         252 Zend/zend.c    				zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name);
Z_OBJCE_P         269 Zend/zend_API.c 		zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         775 Zend/zend_API.c 		if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) {
Z_OBJCE_P         777 Zend/zend_API.c 				ce->name, get_active_function_name(TSRMLS_C), Z_OBJCE_P(this_ptr)->name, get_active_function_name(TSRMLS_C));
Z_OBJCE_P         807 Zend/zend_API.c 		if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) {
Z_OBJCE_P         810 Zend/zend_API.c 					ce->name, get_active_function_name(TSRMLS_C), Z_OBJCE_P(this_ptr)->name, get_active_function_name(TSRMLS_C));
Z_OBJCE_P         860 Zend/zend_API.c 	EG(scope) = Z_OBJCE_P(obj);
Z_OBJCE_P        2197 Zend/zend_API.c 					if (EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), *ce_ptr TSRMLS_CC)) {
Z_OBJCE_P        2199 Zend/zend_API.c 						zend_error(E_STRICT, "Non-static method %s::%s() cannot be called statically, assuming $this from compatible context %s", (*ce_ptr)->name, fptr->common.function_name, Z_OBJCE_P(EG(This))->name);
Z_OBJCE_P         983 Zend/zend_builtin_functions.c 				(EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC))) {
Z_OBJCE_P         480 Zend/zend_exceptions.c 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;
Z_OBJCE_P         497 Zend/zend_exceptions.c 							Z_OBJCE_P(getThis())->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), 
Z_OBJCE_P         501 Zend/zend_exceptions.c 							Z_OBJCE_P(getThis())->name, Z_STRVAL(file), Z_LVAL(line), 
Z_OBJCE_P         666 Zend/zend_exceptions.c 	zend_class_entry *ce_exception = Z_OBJCE_P(exception);
Z_OBJCE_P         691 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, file ? Z_STRVAL_P(file) : NULL, line ? Z_LVAL_P(line) : 0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name);
Z_OBJCE_P         713 Zend/zend_exceptions.c 	exception_ce = Z_OBJCE_P(exception);
Z_OBJCE_P         505 Zend/zend_execute.c 			if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) {
Z_OBJCE_P         506 Zend/zend_execute.c 				return zend_verify_arg_error(zf, arg_num, cur_arg_info, need_msg, class_name, "instance of ", Z_OBJCE_P(arg)->name TSRMLS_CC);
Z_OBJCE_P        1174 Zend/zend_execute.c 							zend_class_entry *ce = Z_OBJCE_P(container);
Z_OBJCE_P         763 Zend/zend_execute_API.c 						instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) &&
Z_OBJCE_P        1135 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Function %s(%s) threw an exception of type '%s'", ZEND_AUTOLOAD_FUNC_NAME, name, Z_OBJCE_P(EG(exception))->name);
Z_OBJCE_P         280 Zend/zend_interfaces.c 	iterator->ce = Z_OBJCE_P(object);
Z_OBJCE_P         292 Zend/zend_interfaces.c 	zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL;
Z_OBJCE_P         296 Zend/zend_interfaces.c 			zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Objects returned by %s::getIterator() must be traversable or implement interface Iterator", ce ? ce->name : Z_OBJCE_P(object)->name);
Z_OBJCE_P         409 Zend/zend_interfaces.c 	zend_class_entry * ce = Z_OBJCE_P(object);
Z_OBJCE_P          62 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P          87 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         114 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         130 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         451 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         485 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         503 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         619 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(object);
Z_OBJCE_P         636 Zend/zend_object_handlers.c 	zend_class_entry *ce = Z_OBJCE_P(this_ptr);
Z_OBJCE_P         838 Zend/zend_object_handlers.c 		    instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        1097 Zend/zend_object_handlers.c 			ce = Z_OBJCE_P(readobj);
Z_OBJCE_P        1134 Zend/zend_object_handlers.c 			ce = Z_OBJCE_P(readobj);
Z_OBJCE_P        1143 Zend/zend_object_handlers.c 			ce = Z_OBJCE_P(readobj);
Z_OBJCE_P         112 Zend/zend_objects.c 					object->ce->name, Z_OBJCE_P(old_exception)->name, Z_STRVAL_P(file), Z_LVAL_P(line));
Z_OBJCE_P         240 Zend/zend_objects_API.c 		zend_error(E_CORE_ERROR, "Trying to clone uncloneable object of class %s", Z_OBJCE_P(zobject)->name);
Z_OBJCE_P         286 Zend/zend_operators.c 			"Object of class %s could not be converted to %s", Z_OBJCE_P(op)->name,			\
Z_OBJCE_P         361 Zend/zend_operators.c 					zend_error(E_NOTICE, "Object of class %s could not be converted to int", Z_OBJCE_P(op)->name);
Z_OBJCE_P         427 Zend/zend_operators.c 					zend_error(E_NOTICE, "Object of class %s could not be converted to double", Z_OBJCE_P(op)->name);
Z_OBJCE_P         592 Zend/zend_operators.c 			zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name);
Z_OBJCE_P        1696 Zend/zend_vm_def.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P        1803 Zend/zend_vm_def.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P        1815 Zend/zend_vm_def.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        2209 Zend/zend_vm_def.h 	ce = Z_OBJCE_P(EG(exception));
Z_OBJCE_P        2570 Zend/zend_vm_def.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        3163 Zend/zend_vm_def.h 			ce = Z_OBJCE_P(array_ptr);
Z_OBJCE_P        3750 Zend/zend_vm_def.h 		result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.u.var).class_entry TSRMLS_CC);
Z_OBJCE_P         335 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(EG(exception));
Z_OBJCE_P         647 Zend/zend_vm_execute.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P         698 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P         710 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P         847 Zend/zend_vm_execute.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P         899 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P         911 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        1008 Zend/zend_vm_execute.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P        1060 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P        1072 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        1169 Zend/zend_vm_execute.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P        1220 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P        1232 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        1262 Zend/zend_vm_execute.h 			EX_T(opline->result.u.var).class_entry = Z_OBJCE_P(class_name);
Z_OBJCE_P        1313 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
Z_OBJCE_P        1325 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
Z_OBJCE_P        1845 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        2174 Zend/zend_vm_execute.h 			ce = Z_OBJCE_P(array_ptr);
Z_OBJCE_P        4420 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        4749 Zend/zend_vm_execute.h 			ce = Z_OBJCE_P(array_ptr);
Z_OBJCE_P        4972 Zend/zend_vm_execute.h 		result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.u.var).class_entry TSRMLS_CC);
Z_OBJCE_P        7567 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        7896 Zend/zend_vm_execute.h 			ce = Z_OBJCE_P(array_ptr);
Z_OBJCE_P        8248 Zend/zend_vm_execute.h 		result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.u.var).class_entry TSRMLS_CC);
Z_OBJCE_P        14867 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        19843 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(obj);
Z_OBJCE_P        20172 Zend/zend_vm_execute.h 			ce = Z_OBJCE_P(array_ptr);
Z_OBJCE_P        20376 Zend/zend_vm_execute.h 		result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.u.var).class_entry TSRMLS_CC);
Z_OBJCE_P         444 ext/com_dotnet/com_saproxy.c 	if (Z_OBJCE_P(com_object) == php_com_saproxy_class_entry) {
Z_OBJCE_P         101 ext/com_dotnet/com_wrapper.c 		trace(" PHP Object:%p (name:%s) %s\n", disp->object, Z_OBJCE_P(disp->object)->name, methname); 	\
Z_OBJCE_P         296 ext/com_dotnet/com_wrapper.c 			retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1, 1 TSRMLS_CC);
Z_OBJCE_P         298 ext/com_dotnet/com_wrapper.c 			zend_update_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1, *params[0] TSRMLS_CC);
Z_OBJCE_P         505 ext/com_dotnet/com_wrapper.c 	if (Z_OBJCE_P(disp->object)) {
Z_OBJCE_P         506 ext/com_dotnet/com_wrapper.c 		zend_hash_internal_pointer_reset_ex(&Z_OBJCE_P(disp->object)->function_table, &pos);
Z_OBJCE_P         508 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table,
Z_OBJCE_P         541 ext/com_dotnet/com_wrapper.c 	trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name);
Z_OBJCE_P         570 ext/com_dotnet/com_wrapper.c 		trace("destroying COM wrapper for PHP object %p (name:%s)\n", disp->object, Z_OBJCE_P(disp->object)->name);
Z_OBJCE_P          59 ext/com_dotnet/php_com_dotnet_internal.h 	zend_class_entry *ce = Z_OBJCE_P(zv);
Z_OBJCE_P        1572 ext/date/php_date.c 		instanceof_function(Z_OBJCE_P(d1), date_ce_date TSRMLS_CC) &&
Z_OBJCE_P        1573 ext/date/php_date.c 		instanceof_function(Z_OBJCE_P(d2), date_ce_date TSRMLS_CC)) {
Z_OBJCE_P        1716 ext/dom/document.c 	if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) {
Z_OBJCE_P        2241 ext/dom/document.c 	if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) {
Z_OBJCE_P         164 ext/dom/dom_iterators.c 	if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry TSRMLS_CC)) {
Z_OBJCE_P         491 ext/dom/php_dom.c 		php_error(E_ERROR, "Trying to clone an uncloneable object of class %s", Z_OBJCE_P(zobject)->name);
Z_OBJCE_P         510 ext/dom/php_dom.c 	php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(zobject)->name);
Z_OBJCE_P         871 ext/libxml/libxml.c 		ce = Z_OBJCE_P(object);
Z_OBJCE_P         247 ext/ming/ming.c 	if (Z_OBJCE_P(id) == shape_class_entry_ptr)
Z_OBJCE_P         249 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == font_class_entry_ptr)
Z_OBJCE_P         251 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == text_class_entry_ptr)
Z_OBJCE_P         253 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == textfield_class_entry_ptr)
Z_OBJCE_P         255 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == button_class_entry_ptr)
Z_OBJCE_P         257 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == morph_class_entry_ptr)
Z_OBJCE_P         259 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == sprite_class_entry_ptr)
Z_OBJCE_P         261 ext/ming/ming.c 	else if (Z_OBJCE_P(id) == bitmap_class_entry_ptr)
Z_OBJCE_P         263 ext/ming/ming.c 	else if(Z_OBJCE_P(id) == sound_class_entry_ptr)
Z_OBJCE_P         267 ext/ming/ming.c 	else if(Z_OBJCE_P(id) == fontchar_class_entry_ptr)
Z_OBJCE_P         269 ext/ming/ming.c 	else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
Z_OBJCE_P         272 ext/ming/ming.c 	else if(Z_OBJCE_P(id) == videostream_class_entry_ptr)
Z_OBJCE_P         276 ext/ming/ming.c 	else if(Z_OBJCE_P(id) == prebuiltclip_class_entry_ptr)
Z_OBJCE_P        3852 ext/ming/ming.c 	if(Z_OBJCE_P(id) == font_class_entry_ptr) {
Z_OBJCE_P        3854 ext/ming/ming.c 	} else if(Z_OBJCE_P(id) == fontchar_class_entry_ptr) {
Z_OBJCE_P         336 ext/mysqli/mysqli.c 	zend_class_entry * ce = Z_OBJCE_P(object);
Z_OBJCE_P        1113 ext/mysqli/mysqli_api.c 	if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_link_class_entry TSRMLS_CC)) {
Z_OBJCE_P          70 ext/mysqli/mysqli_nonapi.c 	if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {
Z_OBJCE_P         134 ext/mysqli/mysqli_nonapi.c 	if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {
Z_OBJCE_P         205 ext/mysqli/mysqli_warning.c 	if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry TSRMLS_CC)) {
Z_OBJCE_P         205 ext/mysqli/php_mysqli.h 	if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {\
Z_OBJCE_P        1318 ext/pdo/pdo_dbh.c 	php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(object)->name);
Z_OBJCE_P        2245 ext/pdo/pdo_stmt.c 	if (zend_hash_find(&Z_OBJCE_P(object)->function_table, lc_method_name, 
Z_OBJCE_P        2285 ext/pdo/pdo_stmt.c 	stmt->ce = Z_OBJCE_P(zobject);
Z_OBJCE_P          80 ext/reflection/php_reflection.c 	if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) {                             \
Z_OBJCE_P          96 ext/reflection/php_reflection.c 	if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) {                            \
Z_OBJCE_P        1311 ext/reflection/php_reflection.c 		zend_error(E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(object)->name);
Z_OBJCE_P        2234 ext/reflection/php_reflection.c 			ce = Z_OBJCE_P(classname);
Z_OBJCE_P        2324 ext/reflection/php_reflection.c 				Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2427 ext/reflection/php_reflection.c 				Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2456 ext/reflection/php_reflection.c 		obj_ce = Z_OBJCE_P(object);
Z_OBJCE_P        2664 ext/reflection/php_reflection.c 		ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1);
Z_OBJCE_P        2666 ext/reflection/php_reflection.c 		intern->ptr = Z_OBJCE_P(argument);
Z_OBJCE_P        3401 ext/reflection/php_reflection.c 	RETURN_BOOL(ce == Z_OBJCE_P(object));
Z_OBJCE_P        3639 ext/reflection/php_reflection.c 			if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) {
Z_OBJCE_P        3684 ext/reflection/php_reflection.c 			if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) {
Z_OBJCE_P        3817 ext/reflection/php_reflection.c 			ce = Z_OBJCE_P(classname);
Z_OBJCE_P        3983 ext/reflection/php_reflection.c 		member_p = zend_read_property(Z_OBJCE_P(object), object, ref->prop.name, ref->prop.name_length, 1 TSRMLS_CC);
Z_OBJCE_P        4058 ext/reflection/php_reflection.c 		zend_update_property(Z_OBJCE_P(object), object, ref->prop.name, ref->prop.name_length, value TSRMLS_CC);
Z_OBJCE_P        4807 ext/reflection/php_reflection.c 	&& zend_hash_exists(&Z_OBJCE_P(object)->default_properties, Z_STRVAL_P(member), Z_STRLEN_P(member)+1)
Z_OBJCE_P        4812 ext/reflection/php_reflection.c 			"Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member));
Z_OBJCE_P         540 ext/simplexml/simplexml.c 				if (Z_OBJCE_P(value) == sxe_class_entry) {
Z_OBJCE_P        1845 ext/simplexml/simplexml.c 	php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(zobject)->name);
Z_OBJCE_P         368 ext/soap/php_encoding.c 	    Z_OBJCE_P(data) == soap_var_class_entry) {
Z_OBJCE_P         434 ext/soap/php_encoding.c 			zend_class_entry *ce = Z_OBJCE_P(data);
Z_OBJCE_P        1196 ext/soap/php_encoding.c 	EG(scope) = Z_OBJCE_P(object);
Z_OBJCE_P        1214 ext/soap/php_encoding.c 		EG(scope) = Z_OBJCE_P(object);
Z_OBJCE_P        1220 ext/soap/php_encoding.c 			property_info = zend_get_property_info(Z_OBJCE_P(object), &member, 1 TSRMLS_CC);
Z_OBJCE_P        1248 ext/soap/php_encoding.c 		EG(scope) = Z_OBJCE_P(object);
Z_OBJCE_P         115 ext/soap/soap.c 		    !instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {\
Z_OBJCE_P         836 ext/soap/soap.c 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;
Z_OBJCE_P        1283 ext/soap/soap.c 		ft = &(Z_OBJCE_P(service->soap_object)->function_table);
Z_OBJCE_P        1574 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1586 ext/soap/soap.c 		function_table = &((Z_OBJCE_P(soap_obj))->function_table);
Z_OBJCE_P        1615 ext/soap/soap.c 			if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME))) {
Z_OBJCE_P        1628 ext/soap/soap.c 					    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1646 ext/soap/soap.c 				if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_len), class_name_len+1)) {
Z_OBJCE_P        1660 ext/soap/soap.c 						    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1690 ext/soap/soap.c 		function_table = &((Z_OBJCE_P(soap_obj))->function_table);
Z_OBJCE_P        1745 ext/soap/soap.c 					    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1795 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1837 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        2112 ext/soap/soap.c 	    instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_class_entry TSRMLS_CC)) {
Z_OBJCE_P        2208 ext/soap/soap.c 			    instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_server_class_entry TSRMLS_CC) &&
Z_OBJCE_P        2283 ext/soap/soap.c 	    instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        2771 ext/soap/soap.c 	    instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry TSRMLS_CC) &&
Z_OBJCE_P        2861 ext/soap/soap.c 	           instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) {
Z_OBJCE_P        3126 ext/soap/soap.c 	           instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) {
Z_OBJCE_P        3186 ext/soap/soap.c 	if (zend_hash_find(&Z_OBJCE_P(this_ptr)->function_table, function, Z_STRLEN(function_name->element) + 1, (void **) &builtin_function) == SUCCESS) {
Z_OBJCE_P        3802 ext/soap/soap.c 	    instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) {
Z_OBJCE_P        3822 ext/soap/soap.c 			    instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) {
Z_OBJCE_P        4349 ext/soap/soap.c 	    Z_OBJCE_P(param_val) == soap_param_class_entry) {
Z_OBJCE_P         114 ext/spl/php_spl.c 		ce = Z_OBJCE_P(obj);
Z_OBJCE_P         147 ext/spl/php_spl.c 		ce = Z_OBJCE_P(obj);
Z_OBJCE_P         307 ext/spl/spl_array.c 			zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", &rv, offset);	
Z_OBJCE_P         360 ext/spl/spl_array.c 		zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
Z_OBJCE_P         413 ext/spl/spl_array.c 		zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset", NULL, offset);
Z_OBJCE_P         463 ext/spl/spl_array.c 		zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists", &rv, offset);
Z_OBJCE_P         563 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name);
Z_OBJCE_P        1386 ext/spl/spl_array.c 	if (Z_TYPE_PP(entry) == IS_OBJECT && instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) {
Z_OBJCE_P        1639 ext/spl/spl_directory.c 			zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.file.func_getCurr, "getCurrentLine", &retval);
Z_OBJCE_P         294 ext/spl/spl_iterators.c 				ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL;
Z_OBJCE_P         425 ext/spl/spl_iterators.c 		if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) {
Z_OBJCE_P         427 ext/spl/spl_iterators.c 			zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_funcs.zf_new_iterator, "getiterator", &iterator);
Z_OBJCE_P         433 ext/spl/spl_iterators.c 	if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator TSRMLS_CC)) {
Z_OBJCE_P         449 ext/spl/spl_iterators.c 	intern->ce = Z_OBJCE_P(object);
Z_OBJCE_P         479 ext/spl/spl_iterators.c 	ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */
Z_OBJCE_P         705 ext/spl/spl_iterators.c 		if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) {
Z_OBJCE_P         960 ext/spl/spl_iterators.c 			ce = Z_OBJCE_P(zobject);
Z_OBJCE_P         982 ext/spl/spl_iterators.c 					if (!retval || Z_TYPE_P(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(retval), zend_ce_traversable TSRMLS_CC)) {
Z_OBJCE_P         988 ext/spl/spl_iterators.c 					ce = Z_OBJCE_P(zobject);
Z_OBJCE_P        1045 ext/spl/spl_iterators.c 	intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject);
Z_OBJCE_P        1332 ext/spl/spl_iterators.c 		spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC);
Z_OBJCE_P        1544 ext/spl/spl_iterators.c 		spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, retval, regex TSRMLS_CC);
Z_OBJCE_P        2025 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not fetch string value (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2061 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2085 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2112 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2134 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2154 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2216 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
Z_OBJCE_P        2659 ext/spl/spl_iterators.c 	zend_class_entry       *ce = Z_OBJCE_P(obj);
Z_OBJCE_P         331 ext/standard/array.c 			if (Z_OBJ_HT_P(array)->get_class_entry && instanceof_function(Z_OBJCE_P(array), spl_ce_Countable TSRMLS_CC)) {
Z_OBJCE_P          32 ext/standard/php_incomplete_class.h             Z_OBJCE_P(struc) == BG(incomplete_class)) {	\
Z_OBJCE_P         496 ext/standard/var.c 				(((size_t)Z_OBJCE_P(var) << 5)
Z_OBJCE_P         497 ext/standard/var.c 				| ((size_t)Z_OBJCE_P(var) >> (sizeof(long) * 8 - 5)))
Z_OBJCE_P         706 ext/standard/var.c 					ce = Z_OBJCE_P(struc);
Z_OBJCE_P         716 ext/standard/var.c 						smart_str_append_long(buf, Z_OBJCE_P(struc)->name_length);
Z_OBJCE_P         718 ext/standard/var.c 						smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length);
Z_OBJCE_P         972 ext/wddx/wddx.c 		    				EG(scope) = Z_OBJCE_P(ent2->data);
Z_OBJCE_P         358 ext/xmlreader/php_xmlreader.c 	php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(object)->name);
Z_OBJCE_P         890 ext/xmlreader/php_xmlreader.c 		if (! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) {
Z_OBJCE_P        1073 ext/xmlreader/php_xmlreader.c 	if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) {
Z_OBJCE_P         331 ext/xsl/xsltprocessor.c 			if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) {
Z_OBJCE_P         580 ext/xsl/xsltprocessor.c 			curce = Z_OBJCE_P(docp);
Z_OBJCE_P         529 main/output.c  		php_error_docref(NULL TSRMLS_CC, E_ERROR, "No method name given: use ob_start(array($object,'method')) to specify instance $object and the name of a method of class %s to use as output handler", Z_OBJCE_P(output_handler)->name);