summaryrefslogtreecommitdiff
path: root/ext/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype')
-rw-r--r--ext/ctype/ctype.stub.php5
-rw-r--r--ext/ctype/ctype_arginfo.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/ext/ctype/ctype.stub.php b/ext/ctype/ctype.stub.php
index bcc722c12d..b5d42a97cb 100644
--- a/ext/ctype/ctype.stub.php
+++ b/ext/ctype/ctype.stub.php
@@ -1,6 +1,9 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
function ctype_alnum(mixed $text): bool {}
diff --git a/ext/ctype/ctype_arginfo.h b/ext/ctype/ctype_arginfo.h
index 10d8ae9bf1..400ded4a6a 100644
--- a/ext/ctype/ctype_arginfo.h
+++ b/ext/ctype/ctype_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: aa287af25fe33a05d15d85b92b0edcfae00284a2 */
+ * Stub hash: bdf377cc2819bdc625cd2ee1afed2f3e7990eef8 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, text, IS_MIXED, 0)
@@ -53,3 +53,4 @@ static const zend_function_entry ext_functions[] = {
ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit)
ZEND_FE_END
};
+