Skip to content

Commit bff7761

Browse files
committed
Add missing stub for com_exception
1 parent 02933f9 commit bff7761

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ext/com_dotnet/com_extension.stub.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ class dotnet
8282
public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) {}
8383
}
8484
#endif
85+
86+
final class com_exception extends exception
87+
{
88+
}

ext/com_dotnet/com_extension_arginfo.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: da1da8fcfe8a04d08d354ad2cc5a3658d16c3076 */
2+
* Stub hash: 6b162963bcceb90144fdd3165137fb567f916812 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0)
55
ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
@@ -226,3 +226,8 @@ static const zend_function_entry class_dotnet_methods[] = {
226226
#endif
227227
ZEND_FE_END
228228
};
229+
230+
231+
static const zend_function_entry class_com_exception_methods[] = {
232+
ZEND_FE_END
233+
};

0 commit comments

Comments
 (0)