From: Rasmus Lerdorf Date: Fri, 10 Jul 2015 22:17:06 +0000 (-0700) Subject: DOMDocument::saveXML has a 2nd optional arg X-Git-Tag: php-7.1.1RC1~35^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af1afdfdc2e3c2beade0f6c62d07a73ecb44f90;p=php DOMDocument::saveXML has a 2nd optional arg --- diff --git a/ext/dom/document.c b/ext/dom/document.c index 0ab0e498c8..001b477354 100644 --- a/ext/dom/document.c +++ b/ext/dom/document.c @@ -133,6 +133,7 @@ ZEND_END_ARG_INFO(); ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_document_savexml, 0, 0, 0) ZEND_ARG_OBJ_INFO(0, node, DOMNode, 1) + ZEND_ARG_INFO(0, options) ZEND_END_ARG_INFO(); ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_document_construct, 0, 0, 0)