diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-07 16:32:42 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-07 16:32:42 +0200 |
commit | c9d4696f763e39c4874907bd6698a711d34b2a75 (patch) | |
tree | 7085e0591761e5118ba2f6587fd549f8e63f3167 /ext/dom/domimplementation.c | |
parent | 9b28553d4581f21e8e788ad60fc9948565093ad8 (diff) | |
parent | f085bddb51cf3ce4400f89447e40ddac66468f31 (diff) | |
download | php-git-c9d4696f763e39c4874907bd6698a711d34b2a75.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/dom/domimplementation.c')
-rw-r--r-- | ext/dom/domimplementation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/domimplementation.c b/ext/dom/domimplementation.c index d2e810fe22..abbda2699e 100644 --- a/ext/dom/domimplementation.c +++ b/ext/dom/domimplementation.c @@ -38,7 +38,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_implementation_create_documenttype, 0, 0, 3) ZEND_ARG_INFO(0, systemId) ZEND_END_ARG_INFO(); -ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_implementation_create_document, 0, 0, 3) +ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_implementation_create_document, 0, 0, 2) ZEND_ARG_INFO(0, namespaceURI) ZEND_ARG_INFO(0, qualifiedName) ZEND_ARG_OBJ_INFO(0, docType, DOMDocumentType, 0) |