Add missing stub for com_exception

This commit is contained in:
Christoph M. Becker 2021-01-24 16:06:49 +01:00
parent 02933f923e
commit bff7761653
2 changed files with 10 additions and 1 deletions

View file

@ -82,3 +82,7 @@ class dotnet
public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) {} public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) {}
} }
#endif #endif
final class com_exception extends exception
{
}

View file

@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead. /* This is a generated file, edit the .stub.php file instead.
* Stub hash: da1da8fcfe8a04d08d354ad2cc5a3658d16c3076 */ * Stub hash: 6b162963bcceb90144fdd3165137fb567f916812 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0) ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0)
ZEND_ARG_OBJ_INFO(0, variant, variant, 0) ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
@ -226,3 +226,8 @@ static const zend_function_entry class_dotnet_methods[] = {
#endif #endif
ZEND_FE_END ZEND_FE_END
}; };
static const zend_function_entry class_com_exception_methods[] = {
ZEND_FE_END
};