Lines Matching refs:instanceof_function
427 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_class()
909 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_impl()
1229 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { in zend_parse_method_parameters()
1261 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { in zend_parse_method_parameters_ex()
3379 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope)) { in zend_is_callable_check_class()
3395 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope->parent)) { in zend_is_callable_check_class()
3426 instanceof_function(object->ce, scope) && in zend_is_callable_check_class()
3427 instanceof_function(scope, ce)) { in zend_is_callable_check_class()
3532 instanceof_function(object->ce, scope) && in zend_is_callable_check_func()
3533 instanceof_function(scope, fcc->calling_scope)) { in zend_is_callable_check_func()
3550 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3584 instanceof_function(fcc->function_handler->common.scope, scope)) { in zend_is_callable_check_func()
3623 !instanceof_function(ce_org, fcc->function_handler->common.scope))) { in zend_is_callable_check_func()
3643 instanceof_function(object->ce, fcc->calling_scope)) { in zend_is_callable_check_func()