summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-04-13 07:07:43 +0200
committerRemi Collet <remi@php.net>2017-04-13 07:07:43 +0200
commit77e3fef64ff25a484e1380bee5c1540e46dc3ad4 (patch)
treeaa3557258e7debcb0dbcd8d2cb65472119bf74f0 /ext/dom/node.c
parentc73bcb0c6c79326d61f3e102e8682d9a2afd18f0 (diff)
parentbc4bb7882b823ce13e760a0a910d62f0d825a8a4 (diff)
downloadphp-git-77e3fef64ff25a484e1380bee5c1540e46dc3ad4.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #74416 Wrong reflection on DOMNode::cloneNode
Diffstat (limited to 'ext/dom/node.c')
-rw-r--r--ext/dom/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c
index c3a7819251..0f8b759b0e 100644
--- a/ext/dom/node.c
+++ b/ext/dom/node.c
@@ -49,7 +49,7 @@ ZEND_END_ARG_INFO();
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_node_has_child_nodes, 0, 0, 0)
ZEND_END_ARG_INFO();
-ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_node_clone_node, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_node_clone_node, 0, 0, 0)
ZEND_ARG_INFO(0, deep)
ZEND_END_ARG_INFO();