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 36b7f6b commit e21d0b1Copy full SHA for e21d0b1
Zend/zend_namespaces.c
@@ -26,7 +26,7 @@ zend_class_entry *create_namespace(zend_string *name) {
26
zend_initialize_class_data(ns, 1);
27
ns->type = ZEND_NAMESPACE_CLASS;
28
ns->ce_flags |= ZEND_ACC_UNINSTANTIABLE;
29
- ns->name = zend_string_copy(name);
+ ns->name = name;
30
31
return ns;
32
}
0 commit comments