summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:28:27 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:28:27 +0200
commit36fd95b52461d63f7eb5cdbea8f9a8f58cb8d0be (patch)
treece8f0c885ae3732e0e189c48d181a46b7d9c0894 /ext/xml
parentde912821e0c2e154a4fca0479755c9e089b130b8 (diff)
downloadphp-git-36fd95b52461d63f7eb5cdbea8f9a8f58cb8d0be.tar.gz
Generate arginfos
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/xml_arginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/xml_arginfo.h b/ext/xml/xml_arginfo.h
index ea17fca77d..cd05d403f6 100644
--- a/ext/xml/xml_arginfo.h
+++ b/ext/xml/xml_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: b3c718c2aeba9a9c05b6cb281fd7ccaa3791d34e */
+ * Stub hash: 5be46eaeaea40f3494a6bbad269f85256030f758 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_xml_parser_create, 0, 0, XmlParser, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, encoding, IS_STRING, 1, "null")
@@ -7,7 +7,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_xml_parser_create_ns, 0, 0, XmlParser, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, encoding, IS_STRING, 1, "null")
- ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sep, IS_STRING, 0, "\':\'")
+ ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sep, IS_STRING, 0, "\":\"")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xml_set_object, 0, 2, _IS_BOOL, 0)