summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2021-01-24 16:07:34 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2021-01-24 16:07:34 +0100
commit062a891be7bb83a7d7464e7b508f4c4453d76e14 (patch)
tree61275471307ada5dc99168846c97472f5a9c7e49
parent0374943a0b6a19ddc1663b3e3a0b33c54311517c (diff)
parentbff7761653ab44c848e71f9d9727c7801588a50c (diff)
downloadphp-git-062a891be7bb83a7d7464e7b508f4c4453d76e14.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Add missing stub for com_exception
-rw-r--r--ext/com_dotnet/com_extension.stub.php4
-rw-r--r--ext/com_dotnet/com_extension_arginfo.h7
2 files changed, 10 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_extension.stub.php b/ext/com_dotnet/com_extension.stub.php
index 29c382db33..e3194efe06 100644
--- a/ext/com_dotnet/com_extension.stub.php
+++ b/ext/com_dotnet/com_extension.stub.php
@@ -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
+{
+}
diff --git a/ext/com_dotnet/com_extension_arginfo.h b/ext/com_dotnet/com_extension_arginfo.h
index cca7769c34..d290161fd0 100644
--- a/ext/com_dotnet/com_extension_arginfo.h
+++ b/ext/com_dotnet/com_extension_arginfo.h
@@ -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
+};