Z_OBJCE_P 1010 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { Z_OBJCE_P 1012 Zend/zend_API.c ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_function_name(), ZSTR_VAL(ce->name), get_active_function_name()); Z_OBJCE_P 1042 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { Z_OBJCE_P 1045 Zend/zend_API.c ZSTR_VAL(ce->name), get_active_function_name(), ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_function_name()); Z_OBJCE_P 1076 Zend/zend_API.c EG(scope) = Z_OBJCE_P(obj); Z_OBJCE_P 3297 Zend/zend_API.c fcc->calling_scope = Z_OBJCE_P(obj); /* TBFixed: what if it's overloaded? */ Z_OBJCE_P 3355 Zend/zend_API.c zend_class_entry *ce = Z_OBJCE_P(callable); /* TBFixed: what if it's overloaded? */ Z_OBJCE_P 3815 Zend/zend_API.c zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 3832 Zend/zend_API.c zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 4010 Zend/zend_API.c zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be read", name, ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 1193 Zend/zend_API.h (!ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), ce) != 0))) { Z_OBJCE_P 946 Zend/zend_builtin_functions.c RETURN_STR_COPY(Z_OBJCE_P(obj)->name); Z_OBJCE_P 1038 Zend/zend_builtin_functions.c instance_ce = Z_OBJCE_P(obj); Z_OBJCE_P 1255 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1319 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(klass); Z_OBJCE_P 1382 Zend/zend_builtin_functions.c ce = Z_OBJCE_P(object); Z_OBJCE_P 87 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(newthis), func->common.scope)) { Z_OBJCE_P 92 Zend/zend_closures.c ZSTR_VAL(Z_OBJCE_P(newthis)->name)); Z_OBJCE_P 139 Zend/zend_closures.c if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { Z_OBJCE_P 153 Zend/zend_closures.c fci_cache.called_scope = Z_OBJCE_P(newthis); Z_OBJCE_P 157 Zend/zend_closures.c zend_create_closure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_scope, newthis); Z_OBJCE_P 163 Zend/zend_closures.c my_function.common.scope = Z_OBJCE_P(newthis); Z_OBJCE_P 167 Zend/zend_closures.c if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { Z_OBJCE_P 180 Zend/zend_closures.c } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { Z_OBJCE_P 202 Zend/zend_closures.c ce = Z_OBJCE_P(scope_arg); Z_OBJCE_P 225 Zend/zend_closures.c called_scope = Z_OBJCE_P(newthis); Z_OBJCE_P 1038 Zend/zend_compile.c zend_error_noreturn(E_COMPILE_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(Z_OBJCE_P(op2)), Z_STRVAL_P(op2)); Z_OBJCE_P 63 Zend/zend_exceptions.c return instanceof_function(Z_OBJCE_P(object), zend_ce_exception) ? zend_ce_exception : zend_ce_error; Z_OBJCE_P 153 Zend/zend_exceptions.c if (exception && Z_OBJCE_P(exception) == zend_ce_parse_error) { Z_OBJCE_P 568 Zend/zend_exceptions.c smart_str_appends(str, ZSTR_VAL(Z_OBJCE_P(arg)->name)); Z_OBJCE_P 724 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { Z_OBJCE_P 731 Zend/zend_exceptions.c fci.function_table = &Z_OBJCE_P(exception)->function_table; Z_OBJCE_P 747 Zend/zend_exceptions.c if (Z_OBJCE_P(exception) == zend_ce_type_error && strstr(ZSTR_VAL(message), ", called in ")) { Z_OBJCE_P 756 Zend/zend_exceptions.c ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(message), ZSTR_VAL(file), line, Z_OBJCE_P 762 Zend/zend_exceptions.c ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(file), line, Z_OBJCE_P 1068 Zend/zend_exceptions.c exception_ce = Z_OBJCE_P(exception); Z_OBJCE_P 755 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce)) { Z_OBJCE_P 756 Zend/zend_execute.c zend_verify_arg_error(zf, arg_num, need_msg, class_name, "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg); Z_OBJCE_P 805 Zend/zend_execute.c zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg); Z_OBJCE_P 810 Zend/zend_execute.c if (UNEXPECTED(!instanceof_function(Z_OBJCE_P(arg), ce))) { Z_OBJCE_P 814 Zend/zend_execute.c zend_verify_arg_error(zf, arg_num, need_msg, ZSTR_VAL(ce->name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg); Z_OBJCE_P 826 Zend/zend_execute.c zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg); Z_OBJCE_P 961 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(ret), ce)) { Z_OBJCE_P 962 Zend/zend_execute.c zend_verify_internal_return_error(zf, need_msg, class_name, "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name)); Z_OBJCE_P 1003 Zend/zend_execute.c zend_verify_return_error(zf, "be an instance of ", ZSTR_VAL(ret_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name)); Z_OBJCE_P 1008 Zend/zend_execute.c if (UNEXPECTED(!instanceof_function(Z_OBJCE_P(ret), ce))) { Z_OBJCE_P 1012 Zend/zend_execute.c zend_verify_return_error(zf, need_msg, ZSTR_VAL(ce->name), "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name)); Z_OBJCE_P 1130 Zend/zend_execute.c EXPECTED(Z_OBJCE_P(object) == CACHED_PTR_EX(cache_slot))) { Z_OBJCE_P 1744 Zend/zend_execute.c zend_class_entry *ce = Z_OBJCE_P(container); Z_OBJCE_P 1762 Zend/zend_execute.c zend_class_entry *ce = Z_OBJCE_P(container); Z_OBJCE_P 1945 Zend/zend_execute.c EXPECTED(Z_OBJCE_P(container) == CACHED_PTR_EX(cache_slot))) { Z_OBJCE_P 71 Zend/zend_interfaces.c obj_ce = object ? Z_OBJCE_P(object) : NULL; Z_OBJCE_P 91 Zend/zend_interfaces.c fcic.called_scope = Z_OBJCE_P(object); Z_OBJCE_P 110 Zend/zend_interfaces.c obj_ce = object ? Z_OBJCE_P(object) : NULL; Z_OBJCE_P 275 Zend/zend_interfaces.c iterator->ce = Z_OBJCE_P(object); Z_OBJCE_P 293 Zend/zend_interfaces.c zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or implement interface Iterator", ce ? ZSTR_VAL(ce->name) : ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 415 Zend/zend_interfaces.c zend_class_entry * ce = Z_OBJCE_P(object); Z_OBJCE_P 474 Zend/zend_interfaces.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 153 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 193 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 212 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 240 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 256 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 709 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 740 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 760 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 941 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(object); Z_OBJCE_P 1527 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1566 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1574 Zend/zend_object_handlers.c ce = Z_OBJCE_P(readobj); Z_OBJCE_P 1598 Zend/zend_object_handlers.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 236 Zend/zend_operators.c "Object of class %s could not be converted to %s", ZSTR_VAL(Z_OBJCE_P(op)->name),\ Z_OBJCE_P 592 Zend/zend_operators.c if (Z_OBJCE_P(op) == zend_ce_closure) { Z_OBJCE_P 600 Zend/zend_operators.c if (!Z_OBJCE_P(op)->default_properties_count && obj_ht == Z_OBJ_P(op)->properties) { Z_OBJCE_P 851 Zend/zend_operators.c zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name)); Z_OBJCE_P 2871 Zend/zend_vm_def.h Z_CE_P(EX_VAR(opline->result.var)) = Z_OBJCE_P(class_name); Z_OBJCE_P 3352 Zend/zend_vm_def.h called_scope = Z_OBJCE_P(obj); Z_OBJCE_P 4460 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(args); Z_OBJCE_P 5003 Zend/zend_vm_def.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 5759 Zend/zend_vm_def.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 5792 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 5902 Zend/zend_vm_def.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 5937 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 7015 Zend/zend_vm_def.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); Z_OBJCE_P 7462 Zend/zend_vm_def.h } else if (OP1_TYPE != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) { Z_OBJCE_P 7463 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 7753 Zend/zend_vm_def.h zend_class_entry *ce = Z_OBJCE_P(value); Z_OBJCE_P 1001 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(args); Z_OBJCE_P 1880 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = Z_OBJCE_P(class_name); Z_OBJCE_P 2098 Zend/zend_vm_execute.h called_scope = Z_OBJCE_P(obj); Z_OBJCE_P 2288 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = Z_OBJCE_P(class_name); Z_OBJCE_P 2330 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = Z_OBJCE_P(class_name); Z_OBJCE_P 2521 Zend/zend_vm_execute.h called_scope = Z_OBJCE_P(obj); Z_OBJCE_P 2585 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = Z_OBJCE_P(class_name); Z_OBJCE_P 2777 Zend/zend_vm_execute.h called_scope = Z_OBJCE_P(obj); Z_OBJCE_P 3433 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 3725 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 3757 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 3865 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 3899 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 4129 Zend/zend_vm_execute.h } else if (IS_CONST != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) { Z_OBJCE_P 4130 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 4254 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(value); Z_OBJCE_P 12129 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 12161 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 12270 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 12304 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 12517 Zend/zend_vm_execute.h } else if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) { Z_OBJCE_P 12518 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 12600 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(value); Z_OBJCE_P 15577 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 15610 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 15720 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 15755 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 16337 Zend/zend_vm_execute.h } else if (IS_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) { Z_OBJCE_P 16338 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 16421 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(value); Z_OBJCE_P 22820 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 29004 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 29296 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 29328 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 29436 Zend/zend_vm_execute.h if (!Z_OBJCE_P(array_ptr)->get_iterator) { Z_OBJCE_P 29470 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(array_ptr); Z_OBJCE_P 29700 Zend/zend_vm_execute.h } else if (IS_CV != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) { Z_OBJCE_P 29701 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 29825 Zend/zend_vm_execute.h zend_class_entry *ce = Z_OBJCE_P(value); Z_OBJCE_P 32784 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); Z_OBJCE_P 33753 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); Z_OBJCE_P 40586 Zend/zend_vm_execute.h ce = Z_OBJCE_P(obj); Z_OBJCE_P 42414 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); Z_OBJCE_P 42825 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); Z_OBJCE_P 431 ext/com_dotnet/com_saproxy.c if (Z_OBJCE_P(com_object) == php_com_saproxy_class_entry) { Z_OBJCE_P 536 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 59 ext/com_dotnet/php_com_dotnet_internal.h zend_class_entry *ce = Z_OBJCE_P(zv); Z_OBJCE_P 2546 ext/curl/interface.c instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { Z_OBJCE_P 4384 ext/date/php_date.c dpobj->start_ce = Z_OBJCE_P(start); Z_OBJCE_P 4913 ext/date/php_date.c if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) { Z_OBJCE_P 4917 ext/date/php_date.c period_obj->start_ce = Z_OBJCE_P(ht_entry); Z_OBJCE_P 4927 ext/date/php_date.c if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) { Z_OBJCE_P 4940 ext/date/php_date.c if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) { Z_OBJCE_P 4953 ext/date/php_date.c if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_interval) { Z_OBJCE_P 1484 ext/dom/document.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { Z_OBJCE_P 2058 ext/dom/document.c if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { Z_OBJCE_P 160 ext/dom/dom_iterators.c if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry)) { Z_OBJCE_P 1548 ext/dom/php_dom.c zend_call_method_with_1_params(object, Z_OBJCE_P(object), NULL, "item", rv, &offset_copy); Z_OBJCE_P 1561 ext/dom/php_dom.c zval *length = zend_read_property(Z_OBJCE_P(object), object, "length", sizeof("length") - 1, 0, &rv); Z_OBJCE_P 389 ext/filter/filter.c ce = Z_OBJCE_P(value); Z_OBJCE_P 252 ext/gmp/gmp.c (Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce)) Z_OBJCE_P 451 ext/gmp/gmp.c gmp_object *new_object = GET_GMP_OBJECT_FROM_OBJ(gmp_create_object(Z_OBJCE_P(obj))); Z_OBJCE_P 1043 ext/intl/converter/converter.c zend_object *retval = php_converter_object_ctor(Z_OBJCE_P(object), &objval); Z_OBJCE_P 88 ext/intl/dateformat/dateformat_class.c new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); Z_OBJCE_P 77 ext/intl/formatter/formatter_class.c new_obj = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); Z_OBJCE_P 77 ext/intl/msgformat/msgformat_class.c new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); Z_OBJCE_P 118 ext/intl/spoofchecker/spoofchecker_class.c new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); Z_OBJCE_P 151 ext/intl/transliterator/transliterator_class.c ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); Z_OBJCE_P 326 ext/intl/transliterator/transliterator_methods.c instanceof_function( Z_OBJCE_P( arg1 ), Transliterator_ce_ptr ) ) Z_OBJCE_P 448 ext/json/json_encoder.c zend_class_entry *ce = Z_OBJCE_P(val); Z_OBJCE_P 529 ext/json/json_encoder.c if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { Z_OBJCE_P 1182 ext/libxml/libxml.c ce = Z_OBJCE_P(object); Z_OBJCE_P 488 ext/mysqli/mysqli.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry)) { Z_OBJCE_P 1319 ext/mysqli/mysqli.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 95 ext/mysqli/mysqli_nonapi.c if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { Z_OBJCE_P 283 ext/mysqli/mysqli_nonapi.c if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { Z_OBJCE_P 651 ext/mysqli/mysqli_nonapi.c !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) { Z_OBJCE_P 686 ext/mysqli/mysqli_nonapi.c !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) { Z_OBJCE_P 305 ext/mysqli/mysqli_warning.c if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry)) { Z_OBJCE_P 250 ext/mysqli/php_mysqli_structs.h if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { \ Z_OBJCE_P 453 ext/pdo/pdo_dbh.c fcc.called_scope = Z_OBJCE_P(object); Z_OBJCE_P 2255 ext/pdo/pdo_stmt.c stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(Z_OBJCE_P(zobject))); Z_OBJCE_P 2256 ext/pdo/pdo_stmt.c zend_object_std_init(&stmt->std, Z_OBJCE_P(zobject)); Z_OBJCE_P 2257 ext/pdo/pdo_stmt.c object_properties_init(&stmt->std, Z_OBJCE_P(zobject)); Z_OBJCE_P 67 ext/pdo_mysql/pdo_mysql.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce())) { Z_OBJCE_P 2817 ext/pgsql/pgsql.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 1134 ext/phar/phar_object.c is_data = instanceof_function(Z_OBJCE_P(zobj), phar_ce_data); Z_OBJCE_P 1233 ext/phar/phar_object.c zend_call_method_with_2_params(zobj, Z_OBJCE_P(zobj), Z_OBJCE_P 1467 ext/phar/phar_object.c if (instanceof_function(Z_OBJCE_P(value), spl_ce_SplFileInfo)) { Z_OBJCE_P 1885 ext/phar/phar_object.c pass.c = Z_OBJCE_P(obj); Z_OBJCE_P 4445 ext/phar/phar_object.c zend_call_method_with_1_params(zobj, Z_OBJCE_P(zobj), Z_OBJCE_P 1537 ext/reflection/php_reflection.c php_error_docref(NULL, E_WARNING, "%s::__toString() did not return anything", ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 2377 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classref); Z_OBJCE_P 2408 ext/reflection/php_reflection.c ce = Z_OBJCE_P(reference); Z_OBJCE_P 3060 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 3136 ext/reflection/php_reflection.c if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope)) { Z_OBJCE_P 3142 ext/reflection/php_reflection.c if (Z_OBJCE_P(obj) == zend_ce_closure && Z_OBJCE_P 3147 ext/reflection/php_reflection.c zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_OBJCE_P(obj), obj); Z_OBJCE_P 3184 ext/reflection/php_reflection.c ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 3284 ext/reflection/php_reflection.c ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 3316 ext/reflection/php_reflection.c obj_ce = Z_OBJCE_P(object); Z_OBJCE_P 3686 ext/reflection/php_reflection.c ZVAL_STR_COPY(&classname, Z_OBJCE_P(argument)->name); Z_OBJCE_P 3688 ext/reflection/php_reflection.c intern->ptr = Z_OBJCE_P(argument); Z_OBJCE_P 4576 ext/reflection/php_reflection.c RETURN_BOOL(instanceof_function(Z_OBJCE_P(object), ce)); Z_OBJCE_P 4636 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4740 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); Z_OBJCE_P 4932 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { Z_OBJCE_P 4976 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { Z_OBJCE_P 5187 ext/reflection/php_reflection.c ce = Z_OBJCE_P(classname); Z_OBJCE_P 6499 ext/reflection/php_reflection.c && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) Z_OBJCE_P 6504 ext/reflection/php_reflection.c "Cannot set read-only property %s::$%s", ZSTR_VAL(Z_OBJCE_P(object)->name), Z_STRVAL_P(member)); Z_OBJCE_P 1846 ext/session/session.c if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { Z_OBJCE_P 1865 ext/session/session.c if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { Z_OBJCE_P 1885 ext/session/session.c if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { Z_OBJCE_P 529 ext/simplexml/simplexml.c if (Z_OBJCE_P(value) == sxe_class_entry) { Z_OBJCE_P 386 ext/soap/php_encoding.c Z_OBJCE_P(data) == soap_var_class_entry) { Z_OBJCE_P 453 ext/soap/php_encoding.c zend_class_entry *ce = Z_OBJCE_P(data); Z_OBJCE_P 1170 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1185 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 1191 ext/soap/php_encoding.c property_info = zend_get_property_info(Z_OBJCE_P(object), Z_STR(member), 1); Z_OBJCE_P 1222 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); Z_OBJCE_P 2229 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable)) { Z_OBJCE_P 2231 ext/soap/php_encoding.c zend_class_entry *ce = Z_OBJCE_P(data); Z_OBJCE_P 3516 ext/soap/php_encoding.c Z_OBJCE_P(tmp) == soap_var_class_entry) { Z_OBJCE_P 956 ext/soap/soap.c fci.function_table = &Z_OBJCE_P(getThis())->function_table; Z_OBJCE_P 1690 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 1709 ext/soap/soap.c Z_OBJCE_P(tmp_soap) == service->soap_class.ce) { Z_OBJCE_P 1787 ext/soap/soap.c function_table = &((Z_OBJCE_P(soap_obj))->function_table); Z_OBJCE_P 2308 ext/soap/soap.c instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry)) { Z_OBJCE_P 2814 ext/soap/soap.c instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry) && Z_OBJCE_P 2851 ext/soap/soap.c !instanceof_function(Z_OBJCE_P(tmp), soap_header_class_entry)) { Z_OBJCE_P 2906 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry)) { Z_OBJCE_P 3212 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry)) { Z_OBJCE_P 3881 ext/soap/soap.c instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry)) { Z_OBJCE_P 3900 ext/soap/soap.c instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry)) { Z_OBJCE_P 4414 ext/soap/soap.c Z_OBJCE_P(param_val) == soap_param_class_entry) { Z_OBJCE_P 107 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 140 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 169 ext/spl/php_spl.c ce = Z_OBJCE_P(obj); Z_OBJCE_P 399 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 444 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 515 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 751 ext/spl/spl_array.c php_error_docref(NULL, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", ZSTR_VAL(Z_OBJCE_P(object)->name)); Z_OBJCE_P 1120 ext/spl/spl_array.c ZSTR_VAL(Z_OBJCE_P(array)->name), ZSTR_VAL(intern->std.ce->name)); Z_OBJCE_P 1649 ext/spl/spl_array.c if (instanceof_function(Z_OBJCE_P(entry), Z_OBJCE_P(getThis()))) { Z_OBJCE_P 1657 ext/spl/spl_array.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, entry, &flags); Z_OBJCE_P 1503 ext/spl/spl_directory.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, &zpath, &zflags); Z_OBJCE_P 1838 ext/spl/spl_directory.c if (Z_OBJCE_P(readobj)->__tostring) { Z_OBJCE_P 491 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { Z_OBJCE_P 492 ext/spl/spl_iterators.c zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs.zf_new_iterator, "getiterator", &aggregate_retval); Z_OBJCE_P 519 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { Z_OBJCE_P 520 ext/spl/spl_iterators.c zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs.zf_new_iterator, "getiterator", &aggregate_retval); Z_OBJCE_P 531 ext/spl/spl_iterators.c if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator)) { Z_OBJCE_P 547 ext/spl/spl_iterators.c intern->ce = Z_OBJCE_P(object); Z_OBJCE_P 578 ext/spl/spl_iterators.c ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ Z_OBJCE_P 897 ext/spl/spl_iterators.c if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { Z_OBJCE_P 1504 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1527 ext/spl/spl_iterators.c ce = Z_OBJCE_P(zobject); Z_OBJCE_P 1600 ext/spl/spl_iterators.c intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); Z_OBJCE_P 1954 ext/spl/spl_iterators.c spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), return_value, &retval); Z_OBJCE_P 1974 ext/spl/spl_iterators.c spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, &retval, &intern->u.cbfilter->fci.function_name); Z_OBJCE_P 2263 ext/spl/spl_iterators.c spl_instantiate_arg_n(Z_OBJCE_P(getThis()), return_value, 5, args); Z_OBJCE_P 2795 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2825 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2851 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2879 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2901 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2926 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%v does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 2996 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%v does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name)); Z_OBJCE_P 3330 ext/spl/spl_iterators.c intern->inner.ce = Z_OBJCE_P(it); Z_OBJCE_P 3493 ext/spl/spl_iterators.c zend_class_entry *ce = Z_OBJCE_P(obj); Z_OBJCE_P 1022 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 1045 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 1075 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 1111 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 1122 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 1124 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 836 ext/standard/array.c if (instanceof_function(Z_OBJCE_P(array), spl_ce_Countable)) { Z_OBJCE_P 3490 ext/standard/array.c prop = zend_read_property(Z_OBJCE_P(data), data, ZSTR_VAL(key), ZSTR_LEN(key), 1, rv); Z_OBJCE_P 248 ext/standard/assert.c instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) { Z_OBJCE_P 4962 ext/standard/basic_functions.c php_error_docref(NULL, E_WARNING, "Unable to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method)); Z_OBJCE_P 31 ext/standard/php_incomplete_class.h if (Z_OBJCE_P(struc) == BG(incomplete_class)) { \ Z_OBJCE_P 38 ext/standard/php_incomplete_class.h class_name = zend_string_copy(Z_OBJCE_P(struc)->name); \ Z_OBJCE_P 230 ext/standard/type.c zend_class_entry *ce = Z_OBJCE_P(arg); Z_OBJCE_P 527 ext/standard/var.c smart_str_append(buf, Z_OBJCE_P(struc)->name); Z_OBJCE_P 840 ext/standard/var.c zend_class_entry *ce = Z_OBJCE_P(struc); Z_OBJCE_P 849 ext/standard/var.c smart_str_append_unsigned(buf, ZSTR_LEN(Z_OBJCE_P(struc)->name)); Z_OBJCE_P 851 ext/standard/var.c smart_str_append(buf, Z_OBJCE_P(struc)->name); Z_OBJCE_P 468 ext/standard/var_unserializer.c if (Z_OBJCE_P(rval) != PHP_IC_ENTRY && Z_OBJCE_P 469 ext/standard/var_unserializer.c zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1)) { Z_OBJCE_P 507 ext/xml/xml.c php_error_docref(NULL, E_WARNING, "Unable to call handler %s::%s()", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method)); Z_OBJCE_P 868 ext/xmlreader/php_xmlreader.c if (! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry)) { Z_OBJCE_P 1052 ext/xmlreader/php_xmlreader.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry)) { Z_OBJCE_P 649 ext/xsl/xsltprocessor.c curce = Z_OBJCE_P(docp); Z_OBJCE_P 314 main/streams/userspace.c fcc.called_scope = Z_OBJCE_P(object); Z_OBJCE_P 102 sapi/phpdbg/phpdbg_frame.c ZVAL_NEW_STR(&class_zv, Z_OBJCE_P(class)->name); Z_OBJCE_P 249 sapi/phpdbg/phpdbg_info.c VARIABLEINFO("instanceof=\"%s\"", "\n|-----(instanceof)----> (%s)\n", ZSTR_VAL(Z_OBJCE_P(data)->name)); Z_OBJCE_P 828 sapi/phpdbg/phpdbg_utils.c zend_string *str = Z_OBJCE_P(zv)->name;