Searched refs:fe_arg_info (Results 1 – 1 of 1) sorted by relevance
186 ZEND_ASSERT(ZEND_TYPE_IS_SET(fe_arg_info->type) && ZEND_TYPE_IS_SET(proto_arg_info->type)); in zend_do_perform_type_hint_check()188 if (ZEND_TYPE_IS_CLASS(fe_arg_info->type) && ZEND_TYPE_IS_CLASS(proto_arg_info->type)) { in zend_do_perform_type_hint_check()193 fe_class_name = ZEND_TYPE_NAME(fe_arg_info->type); in zend_do_perform_type_hint_check()239 } else if (ZEND_TYPE_CODE(fe_arg_info->type) != ZEND_TYPE_CODE(proto_arg_info->type)) { in zend_do_perform_type_hint_check()250 if (!ZEND_TYPE_IS_SET(fe_arg_info->type)) { in zend_do_perform_arg_type_hint_check()260 return zend_do_perform_type_hint_check(fe, fe_arg_info, proto, proto_arg_info); in zend_do_perform_arg_type_hint_check()323 zend_arg_info *fe_arg_info = &fe->common.arg_info[i]; in zend_do_perform_implementation_check() local332 if (!zend_do_perform_arg_type_hint_check(fe, fe_arg_info, proto, proto_arg_info)) { in zend_do_perform_implementation_check()333 switch (ZEND_TYPE_CODE(fe_arg_info->type)) { in zend_do_perform_implementation_check()346 …>type) && ZEND_TYPE_ALLOW_NULL(proto_arg_info->type) && !ZEND_TYPE_ALLOW_NULL(fe_arg_info->type)) { in zend_do_perform_implementation_check()[all …]
Completed in 11 milliseconds