Z_OBJCE_P 289 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 2726 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) && Z_OBJCE_P 2729 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); Z_OBJCE_P 2731 Zend/zend_API.c fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; Z_OBJCE_P 2853 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 2910 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { Z_OBJCE_P 2940 Zend/zend_API.c if (EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { Z_OBJCE_P 2943 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 2948 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 2963 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 2995 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); Z_OBJCE_P 3043 Zend/zend_API.c fcc->calling_scope = Z_OBJCE_P(object_ptr); Z_OBJCE_P 3178 Zend/zend_API.c zend_class_entry *ce = Z_OBJCE_P(callable); /* TBFixed: what if it's overloaded? */ Z_OBJCE_P 866 Zend/zend_builtin_functions.c instance_ce = Z_OBJCE_P(obj); Z_OBJCE_P 1055 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1124 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1193 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(object); Z_OBJCE_P 2113 Zend/zend_builtin_functions.c Z_OBJCE_P(ptr->object) : Z_OBJCE_P 2301 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 309 Zend/zend_closures.c *ce_ptr = Z_OBJCE_P(closure->this_ptr); Z_OBJCE_P 478 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(this_ptr), closure->func.common.scope TSRMLS_CC)) { Z_OBJCE_P 479 Zend/zend_closures.c zend_error(E_WARNING, "Cannot bind function %s::%s to object of class %s", func->common.scope->name, func->common.function_name, Z_OBJCE_P(this_ptr)->name); 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 678 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 690 Zend/zend_exceptions.c fci.function_table = &Z_OBJCE_P(exception)->function_table; Z_OBJCE_P 708 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 713 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 887 Zend/zend_exceptions.c zend_class_entry *ce_exception = Z_OBJCE_P(exception); Z_OBJCE_P 916 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 942 Zend/zend_exceptions.c exception_ce = Z_OBJCE_P(exception); Z_OBJCE_P 623 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { Z_OBJCE_P 624 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 1213 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 148 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 174 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 202 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 219 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(object); Z_OBJCE_P 670 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 688 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 861 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 878 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(this_ptr); Z_OBJCE_P 1189 Zend/zend_object_handlers.c instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 1534 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1572 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1581 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1605 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 2593 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 2604 Zend/zend_vm_def.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 2616 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 3007 Zend/zend_vm_def.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 3441 Zend/zend_vm_def.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 4145 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 4151 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 4914 Zend/zend_vm_def.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 1208 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1532 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1719 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1906 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1945 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2542 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 2830 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 2836 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3622 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 3633 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 3645 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 4614 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 4625 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 4637 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 5471 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 5482 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 5494 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 6197 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 6208 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 6220 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7059 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 7070 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 7082 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7112 Zend/zend_vm_execute.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 7853 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 8141 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8147 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8402 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 8969 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 9825 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 10684 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 12126 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 13170 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 13458 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 13464 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 13823 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 15348 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 15490 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 15501 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 15513 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 17705 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 17848 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 17859 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 17871 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20023 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20166 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 20177 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 20189 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 21615 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 21626 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 21638 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 23495 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 23637 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 23648 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 23660 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 24259 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 25141 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 26563 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 27889 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 29642 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 30840 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 31128 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31134 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31358 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 32877 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 35001 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 37182 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 40369 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 4439 ext/date/php_date.c dpobj->start_ce = Z_OBJCE_P(start); Z_OBJCE_P 1683 ext/dom/document.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { Z_OBJCE_P 2232 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 601 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 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 105 ext/intl/breakiterator/breakiterator_class.cpp ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 89 ext/intl/calendar/calendar_class.cpp ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); Z_OBJCE_P 210 ext/intl/common/common_date.cpp if (instanceof_function(Z_OBJCE_P(z), php_date_get_date_ce() TSRMLS_CC)) { Z_OBJCE_P 212 ext/intl/common/common_date.cpp } else if (instanceof_function(Z_OBJCE_P(z), Calendar_ce_ptr 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 138 ext/intl/dateformat/dateformat_format_object.cpp zend_class_entry *instance_ce = Z_OBJCE_P(object); Z_OBJCE_P 72 ext/intl/dateformat/dateformat_helpers.cpp instanceof_function_ex(Z_OBJCE_P(calendar_zv), 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 228 ext/intl/timezone/timezone_class.cpp ret_val = TimeZone_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 557 ext/json/json.c zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 643 ext/json/json.c if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce TSRMLS_CC)) { Z_OBJCE_P 1175 ext/libxml/libxml.c ce = Z_OBJCE_P(object); Z_OBJCE_P 2207 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 1328 ext/mysqli/mysqli.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 1556 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 283 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 491 ext/pdo/pdo_dbh.c fcc.called_scope = Z_OBJCE_P(object); Z_OBJCE_P 2272 ext/pdo/pdo_stmt.c if (zend_hash_find(&Z_OBJCE_P(object)->function_table, lc_method_name, Z_OBJCE_P 2315 ext/pdo/pdo_stmt.c zend_object_std_init(&stmt->std, Z_OBJCE_P(zobject) TSRMLS_CC); Z_OBJCE_P 2316 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 2718 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 4502 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 1410 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(reflector_ptr); Z_OBJCE_P 1469 ext/reflection/php_reflection.c if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { Z_OBJCE_P 1535 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 2228 ext/reflection/php_reflection.c ce = Z_OBJCE_P(reference); Z_OBJCE_P 2719 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 2799 ext/reflection/php_reflection.c if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope TSRMLS_CC)) { Z_OBJCE_P 2805 ext/reflection/php_reflection.c if (Z_OBJCE_P(obj) == zend_ce_closure && mptr->type == ZEND_INTERNAL_FUNCTION && Z_OBJCE_P 2847 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 2956 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 2985 ext/reflection/php_reflection.c obj_ce = Z_OBJCE_P(object); Z_OBJCE_P 3314 ext/reflection/php_reflection.c ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); Z_OBJCE_P 3316 ext/reflection/php_reflection.c intern->ptr = Z_OBJCE_P(argument); Z_OBJCE_P 4186 ext/reflection/php_reflection.c RETURN_BOOL(HAS_CLASS_ENTRY(*object) && instanceof_function(Z_OBJCE_P(object), ce TSRMLS_CC)); Z_OBJCE_P 4243 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4348 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4545 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4590 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4805 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 6085 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 6090 ext/reflection/php_reflection.c "Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member)); Z_OBJCE_P 1775 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 1800 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 402 ext/soap/php_encoding.c Z_OBJCE_P(data) == soap_var_class_entry) { Z_OBJCE_P 475 ext/soap/php_encoding.c zend_class_entry *ce = Z_OBJCE_P(data); Z_OBJCE_P 1237 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1253 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1259 ext/soap/php_encoding.c property_info = zend_get_property_info(Z_OBJCE_P(object), &member, 1 TSRMLS_CC); Z_OBJCE_P 1287 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 2319 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 2321 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 922 ext/soap/soap.c fci.function_table = &Z_OBJCE_P(getThis())->function_table; Z_OBJCE_P 1359 ext/soap/soap.c ft = &(Z_OBJCE_P(service->soap_object)->function_table); Z_OBJCE_P 1658 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1669 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 1697 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 1710 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1725 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 1739 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1769 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 1825 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1873 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1892 ext/soap/soap.c instanceof_function(Z_OBJCE_P(retval), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 1915 ext/soap/soap.c instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 2146 ext/soap/soap.c instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_class_entry TSRMLS_CC)) { Z_OBJCE_P 2244 ext/soap/soap.c instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_server_class_entry TSRMLS_CC) && Z_OBJCE_P 2319 ext/soap/soap.c instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 2808 ext/soap/soap.c instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry TSRMLS_CC) && Z_OBJCE_P 2901 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 3213 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 3888 ext/soap/soap.c instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 3907 ext/soap/soap.c instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 4423 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 389 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 443 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 513 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 600 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 732 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 1655 ext/spl/spl_array.c if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { Z_OBJCE_P 1662 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 850 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 1533 ext/spl/spl_directory.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, zpath, zflags TSRMLS_CC); Z_OBJCE_P 1882 ext/spl/spl_directory.c if (Z_OBJCE_P(readobj)->__tostring) { Z_OBJCE_P 2204 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 319 ext/spl/spl_iterators.c ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; Z_OBJCE_P 379 ext/spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name); Z_OBJCE_P 464 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { Z_OBJCE_P 466 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 494 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { Z_OBJCE_P 496 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 505 ext/spl/spl_iterators.c if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator TSRMLS_CC)) { Z_OBJCE_P 521 ext/spl/spl_iterators.c intern->ce = Z_OBJCE_P(object); Z_OBJCE_P 551 ext/spl/spl_iterators.c ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ Z_OBJCE_P 846 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 1435 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1457 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 1463 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1538 ext/spl/spl_iterators.c intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); Z_OBJCE_P 1884 ext/spl/spl_iterators.c spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC); Z_OBJCE_P 1906 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 2227 ext/spl/spl_iterators.c spl_instantiate_arg_n(Z_OBJCE_P(getThis()), &return_value, 5, args TSRMLS_CC); Z_OBJCE_P 2788 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 2819 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 2844 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 2872 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 2895 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 2920 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 2990 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 3483 ext/spl/spl_iterators.c zend_class_entry *ce = Z_OBJCE_P(obj); Z_OBJCE_P 1090 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 1113 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 1143 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 1179 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 1190 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 1192 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 771 ext/standard/var.c ce = Z_OBJCE_P(struc); Z_OBJCE_P 781 ext/standard/var.c smart_str_append_long(buf, (int)Z_OBJCE_P(struc)->name_length); Z_OBJCE_P 783 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 1013 ext/wddx/wddx.c EG(scope) = Z_OBJCE_P(ent2->data); Z_OBJCE_P 879 ext/xmlreader/php_xmlreader.c if (! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) { Z_OBJCE_P 1062 ext/xmlreader/php_xmlreader.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) { Z_OBJCE_P 345 ext/xsl/xsltprocessor.c if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) { Z_OBJCE_P 671 ext/xsl/xsltprocessor.c curce = Z_OBJCE_P(docp); Z_OBJCE_P 318 main/streams/userspace.c fcc.called_scope = Z_OBJCE_P(object);