We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e917e commit 4286445Copy full SHA for 4286445
1 file changed
Zend/zend_inheritance.c
@@ -40,9 +40,6 @@ static void zend_check_generic_link_arity(
40
static void zend_check_generic_link_bounds(
41
zend_class_entry *target_ce, const zend_type *args_box,
42
const char *clause, zend_class_entry *ce);
43
-static void zend_validate_generic_inheritance_arities(
44
- zend_class_entry *ce, zend_class_entry *parent_ce,
45
- zend_class_entry **traits_and_interfaces);
46
static void zend_substitute_trait_method_arg_info(
47
zend_function *new_fn, const zend_function *orig_fn,
48
const zend_type *bind_args, uint32_t bind_arity);
0 commit comments