Skip to content

Commit 56ac2b3

Browse files
committed
Fix xml
1 parent 3e07456 commit 56ac2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/xml/xml_arginfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ static const zend_function_entry class_XMLParser_methods[] = {
138138
ZEND_FE_END
139139
};
140140

141-
zend_class_entry *register_class_XmlParser()
141+
zend_class_entry *register_class_XMLParser()
142142
{
143143
zend_class_entry ce, *class_entry;
144144

145-
INIT_CLASS_ENTRY(ce, "XMLParser", class_XmlParser_methods);
145+
INIT_CLASS_ENTRY(ce, "XMLParser", class_XMLParser_methods);
146146
class_entry = zend_register_internal_class_ex(&ce, NULL);
147147
class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES;
148148

0 commit comments

Comments
 (0)