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 c510fbd commit c9f7c33Copy full SHA for c9f7c33
Zend/zend_namespaces.c
@@ -52,7 +52,6 @@ static zend_class_entry *insert_namespace(const zend_string *name) {
52
ns->lexical_scope = parent_ns;
53
zend_hash_add_ptr(EG(namespaces), interned_name, ns);
54
}
55
- zend_string_release(needle);
56
57
parent_ns = ns;
58
0 commit comments