diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-21 11:53:00 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-21 11:53:00 +0200 |
commit | b3ea6ce720b3811e0c98ba4bdcf9107553d8967a (patch) | |
tree | 9696c206609573f70652e938fa5ff550273d1288 /ext/reflection/php_reflection_arginfo.h | |
parent | 3a9036ac54c016a39a101057f29da30cc0c4c475 (diff) | |
download | php-git-b3ea6ce720b3811e0c98ba4bdcf9107553d8967a.tar.gz |
Make ReflectionGenerator final
This class is not safe against malicious extension / instantiation.
Diffstat (limited to 'ext/reflection/php_reflection_arginfo.h')
-rw-r--r-- | ext/reflection/php_reflection_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection_arginfo.h b/ext/reflection/php_reflection_arginfo.h index 1d9f730309..38da4b6580 100644 --- a/ext/reflection/php_reflection_arginfo.h +++ b/ext/reflection/php_reflection_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 762e9bab89b8edae0b567c1c3926ffa226abe874 */ + * Stub hash: 330900e4fdcc9691ef971a270d065f859cee47bd */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, modifiers, IS_LONG, 0) |