summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tokenizer_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tokenizer_arginfo.h')
-rw-r--r--ext/tokenizer/tokenizer_arginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tokenizer/tokenizer_arginfo.h b/ext/tokenizer/tokenizer_arginfo.h
index f1b601358e..4cf8c65fe3 100644
--- a/ext/tokenizer/tokenizer_arginfo.h
+++ b/ext/tokenizer/tokenizer_arginfo.h
@@ -1,6 +1,6 @@
/* This is a generated file, edit the .stub.php file instead. */
-ZEND_BEGIN_ARG_INFO_EX(arginfo_token_get_all, 0, 0, 1)
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_token_get_all, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, flags, IS_LONG, 0)
ZEND_END_ARG_INFO()