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 93 Zend/zend_closures.c ce = Z_OBJCE_P(scope_arg); Z_OBJCE_P 305 Zend/zend_closures.c *ce_ptr = Z_OBJCE_P(closure->this_ptr); Z_OBJCE_P 474 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(this_ptr), closure->func.common.scope TSRMLS_CC)) { Z_OBJCE_P 475 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 662 Zend/zend_exceptions.c fci.function_table = &Z_OBJCE_P(exception)->function_table; Z_OBJCE_P 680 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 685 Zend/zend_exceptions.c Z_OBJCE_P(exception)->name, Z_STRVAL(file), Z_LVAL(line), Z_OBJCE_P 858 Zend/zend_exceptions.c zend_class_entry *ce_exception = Z_OBJCE_P(exception); Z_OBJCE_P 887 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 913 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 2405 Zend/zend_vm_def.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2449 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 2594 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 2605 Zend/zend_vm_def.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 2617 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 3030 Zend/zend_vm_def.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 3283 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(args); Z_OBJCE_P 3651 Zend/zend_vm_def.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 4340 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 4346 Zend/zend_vm_def.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 5123 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 1417 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1759 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 1958 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2157 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2196 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = Z_OBJCE_P(class_name); Z_OBJCE_P 2811 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 3098 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3104 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3906 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 3917 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 3929 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 4908 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 4919 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 4931 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 5772 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 5783 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 5795 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 6507 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 6518 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 6530 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7366 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 7377 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 7389 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 7421 Zend/zend_vm_execute.h ce = Z_OBJCE_P(EG(exception)); Z_OBJCE_P 8177 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 8464 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8470 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 8745 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 9308 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 10173 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 11039 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 12485 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 13546 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 13833 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 13839 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 14217 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 15733 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 15877 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 15888 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 15900 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 18086 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 18231 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 18242 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 18254 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20403 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 20548 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 20559 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 20571 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 21996 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 22007 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 22019 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 23872 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 24016 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 24027 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { Z_OBJCE_P 24039 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 24644 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 25522 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 26935 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 28257 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 30009 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 31213 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 31500 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31506 Zend/zend_vm_execute.h ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 31750 Zend/zend_vm_execute.h result = instanceof_function(Z_OBJCE_P(expr), EX_T(opline->op2.var).class_entry TSRMLS_CC); Z_OBJCE_P 33260 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 35384 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 37563 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); Z_OBJCE_P 40745 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 4461 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 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 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 2196 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 1321 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 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 479 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 4462 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 1418 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(reflector_ptr); Z_OBJCE_P 1477 ext/reflection/php_reflection.c if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { Z_OBJCE_P 1543 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 2236 ext/reflection/php_reflection.c ce = Z_OBJCE_P(reference); Z_OBJCE_P 2746 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 2826 ext/reflection/php_reflection.c if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope TSRMLS_CC)) { Z_OBJCE_P 2832 ext/reflection/php_reflection.c if (Z_OBJCE_P(obj) == zend_ce_closure && mptr->type == ZEND_INTERNAL_FUNCTION && Z_OBJCE_P 2874 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 2983 ext/reflection/php_reflection.c Z_OBJCE_P(getThis())->name); Z_OBJCE_P 3012 ext/reflection/php_reflection.c obj_ce = Z_OBJCE_P(object); Z_OBJCE_P 3349 ext/reflection/php_reflection.c ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); Z_OBJCE_P 3351 ext/reflection/php_reflection.c intern->ptr = Z_OBJCE_P(argument); Z_OBJCE_P 4221 ext/reflection/php_reflection.c RETURN_BOOL(HAS_CLASS_ENTRY(*object) && instanceof_function(Z_OBJCE_P(object), ce TSRMLS_CC)); Z_OBJCE_P 4278 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4383 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4580 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4625 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { Z_OBJCE_P 4840 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 6122 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 6127 ext/reflection/php_reflection.c "Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member)); Z_OBJCE_P 1796 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 1821 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 3212 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 3887 ext/soap/soap.c instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) { Z_OBJCE_P 3906 ext/soap/soap.c instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) { Z_OBJCE_P 4422 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 601 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 741 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 1664 ext/spl/spl_array.c if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { Z_OBJCE_P 1671 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 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 1104 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 1127 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 1157 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 1193 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 1204 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 1206 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 1011 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 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);