diff options
Diffstat (limited to 'vkflex_arginfo.h')
-rw-r--r-- | vkflex_arginfo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vkflex_arginfo.h b/vkflex_arginfo.h new file mode 100644 index 0000000..f94b252 --- /dev/null +++ b/vkflex_arginfo.h @@ -0,0 +1,10 @@ +/* This is a generated file, edit the .stub.php file instead. + * Stub hash: f42bcb6e76b8feb7e5e912a0cef484c367b721de */ + +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_vkflex, 0, 5, IS_STRING, 0) + ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0) + ZEND_ARG_TYPE_INFO(0, case, IS_STRING, 0) + ZEND_ARG_TYPE_INFO(0, sex, IS_LONG, 0) + ZEND_ARG_TYPE_INFO(0, lang, IS_LONG, 0) + ZEND_ARG_TYPE_INFO(0, type, IS_LONG, 0) +ZEND_END_ARG_INFO() |