From 373a6d82749baf7681127a696374bc0effded5cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 7 Mar 2020 20:26:06 +0100 Subject: [PATCH] Regenerate reflection stubs --- ext/reflection/php_reflection_arginfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/reflection/php_reflection_arginfo.h b/ext/reflection/php_reflection_arginfo.h index 45ead8eaac..82c048ad5c 100644 --- a/ext/reflection/php_reflection_arginfo.h +++ b/ext/reflection/php_reflection_arginfo.h @@ -449,8 +449,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionReference_fromArr ZEND_ARG_INFO(0, key) ZEND_END_ARG_INFO() -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ReflectionReference_getId, 0, 0, IS_STRING, 0) -ZEND_END_ARG_INFO() +#define arginfo_class_ReflectionReference_getId arginfo_class_ReflectionFunction___toString #define arginfo_class_ReflectionReference___clone arginfo_class_ReflectionFunctionAbstract___clone -- 2.50.0