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 3e07456 commit 56ac2b3Copy full SHA for 56ac2b3
ext/xml/xml_arginfo.h
@@ -138,11 +138,11 @@ static const zend_function_entry class_XMLParser_methods[] = {
138
ZEND_FE_END
139
};
140
141
-zend_class_entry *register_class_XmlParser()
+zend_class_entry *register_class_XMLParser()
142
{
143
zend_class_entry ce, *class_entry;
144
145
- INIT_CLASS_ENTRY(ce, "XMLParser", class_XmlParser_methods);
+ INIT_CLASS_ENTRY(ce, "XMLParser", class_XMLParser_methods);
146
class_entry = zend_register_internal_class_ex(&ce, NULL);
147
class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES;
148
0 commit comments