instanceof_function 1303 Zend/zend.c if (!instanceof_function(exception_ce, zend_ce_error)) { instanceof_function 271 Zend/zend_API.c if ((!*pce || !instanceof_function(*pce, ce_base))) { instanceof_function 678 Zend/zend_API.c if ((!*pce || !instanceof_function(*pce, ce_base))) { instanceof_function 1010 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { instanceof_function 1042 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { instanceof_function 2891 Zend/zend_API.c instanceof_function(object->ce, scope) && instanceof_function 2892 Zend/zend_API.c instanceof_function(scope, fcc->calling_scope)) { instanceof_function 2997 Zend/zend_API.c if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { instanceof_function 3029 Zend/zend_API.c instanceof_function(fcc->function_handler->common.scope, EG(scope))) { instanceof_function 3068 Zend/zend_API.c !instanceof_function(ce_org, fcc->function_handler->common.scope))) { instanceof_function 3093 Zend/zend_API.c instanceof_function(object->ce, fcc->calling_scope)) { instanceof_function 1193 Zend/zend_API.h (!ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), ce) != 0))) { instanceof_function 1053 Zend/zend_builtin_functions.c retval = instanceof_function(instance_ce, ce); instanceof_function 87 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(newthis), func->common.scope)) { instanceof_function 49 Zend/zend_exceptions.c if (instanceof_function(class_type, zend_ce_exception) || instanceof_function(class_type, zend_ce_error)) { instanceof_function 63 Zend/zend_exceptions.c return instanceof_function(Z_OBJCE_P(object), zend_ce_exception) ? zend_ce_exception : zend_ce_error; instanceof_function 81 Zend/zend_exceptions.c if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { instanceof_function 724 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { instanceof_function 925 Zend/zend_exceptions.c if (!instanceof_function(exception_ce, zend_ce_throwable)) { instanceof_function 1009 Zend/zend_exceptions.c } else if (instanceof_function(ce_exception, zend_ce_throwable)) { instanceof_function 1029 Zend/zend_exceptions.c if (instanceof_function(ce_exception, zend_ce_exception) || instanceof_function(ce_exception, zend_ce_error)) { instanceof_function 1070 Zend/zend_exceptions.c if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { instanceof_function 755 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce)) { instanceof_function 810 Zend/zend_execute.c if (UNEXPECTED(!instanceof_function(Z_OBJCE_P(arg), ce))) { instanceof_function 961 Zend/zend_execute.c if (!ce || !instanceof_function(Z_OBJCE_P(ret), ce)) { instanceof_function 1008 Zend/zend_execute.c if (UNEXPECTED(!instanceof_function(Z_OBJCE_P(ret), ce))) { instanceof_function 97 Zend/zend_interfaces.c !instanceof_function(called_scope, obj_ce))) { instanceof_function 1206 Zend/zend_object_handlers.c instanceof_function(object->ce, ce)) { instanceof_function 74 Zend/zend_operators.h ZEND_API zend_bool ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce); instanceof_function 3113 Zend/zend_vm_def.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 4167 Zend/zend_vm_def.h if (!catch_ce || !instanceof_function(ce, catch_ce)) { instanceof_function 7015 Zend/zend_vm_def.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); instanceof_function 5707 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 7703 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 9453 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 9580 Zend/zend_vm_execute.h if (!catch_ce || !instanceof_function(ce, catch_ce)) { instanceof_function 11276 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 17628 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 19263 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 20891 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 22468 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { instanceof_function 32784 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); instanceof_function 33753 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); instanceof_function 42414 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); instanceof_function 42825 Zend/zend_vm_execute.h result = ce && instanceof_function(Z_OBJCE_P(expr), ce); instanceof_function 2546 ext/curl/interface.c instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { instanceof_function 1964 ext/date/php_date.c !instanceof_function(implementor, date_ce_date) && instanceof_function 1965 ext/date/php_date.c !instanceof_function(implementor, date_ce_immutable) instanceof_function 1484 ext/dom/document.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { instanceof_function 2058 ext/dom/document.c if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { instanceof_function 2245 ext/dom/document.c if (ce == NULL || instanceof_function(ce, basece)) { instanceof_function 160 ext/dom/dom_iterators.c if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry)) { instanceof_function 339 ext/dom/php_dom.c } else if (instanceof_function(obj->std.ce, dom_node_class_entry)) { instanceof_function 511 ext/dom/php_dom.c if (instanceof_function(intern->std.ce, dom_node_class_entry)) { instanceof_function 205 ext/dom/xpath.c if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { instanceof_function 252 ext/gmp/gmp.c (Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce)) instanceof_function 326 ext/intl/transliterator/transliterator_methods.c instanceof_function( Z_OBJCE_P( arg1 ), Transliterator_ce_ptr ) ) instanceof_function 529 ext/json/json_encoder.c if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { instanceof_function 464 ext/mysqli/mysqli.c if (instanceof_function(class_type, mysqli_link_class_entry)) { instanceof_function 466 ext/mysqli/mysqli.c } else if (instanceof_function(class_type, mysqli_driver_class_entry)) { /* driver object */ instanceof_function 468 ext/mysqli/mysqli.c } else if (instanceof_function(class_type, mysqli_stmt_class_entry)) { /* stmt object */ instanceof_function 470 ext/mysqli/mysqli.c } else if (instanceof_function(class_type, mysqli_result_class_entry)) { /* result object */ instanceof_function 472 ext/mysqli/mysqli.c } else if (instanceof_function(class_type, mysqli_warning_class_entry)) { /* warning object */ instanceof_function 488 ext/mysqli/mysqli.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry)) { instanceof_function 95 ext/mysqli/mysqli_nonapi.c if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { instanceof_function 283 ext/mysqli/mysqli_nonapi.c if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { instanceof_function 651 ext/mysqli/mysqli_nonapi.c !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) { instanceof_function 686 ext/mysqli/mysqli_nonapi.c !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) { instanceof_function 305 ext/mysqli/mysqli_warning.c if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry)) { instanceof_function 250 ext/mysqli/php_mysqli_structs.h if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) { \ instanceof_function 498 ext/pdo/pdo_dbh.c if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce)) { instanceof_function 766 ext/pdo/pdo_dbh.c if (!instanceof_function(pce, pdo_dbstmt_ce)) { instanceof_function 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())) { instanceof_function 1134 ext/phar/phar_object.c is_data = instanceof_function(Z_OBJCE_P(zobj), phar_ce_data); instanceof_function 1467 ext/phar/phar_object.c if (instanceof_function(Z_OBJCE_P(value), spl_ce_SplFileInfo)) { instanceof_function 90 ext/reflection/php_reflection.c if (!Z_OBJ(EX(This)) || !instanceof_function(Z_OBJCE(EX(This)), ce)) { \ instanceof_function 2410 ext/reflection/php_reflection.c if (instanceof_function(ce, zend_ce_closure)) { instanceof_function 3136 ext/reflection/php_reflection.c if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope)) { instanceof_function 3210 ext/reflection/php_reflection.c if (!instanceof_function(obj_ce, mptr->common.scope)) { instanceof_function 3318 ext/reflection/php_reflection.c if (!instanceof_function(obj_ce, mptr->common.scope)) { instanceof_function 4167 ext/reflection/php_reflection.c if (Z_TYPE(intern->obj) != IS_UNDEF && instanceof_function(ce, zend_ce_closure)) { instanceof_function 4269 ext/reflection/php_reflection.c if (!instanceof_function(ce, ce2)) { instanceof_function 4576 ext/reflection/php_reflection.c RETURN_BOOL(instanceof_function(Z_OBJCE_P(object), ce)); instanceof_function 4932 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { instanceof_function 4948 ext/reflection/php_reflection.c RETURN_BOOL((ce != class_ce && instanceof_function(ce, class_ce))); instanceof_function 4976 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { instanceof_function 4997 ext/reflection/php_reflection.c RETURN_BOOL(instanceof_function(ce, interface_ce)); instanceof_function 2229 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable)) { instanceof_function 108 ext/soap/soap.c !instanceof_function(EG(exception)->ce, soap_fault_class_entry)) {\ instanceof_function 1496 ext/soap/soap.c if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { instanceof_function 1498 ext/soap/soap.c } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { instanceof_function 1828 ext/soap/soap.c instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) { instanceof_function 1897 ext/soap/soap.c instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) { instanceof_function 2144 ext/soap/soap.c instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) { instanceof_function 2237 ext/soap/soap.c instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) && instanceof_function 2308 ext/soap/soap.c instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry)) { instanceof_function 2590 ext/soap/soap.c if (EG(exception) && instanceof_function(EG(exception)->ce, zend_ce_error)) { instanceof_function 2814 ext/soap/soap.c instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry) && instanceof_function 2851 ext/soap/soap.c !instanceof_function(Z_OBJCE_P(tmp), soap_header_class_entry)) { instanceof_function 2906 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry)) { instanceof_function 3212 ext/soap/soap.c instanceof_function(Z_OBJCE_P(headers), soap_header_class_entry)) { instanceof_function 3881 ext/soap/soap.c instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry)) { instanceof_function 3900 ext/soap/soap.c instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry)) { instanceof_function 4117 ext/soap/soap.c instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) { instanceof_function 1649 ext/spl/spl_array.c if (instanceof_function(Z_OBJCE_P(entry), Z_OBJCE_P(getThis()))) { instanceof_function 728 ext/spl/spl_directory.c intern->u.dir.is_recursive = instanceof_function(intern->std.ce, spl_ce_RecursiveDirectoryIterator) ? 1 : 0; instanceof_function 349 ext/spl/spl_iterators.c !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { instanceof_function 491 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { instanceof_function 519 ext/spl/spl_iterators.c if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { instanceof_function 531 ext/spl/spl_iterators.c if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator)) { instanceof_function 1505 ext/spl/spl_iterators.c if (!instanceof_function(ce, zend_ce_iterator)) { instanceof_function 1508 ext/spl/spl_iterators.c || !instanceof_function(ce, ce_cast) instanceof_function 1516 ext/spl/spl_iterators.c if (instanceof_function(ce, zend_ce_aggregate)) { instanceof_function 1522 ext/spl/spl_iterators.c if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) { instanceof_function 2502 ext/spl/spl_iterators.c if (pos != intern->current.pos && instanceof_function(intern->inner.ce, spl_ce_SeekableIterator)) { instanceof_function 836 ext/standard/array.c if (instanceof_function(Z_OBJCE_P(array), spl_ce_Countable)) { instanceof_function 248 ext/standard/assert.c instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) { instanceof_function 4840 ext/standard/basic_functions.c instanceof_function(called_scope, fci_cache.calling_scope)) { instanceof_function 4868 ext/standard/basic_functions.c instanceof_function(called_scope, fci_cache.calling_scope)) { instanceof_function 868 ext/xmlreader/php_xmlreader.c if (! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry)) { instanceof_function 1052 ext/xmlreader/php_xmlreader.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry)) { instanceof_function 345 ext/xsl/xsltprocessor.c if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { instanceof_function 656 ext/xsl/xsltprocessor.c if (ce == NULL || !instanceof_function(ce, curce)) { instanceof_function 771 sapi/phpdbg/phpdbg_utils.c if (ce == exception->ce || (ce && instanceof_function(exception->ce, ce))) {