summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-10 11:18:06 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-10 11:18:06 +0100
commitcff35ca0b2c2f8d795eefec178c1ef4b316bd4f0 (patch)
tree162e7c6b8fe4302e3b11972f108a6f4d8bdb9f22
parent788abb8cc818dc86c1ca7b505064edf88dc65b33 (diff)
downloadphp-git-cff35ca0b2c2f8d795eefec178c1ef4b316bd4f0.tar.gz
Regenerate arginfo file
Somehow missed this in the previous commit.
-rw-r--r--ext/soap/soap_arginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/soap_arginfo.h b/ext/soap/soap_arginfo.h
index e9bf6fbc8f..da80ca6fdf 100644
--- a/ext/soap/soap_arginfo.h
+++ b/ext/soap/soap_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: b22d29a51c17d627763229aac15718702002daec */
+ * Stub hash: c0d32b2d8f3c39203b437a01dc79cd4e934dc9f7 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_use_soap_error_handler, 0, 0, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 0, "true")
@@ -131,7 +131,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_SoapClient___setSoapHeaders, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_SoapClient___setLocation, 0, 0, 0)
- ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, location, IS_STRING, 0, "\"\"")
+ ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, location, IS_STRING, 1, "null")
ZEND_END_ARG_INFO()