1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Fix bug #75461 Wrong reflection on SoapServer:setClass

This commit is contained in:
Fabien Villepinte
2017-10-30 12:51:03 +01:00
committed by Joe Watkins
parent fcfeb6b088
commit 97ff1c9243
+1 -1
View File
@@ -296,7 +296,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_soapserver_setclass, 0, 0, 1)
ZEND_ARG_INFO(0, class_name)
ZEND_ARG_INFO(0, args)
ZEND_ARG_VARIADIC_INFO(0, args)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_soapserver_setobject, 0, 0, 1)