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 9a900f1 commit c5dfe64Copy full SHA for c5dfe64
Zend/zend_inheritance.c
@@ -1008,6 +1008,7 @@ static void ZEND_COLD emit_incompatible_method_error(
1008
zend_string *parent_prototype = zend_get_function_declaration(parent, parent_scope);
1009
zend_string *child_prototype = zend_get_function_declaration(child, child_scope);
1010
if (status == INHERITANCE_UNRESOLVED) {
1011
+ // TODO Improve error message if first unresolved class is present in child and parent?
1012
/* Fetch the first unresolved class from registered autoloads */
1013
zend_string *unresolved_class = NULL;
1014
ZEND_HASH_MAP_FOREACH_STR_KEY(CG(delayed_autoloads), unresolved_class) {
0 commit comments