summaryrefslogtreecommitdiff
path: root/ext/gettext
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-05 13:46:46 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-08 19:53:55 +0100
commit98fb565c7448cd455b8d24df5f6be8fcf9330fd7 (patch)
tree939ec045221d2590e28d9111d7721414fec35478 /ext/gettext
parent882b418a014890b9b6763825ce9766f21da38a6f (diff)
downloadphp-git-98fb565c7448cd455b8d24df5f6be8fcf9330fd7.tar.gz
Generate class entries from stubs for another batch of extensions
Closes GH-6669
Diffstat (limited to 'ext/gettext')
-rw-r--r--ext/gettext/gettext.stub.php5
-rw-r--r--ext/gettext/gettext_arginfo.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/ext/gettext/gettext.stub.php b/ext/gettext/gettext.stub.php
index 84654ab741..7a9716361e 100644
--- a/ext/gettext/gettext.stub.php
+++ b/ext/gettext/gettext.stub.php
@@ -1,6 +1,9 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
function textdomain(?string $domain): string {}
diff --git a/ext/gettext/gettext_arginfo.h b/ext/gettext/gettext_arginfo.h
index 32811d5b66..949a57e4ac 100644
--- a/ext/gettext/gettext_arginfo.h
+++ b/ext/gettext/gettext_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 3fbd90b87dfcbc5a1a0a2aea8d0cc45516e221ce */
+ * Stub hash: 4a111861e8302c685ba08073dacf9f120307d89a */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_textdomain, 0, 1, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, domain, IS_STRING, 1)
@@ -102,3 +102,4 @@ static const zend_function_entry ext_functions[] = {
#endif
ZEND_FE_END
};
+