diff options
Diffstat (limited to 'ext/dom/php_dom_arginfo.h')
-rw-r--r-- | ext/dom/php_dom_arginfo.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/dom/php_dom_arginfo.h b/ext/dom/php_dom_arginfo.h index 43ed756b29..c3c54a4de7 100644 --- a/ext/dom/php_dom_arginfo.h +++ b/ext/dom/php_dom_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: f4f6923a713a51d2944a21a123967343320be15c */ + * Stub hash: a4767d6ea60859c8897f681fb69d6f73b1f50471 */ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 1) ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0) @@ -646,6 +646,11 @@ static const zend_function_entry class_DOMNode_methods[] = { }; +static const zend_function_entry class_DOMNameSpaceNode_methods[] = { + ZEND_FE_END +}; + + static const zend_function_entry class_DOMImplementation_methods[] = { ZEND_ME(DOMImplementation, getFeature, arginfo_class_DOMImplementation_getFeature, ZEND_ACC_PUBLIC) ZEND_ME(DOMImplementation, hasFeature, arginfo_class_DOMImplementation_hasFeature, ZEND_ACC_PUBLIC) |