We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ffa77 commit 5723fa2Copy full SHA for 5723fa2
Zend/zend_inheritance.c
@@ -1065,6 +1065,11 @@ static void perform_delayable_implementation_check(
1065
}
1066
1067
1068
+/**
1069
+ * @param check_only Set to false to throw compile errors on incompatible methods, or true to return
1070
+ * INHERITANCE_ERROR.
1071
+ * @param checked Whether the compatibility check has already been performed by zend_can_early_bind().
1072
+ */
1073
static zend_always_inline inheritance_status do_inheritance_check_on_method_ex(
1074
zend_function *child, zend_class_entry *child_scope,
1075
zend_function *parent, zend_class_entry *parent_scope,
0 commit comments