diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 22:38:06 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 22:38:06 +0100 |
commit | 45fa7596dc4247fc8750b4bdb7a57f020997925e (patch) | |
tree | 1b36dd2bdedb22ff1b85aff8db287bda5b82118f /Zend/zend_exceptions_arginfo.h | |
parent | 57cb01a9277b6e64a68119499d9f9673b45c6184 (diff) | |
download | php-git-45fa7596dc4247fc8750b4bdb7a57f020997925e.tar.gz |
Add missing classes to stubs
Diffstat (limited to 'Zend/zend_exceptions_arginfo.h')
-rw-r--r-- | Zend/zend_exceptions_arginfo.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Zend/zend_exceptions_arginfo.h b/Zend/zend_exceptions_arginfo.h index 5b8dab9b4d..f46ac083dd 100644 --- a/Zend/zend_exceptions_arginfo.h +++ b/Zend/zend_exceptions_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 3699b51b31e509c11435845c7e0d35a2608dd268 */ + * Stub hash: 2fa61163fb7db8d87b14f9cf9a42c3cd8093f2a6 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0) ZEND_END_ARG_INFO() @@ -180,3 +180,8 @@ static const zend_function_entry class_ArithmeticError_methods[] = { static const zend_function_entry class_DivisionByZeroError_methods[] = { ZEND_FE_END }; + + +static const zend_function_entry class_UnhandledMatchError_methods[] = { + ZEND_FE_END +}; |