summaryrefslogtreecommitdiff
path: root/ext/filter
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter')
-rw-r--r--ext/filter/filter.stub.php5
-rw-r--r--ext/filter/filter_arginfo.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/ext/filter/filter.stub.php b/ext/filter/filter.stub.php
index de92b93519..652f5d1431 100644
--- a/ext/filter/filter.stub.php
+++ b/ext/filter/filter.stub.php
@@ -1,6 +1,9 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
function filter_has_var(int $input_type, string $var_name): bool {}
diff --git a/ext/filter/filter_arginfo.h b/ext/filter/filter_arginfo.h
index c4e4479e79..f102c5902a 100644
--- a/ext/filter/filter_arginfo.h
+++ b/ext/filter/filter_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: b5f2e4a79eb6f30fe143b3086845435d0a0a6ef0 */
+ * Stub hash: dc73178b6c82437ae4eec49984613563018d3bde */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_filter_has_var, 0, 2, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, input_type, IS_LONG, 0)
@@ -58,3 +58,4 @@ static const zend_function_entry ext_functions[] = {
ZEND_FE(filter_id, arginfo_filter_id)
ZEND_FE_END
};
+