summaryrefslogtreecommitdiff
path: root/ext/dom/domimplementation.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-07 16:32:42 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-07 16:32:42 +0200
commitc9d4696f763e39c4874907bd6698a711d34b2a75 (patch)
tree7085e0591761e5118ba2f6587fd549f8e63f3167 /ext/dom/domimplementation.c
parent9b28553d4581f21e8e788ad60fc9948565093ad8 (diff)
parentf085bddb51cf3ce4400f89447e40ddac66468f31 (diff)
downloadphp-git-c9d4696f763e39c4874907bd6698a711d34b2a75.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/dom/domimplementation.c')
-rw-r--r--ext/dom/domimplementation.c2
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)