]> granicus.if.org Git - php/commitdiff
Add missing stub for com_exception
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 24 Jan 2021 15:06:49 +0000 (16:06 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 24 Jan 2021 15:06:49 +0000 (16:06 +0100)
ext/com_dotnet/com_extension.stub.php
ext/com_dotnet/com_extension_arginfo.h

index 29c382db33f6aa0a91183990968f673ad58ed477..e3194efe06a8a16930fed1b497fab9ff229b70c1 100644 (file)
@@ -82,3 +82,7 @@ class dotnet
     public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) {}
 }
 #endif
+
+final class com_exception extends exception
+{
+}
index cca7769c342485979a8b253822345ad5b4f0684e..d290161fd06e63391e2f84a6936ace67d194fee7 100644 (file)
@@ -1,5 +1,5 @@
 /* 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_ARG_OBJ_INFO(0, variant, variant, 0)
@@ -226,3 +226,8 @@ static const zend_function_entry class_dotnet_methods[] = {
 #endif
        ZEND_FE_END
 };
+
+
+static const zend_function_entry class_com_exception_methods[] = {
+       ZEND_FE_END
+};