11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: 128108b08807ce0b125fc7b963bf3c5b77e6987a */
2+ * Stub hash: 3cf19e361d130ab881091f38e1c354d81f17d967 */
33
44ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX (arginfo_dom_import_simplexml , 0 , 1 , DOMElement , 1 )
55 ZEND_ARG_TYPE_INFO (0 , node , IS_OBJECT , 0 )
@@ -197,7 +197,9 @@ ZEND_END_ARG_INFO()
197197
198198#define arginfo_class_DOMElement_removeAttributeNS arginfo_class_DOMElement_getAttributeNS
199199
200- #define arginfo_class_DOMElement_removeAttributeNode arginfo_class_DOMElement_getAttribute
200+ ZEND_BEGIN_ARG_INFO_EX (arginfo_class_DOMElement_removeAttributeNode , 0 , 0 , 1 )
201+ ZEND_ARG_OBJ_INFO (0 , attr , DOMAttr , 0 )
202+ ZEND_END_ARG_INFO ()
201203
202204ZEND_BEGIN_ARG_INFO_EX (arginfo_class_DOMElement_setAttribute , 0 , 0 , 2 )
203205 ZEND_ARG_TYPE_INFO (0 , qualifiedName , IS_STRING , 0 )
@@ -210,11 +212,9 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMElement_setAttributeNS, 0, 0, 3)
210212 ZEND_ARG_TYPE_INFO (0 , value , IS_STRING , 0 )
211213ZEND_END_ARG_INFO ()
212214
213- ZEND_BEGIN_ARG_INFO_EX (arginfo_class_DOMElement_setAttributeNode , 0 , 0 , 1 )
214- ZEND_ARG_OBJ_INFO (0 , attr , DOMAttr , 0 )
215- ZEND_END_ARG_INFO ()
215+ #define arginfo_class_DOMElement_setAttributeNode arginfo_class_DOMElement_removeAttributeNode
216216
217- #define arginfo_class_DOMElement_setAttributeNodeNS arginfo_class_DOMElement_setAttributeNode
217+ #define arginfo_class_DOMElement_setAttributeNodeNS arginfo_class_DOMElement_removeAttributeNode
218218
219219ZEND_BEGIN_ARG_INFO_EX (arginfo_class_DOMElement_setIdAttribute , 0 , 0 , 2 )
220220 ZEND_ARG_TYPE_INFO (0 , qualifiedName , IS_STRING , 0 )
0 commit comments