-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfunctions_arginfo.h
35 lines (26 loc) · 1.16 KB
/
functions_arginfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 365fed498b521d06e6f73aab3437072b3c24d1a3 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_kafka_get_err_descs, 0, 0, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_kafka_err2str, 0, 1, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, errorCode, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_kafka_thread_cnt, 0, 0, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_kafka_offset_tail, 0, 1, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
ZEND_END_ARG_INFO()
#define arginfo_kafka_err2name arginfo_kafka_err2str
ZEND_FUNCTION(kafka_get_err_descs);
ZEND_FUNCTION(kafka_err2str);
ZEND_FUNCTION(kafka_thread_cnt);
ZEND_FUNCTION(kafka_offset_tail);
ZEND_FUNCTION(kafka_err2name);
static const zend_function_entry ext_functions[] = {
ZEND_FE(kafka_get_err_descs, arginfo_kafka_get_err_descs)
ZEND_FE(kafka_err2str, arginfo_kafka_err2str)
ZEND_FE(kafka_thread_cnt, arginfo_kafka_thread_cnt)
ZEND_FE(kafka_offset_tail, arginfo_kafka_offset_tail)
ZEND_FE(kafka_err2name, arginfo_kafka_err2name)
ZEND_FE_END
};