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 8ebf986 commit ac52b5bCopy full SHA for ac52b5b
Zend/zend_inheritance.c
@@ -225,7 +225,7 @@ static const char *zend_asymmetric_visibility_string(uint32_t fn_flags) /* {{{ *
225
}
226
227
228
-static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) {
+static zend_string *resolve_class_name(const zend_class_entry *scope, zend_string *name) {
229
ZEND_ASSERT(scope);
230
if (zend_string_equals_literal_ci(name, "parent") && scope->parent) {
231
if (scope->ce_flags & ZEND_ACC_RESOLVED_PARENT) {
0 commit comments