Z_OBJCE_P 290 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 251 Zend/zend_API.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 955 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { Z_OBJCE_P 957 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 992 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { Z_OBJCE_P 995 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 1043 Zend/zend_API.c EG(scope) = Z_OBJCE_P(obj); Z_OBJCE_P 2737 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) && Z_OBJCE_P 2740 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); Z_OBJCE_P 2742 Zend/zend_API.c fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; Z_OBJCE_P 2864 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) { Z_OBJCE_P 2921 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { Z_OBJCE_P 2951 Zend/zend_API.c if (EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { Z_OBJCE_P 2954 Zend/zend_API.c zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name); Z_OBJCE_P 2959 Zend/zend_API.c zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name); Z_OBJCE_P 2974 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) { Z_OBJCE_P 3006 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); Z_OBJCE_P 3054 Zend/zend_API.c fcc->calling_scope = Z_OBJCE_P(object_ptr); Z_OBJCE_P 3189 Zend/zend_API.c zend_class_entry *ce = Z_OBJCE_P(callable); /* TBFixed: what if it's overloaded? */ Z_OBJCE_P 869 Zend/zend_builtin_functions.c instance_ce = Z_OBJCE_P(obj); Z_OBJCE_P 1065 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1134 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1203 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(object); Z_OBJCE_P 2123 Zend/zend_builtin_functions.c Z_OBJCE_P(ptr->object) : Z_OBJCE_P 2311 Zend/zend_builtin_functions.c Z_OBJCE_P(ptr->object) : Z_OBJCE_P 99 Zend/zend_closures.c ce = Z_OBJCE_P(scope_arg); Z_OBJCE_P 143 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(newthis), closure->func.common.scope TSRMLS_CC)) { Z_OBJCE_P 144 Zend/zend_closures.c zend_error(E_WARNING, "Cannot bind internal method %s::%s() to object of class %s", closure->func.common.scope->name, closure->func.common.function_name, Z_OBJCE_P(newthis)->name); Z_OBJCE_P 324 Zend/zend_closures.c *ce_ptr = Z_OBJCE_P(closure->this_ptr); Z_OBJCE_P 44 Zend/zend_exceptions.c if (Z_TYPE_P(add_previous) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(add_previous), default_exception_ce TSRMLS_CC)) { Z_OBJCE_P 686 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), default_exception_ce TSRMLS_CC)) { Z_OBJCE_P 698 Zend/zend_exceptions.c fci.function_table = &Z_OBJCE_P(exception)->function_table; Z_OBJCE_P 716 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 721 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 895 Zend/zend_exceptions.c zend_class_entry *ce_exception = Z_OBJCE_P(exception); Z_OBJCE_P 924 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 950 Zend/zend_exceptions.c exception_ce = Z_OBJCE_P(exception); Z_OBJCE_P 653 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { Z_OBJCE_P 654 Zend/zend_execute.c return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, "instance of ", Z_OBJCE_P(arg)->name TSRMLS_CC); Z_OBJCE_P 1247 Zend/zend_execute.c zend_class_entry *ce = Z_OBJCE_P(container); Z_OBJCE_P 263 Zend/zend_interfaces.c iterator->ce = Z_OBJCE_P(object); Z_OBJCE_P 275 Zend/zend_interfaces.c zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL; Z_OBJCE_P 279 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 402 Zend/zend_interfaces.c zend_class_entry * ce = Z_OBJCE_P(object); Z_OBJCE_P 460 Zend/zend_interfaces.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 140 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 180 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 206 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 234 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 251 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 668 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 702 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 720 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 893 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 910 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(this_ptr); Z_OBJCE_P 1215 Zend/zend_object_handlers.c instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 1560 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1598 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1607 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1631 Zend/zend_object_handlers.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 261 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 339 Zend/zend_operators.c "Object of class %s could not be converted to %s", Z_OBJCE_P(op)->name, \ Z_OBJCE_P 412 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 472 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 649 Zend/zend_operators.c zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name); Z_OBJCE_P 702 Zend/zend_operators.c if (Z_OBJCE_P(op) == zend_ce_closure) { Z_OBJCE_P 2406 Zend/zend_vm_def.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2450 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 2595 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 2606 Zend/zend_vm_def.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 2618 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 3031 Zend/zend_vm_def.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 3284 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(args); Z_OBJCE_P 3652 Zend/zend_vm_def.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 4341 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 4347 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 5124 Zend/zend_vm_def.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 760 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(args); Z_OBJCE_P 1420 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1762 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1961 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2160 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2199 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2814 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 3101 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3107 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3909 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 3920 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 3932 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 4911 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 4922 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 4934 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 5775 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 5786 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 5798 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 6510 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 6521 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 6533 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7369 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 7380 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 7392 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7424 Zend/zend_vm_execute.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 8180 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 8467 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8473 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8748 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 9311 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 10176 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 11042 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 12488 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 13549 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 13836 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 13842 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 14220 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 15736 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 15880 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 15891 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 15903 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 18089 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 18234 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 18245 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 18257 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20407 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20552 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 20563 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 20575 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 22000 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 22011 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 22023 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 23877 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 24021 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 24032 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 24044 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 24649 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 25527 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 26940 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 28262 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 30014 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 31218 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 31505 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31511 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31755 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 33265 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 35389 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 37569 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 40752 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 442 ext/com_dotnet/com_saproxy.c if (Z_OBJCE_P(com_object) == php_com_saproxy_class_entry) { Z_OBJCE_P 95 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 290 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 292 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 499 ext/com_dotnet/com_wrapper.c if (Z_OBJCE_P(disp->object)) { Z_OBJCE_P 500 ext/com_dotnet/com_wrapper.c zend_hash_internal_pointer_reset_ex(&Z_OBJCE_P(disp->object)->function_table, &pos); Z_OBJCE_P 502 ext/com_dotnet/com_wrapper.c zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table, Z_OBJCE_P 535 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 562 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 56 ext/com_dotnet/php_com_dotnet_internal.h zend_class_entry *ce = Z_OBJCE_P(zv); Z_OBJCE_P 4473 ext/date/php_date.c dpobj->start_ce = Z_OBJCE_P(start); Z_OBJCE_P 1622 ext/dom/document.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { Z_OBJCE_P 2171 ext/dom/document.c if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { Z_OBJCE_P 165 ext/dom/dom_iterators.c if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry TSRMLS_CC)) { Z_OBJCE_P 602 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 1707 ext/dom/php_dom.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), NULL, "item", &rv, &offset_copy); Z_OBJCE_P 1721 ext/dom/php_dom.c zval *length = zend_read_property(Z_OBJCE_P(object), object, "length", sizeof("length") - 1, 0 TSRMLS_CC); Z_OBJCE_P 222 ext/dom/xpath.c if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) { Z_OBJCE_P 253 ext/gmp/gmp.c (Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce TSRMLS_CC)) Z_OBJCE_P 483 ext/gmp/gmp.c zend_object_value new_object_val = gmp_create_object(Z_OBJCE_P(obj) TSRMLS_CC); Z_OBJCE_P 1081 ext/intl/converter/converter.c zend_object_value retval = php_converter_object_ctor(Z_OBJCE_P(object), &objval TSRMLS_CC); Z_OBJCE_P 97 ext/intl/dateformat/dateformat_class.c new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 89 ext/intl/formatter/formatter_class.c new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 87 ext/intl/msgformat/msgformat_class.c new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 130 ext/intl/spoofchecker/spoofchecker_class.c new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 165 ext/intl/transliterator/transliterator_class.c ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) TSRMLS_CC ); Z_OBJCE_P 573 ext/json/json.c zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 664 ext/json/json.c if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce TSRMLS_CC)) { Z_OBJCE_P 1176 ext/libxml/libxml.c ce = Z_OBJCE_P(object); Z_OBJCE_P 2198 ext/mysql/php_mysql.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 537 ext/mysqli/mysqli.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry TSRMLS_CC)) { Z_OBJCE_P 1329 ext/mysqli/mysqli.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 1564 ext/mysqli/mysqli_api.c if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_link_class_entry TSRMLS_CC)) { Z_OBJCE_P 97 ext/mysqli/mysqli_nonapi.c if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) { Z_OBJCE_P 285 ext/mysqli/mysqli_nonapi.c if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) { Z_OBJCE_P 321 ext/mysqli/mysqli_warning.c if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry TSRMLS_CC)) { Z_OBJCE_P 246 ext/mysqli/php_mysqli_structs.h if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {\ Z_OBJCE_P 485 ext/pdo/pdo_dbh.c fcc.called_scope = Z_OBJCE_P(object); Z_OBJCE_P 2260 ext/pdo/pdo_stmt.c if (zend_hash_find(&Z_OBJCE_P(object)->function_table, lc_method_name, Z_OBJCE_P 2303 ext/pdo/pdo_stmt.c zend_object_std_init(&stmt->std, Z_OBJCE_P(zobject) TSRMLS_CC); Z_OBJCE_P 2304 ext/pdo/pdo_stmt.c object_properties_init(&stmt->std, Z_OBJCE_P(zobject)); Z_OBJCE_P 64 ext/pdo_mysql/pdo_mysql.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce() TSRMLS_CC)) { Z_OBJCE_P 2818 ext/pgsql/pgsql.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 1154 ext/phar/phar_object.c is_data = instanceof_function(Z_OBJCE_P(zobj), phar_ce_data TSRMLS_CC); Z_OBJCE_P 1255 ext/phar/phar_object.c zend_call_method_with_2_params(&zobj, Z_OBJCE_P(zobj), Z_OBJCE_P 1824 ext/phar/phar_object.c pass.c = apply_reg ? Z_OBJCE_P(regexiter) : Z_OBJCE_P(iteriter); Z_OBJCE_P 1908 ext/phar/phar_object.c pass.c = Z_OBJCE_P(obj); Z_OBJCE_P 4504 ext/phar/phar_object.c zend_call_method_with_1_params(&zobj, Z_OBJCE_P(zobj), Z_OBJCE_P 87 ext/reflection/php_reflection.c if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { \ Z_OBJCE_P 98 ext/reflection/php_reflection.c if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { \ Z_OBJCE_P 1443 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(reflector_ptr); Z_OBJCE_P 1502 ext/reflection/php_reflection.c if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { Z_OBJCE_P 1568 ext/reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(object)->name); Z_OBJCE_P 2261 ext/reflection/php_reflection.c ce = Z_OBJCE_P(reference); Z_OBJCE_P 2780 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 2860 ext/reflection/php_reflection.c if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope TSRMLS_CC)) { Z_OBJCE_P 2866 ext/reflection/php_reflection.c if (Z_OBJCE_P(obj) == zend_ce_closure && mptr->type == ZEND_INTERNAL_FUNCTION && Z_OBJCE_P 2908 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 3017 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 3046 ext/reflection/php_reflection.c obj_ce = Z_OBJCE_P(object); Z_OBJCE_P 3383 ext/reflection/php_reflection.c ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); Z_OBJCE_P 3385 ext/reflection/php_reflection.c intern->ptr = Z_OBJCE_P(argument); Z_OBJCE_P 4255 ext/reflection/php_reflection.c RETURN_BOOL(HAS_CLASS_ENTRY(*object) && instanceof_function(Z_OBJCE_P(object), ce TSRMLS_CC)); Z_OBJCE_P 4312 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4417 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4614 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4659 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4874 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 6156 ext/reflection/php_reflection.c && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1) Z_OBJCE_P 6161 ext/reflection/php_reflection.c "Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member)); Z_OBJCE_P 1809 ext/session/session.c if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)¤t_mptr) == SUCCESS) { Z_OBJCE_P 1834 ext/session/session.c if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)¤t_mptr) == SUCCESS) { Z_OBJCE_P 548 ext/simplexml/simplexml.c if (Z_OBJCE_P(value) == sxe_class_entry) { Z_OBJCE_P 400 ext/soap/php_encoding.c Z_OBJCE_P(data) == soap_var_class_entry) { Z_OBJCE_P 473 ext/soap/php_encoding.c zend_class_entry *ce = Z_OBJCE_P(data); Z_OBJCE_P 1235 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1251 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1257 ext/soap/php_encoding.c property_info = zend_get_property_info(Z_OBJCE_P(object), &member, 1 TSRMLS_CC); Z_OBJCE_P 1285 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 2317 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable TSRMLS_CC)) { Z_OBJCE_P 2319 ext/soap/php_encoding.c zend_class_entry *ce = Z_OBJCE_P(data); Z_OBJCE_P 110 ext/soap/soap.c !instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {\ Z_OBJCE_P 924 ext/soap/soap.c fci.function_table = &Z_OBJCE_P(getThis())->function_table; Z_OBJCE_P 1361 ext/soap/soap.c ft = &(Z_OBJCE_P(service->soap_object)->function_table); Z_OBJCE_P 1657 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1668 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 1696 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 1709 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1724 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 1738 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1768 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 1824 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1872 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1891 ext/soap/soap.c instanceof_function(Z_OBJCE_P(retval), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1914 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 2145 ext/soap/soap.c instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_class_entry TSRMLS_CC)) { Z_OBJCE_P 2243 ext/soap/soap.c instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_server_class_entry TSRMLS_CC) && Z_OBJCE_P 2318 ext/soap/soap.c instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 2807 ext/soap/soap.c instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry TSRMLS_CC) && Z_OBJCE_P 2900 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 3214 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 3889 ext/soap/soap.c instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 3908 ext/soap/soap.c instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 4430 ext/soap/soap.c Z_OBJCE_P(param_val) == soap_param_class_entry) { Z_OBJCE_P 112 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 145 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 174 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 395 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 449 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 519 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 607 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists", &rv, offset_tmp); Z_OBJCE_P 747 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 1670 ext/spl/spl_array.c if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { Z_OBJCE_P 1677 ext/spl/spl_array.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, *entry, flags TSRMLS_CC); Z_OBJCE_P 832 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_rewind, "rewind", &retval); Z_OBJCE_P 841 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_valid, "valid", &retval); Z_OBJCE_P 851 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_next, "next", &retval); Z_OBJCE_P 1534 ext/spl/spl_directory.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, zpath, zflags TSRMLS_CC); Z_OBJCE_P 1883 ext/spl/spl_directory.c if (Z_OBJCE_P(readobj)->__tostring) { Z_OBJCE_P 2205 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 337 ext/spl/spl_iterators.c ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; Z_OBJCE_P 482 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { Z_OBJCE_P 484 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 512 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { Z_OBJCE_P 514 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 523 ext/spl/spl_iterators.c if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator TSRMLS_CC)) { Z_OBJCE_P 539 ext/spl/spl_iterators.c intern->ce = Z_OBJCE_P(object); Z_OBJCE_P 569 ext/spl/spl_iterators.c ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ Z_OBJCE_P 886 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 1503 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1525 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 1531 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1606 ext/spl/spl_iterators.c intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); Z_OBJCE_P 1952 ext/spl/spl_iterators.c spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC); Z_OBJCE_P 1974 ext/spl/spl_iterators.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, retval, intern->u.cbfilter->fci.function_name TSRMLS_CC); Z_OBJCE_P 2295 ext/spl/spl_iterators.c spl_instantiate_arg_n(Z_OBJCE_P(getThis()), &return_value, 5, args TSRMLS_CC); Z_OBJCE_P 2856 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 2887 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 2912 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 2940 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 2963 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 2988 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 3058 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 3551 ext/spl/spl_iterators.c zend_class_entry *ce = Z_OBJCE_P(obj); Z_OBJCE_P 1108 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewind", NULL); Z_OBJCE_P 1131 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", NULL); Z_OBJCE_P 1161 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid", &retval); Z_OBJCE_P 1197 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid", &retval); Z_OBJCE_P 1208 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "current", &retval); Z_OBJCE_P 1210 ext/spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_key, "key", &retval); Z_OBJCE_P 335 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 768 ext/standard/var.c ce = Z_OBJCE_P(struc); Z_OBJCE_P 778 ext/standard/var.c smart_str_append_long(buf, (int)Z_OBJCE_P(struc)->name_length); Z_OBJCE_P 780 ext/standard/var.c smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length); Z_OBJCE_P 1857 ext/sybase_ct/php_sybase_ct.c ce = Z_OBJCE_P(object); Z_OBJCE_P 1025 ext/wddx/wddx.c EG(scope) = Z_OBJCE_P(ent2->data); Z_OBJCE_P 873 ext/xmlreader/php_xmlreader.c if (! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) { Z_OBJCE_P 1056 ext/xmlreader/php_xmlreader.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) { Z_OBJCE_P 353 ext/xsl/xsltprocessor.c if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) { Z_OBJCE_P 679 ext/xsl/xsltprocessor.c curce = Z_OBJCE_P(docp); Z_OBJCE_P 318 main/streams/userspace.c fcc.called_scope = Z_OBJCE_P(object);