Lines Matching refs:instanceof_function
342 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_class()
743 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_impl()
1075 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { in zend_parse_method_parameters()
1107 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce)) { in zend_parse_method_parameters_ex()
2975 instanceof_function(object->ce, scope) && in zend_is_callable_check_class()
2976 instanceof_function(scope, ce)) { in zend_is_callable_check_class()
3071 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3105 instanceof_function(fcc->function_handler->common.scope, scope)) { in zend_is_callable_check_func()
3150 !instanceof_function(ce_org, fcc->function_handler->common.scope))) { in zend_is_callable_check_func()
3176 instanceof_function(object->ce, fcc->calling_scope)) { in zend_is_callable_check_func()
4322 return instanceof_function(Z_OBJCE_P(iterable), zend_ce_traversable); in zend_is_iterable()
4339 return instanceof_function(Z_OBJCE_P(countable), zend_ce_countable); in zend_is_countable()