summaryrefslogtreecommitdiff
path: root/ext/ctype/ctype.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/ctype.stub.php')
-rw-r--r--ext/ctype/ctype.stub.php5
1 files changed, 4 insertions, 1 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 {}