-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathteds_interfaces_arginfo.h
136 lines (97 loc) · 6.05 KB
/
teds_interfaces_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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: aebcd29643425846e97e9334fb20fb58ff308a76 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Collection_values, 0, 0, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
#define arginfo_class_Teds_Collection_toArray arginfo_class_Teds_Collection_values
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Collection_isEmpty, 0, 0, _IS_BOOL, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Collection_contains, 0, 1, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Collection_clear, 0, 0, IS_VOID, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Sequence_get, 0, 1, IS_MIXED, 0)
ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Sequence_set, 0, 2, IS_VOID, 0)
ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Sequence_insert, 0, 1, IS_VOID, 0)
ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
ZEND_ARG_VARIADIC_TYPE_INFO(0, values, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Sequence_push, 0, 0, IS_VOID, 0)
ZEND_ARG_VARIADIC_TYPE_INFO(0, values, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Teds_Sequence_pop, 0, 0, IS_MIXED, 0)
ZEND_END_ARG_INFO()
#define arginfo_class_Teds_Sequence_pushFront arginfo_class_Teds_Sequence_push
#define arginfo_class_Teds_Sequence_popFront arginfo_class_Teds_Sequence_pop
#define arginfo_class_Teds_Sequence_first arginfo_class_Teds_Sequence_pop
#define arginfo_class_Teds_Sequence_last arginfo_class_Teds_Sequence_pop
#define arginfo_class_Teds_Map_containsKey arginfo_class_Teds_Collection_contains
#define arginfo_class_Teds_Set_add arginfo_class_Teds_Collection_contains
#define arginfo_class_Teds_Set_remove arginfo_class_Teds_Collection_contains
static const zend_function_entry class_Teds_Collection_methods[] = {
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Collection, values, arginfo_class_Teds_Collection_values, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Collection, toArray, arginfo_class_Teds_Collection_toArray, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Collection, isEmpty, arginfo_class_Teds_Collection_isEmpty, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Collection, contains, arginfo_class_Teds_Collection_contains, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Collection, clear, arginfo_class_Teds_Collection_clear, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_FE_END
};
static const zend_function_entry class_Teds_Sequence_methods[] = {
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, get, arginfo_class_Teds_Sequence_get, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, set, arginfo_class_Teds_Sequence_set, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, insert, arginfo_class_Teds_Sequence_insert, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, push, arginfo_class_Teds_Sequence_push, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, pop, arginfo_class_Teds_Sequence_pop, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, pushFront, arginfo_class_Teds_Sequence_pushFront, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, popFront, arginfo_class_Teds_Sequence_popFront, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, first, arginfo_class_Teds_Sequence_first, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Sequence, last, arginfo_class_Teds_Sequence_last, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_FE_END
};
static const zend_function_entry class_Teds_Map_methods[] = {
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Map, containsKey, arginfo_class_Teds_Map_containsKey, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_FE_END
};
static const zend_function_entry class_Teds_Set_methods[] = {
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Set, add, arginfo_class_Teds_Set_add, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_ABSTRACT_ME_WITH_FLAGS(Teds_Set, remove, arginfo_class_Teds_Set_remove, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
ZEND_FE_END
};
static zend_class_entry *register_class_Teds_Collection(zend_class_entry *class_entry_Traversable, zend_class_entry *class_entry_Countable)
{
zend_class_entry ce, *class_entry;
INIT_NS_CLASS_ENTRY(ce, "Teds", "Collection", class_Teds_Collection_methods);
class_entry = zend_register_internal_interface(&ce);
zend_class_implements(class_entry, 2, class_entry_Traversable, class_entry_Countable);
zend_register_class_alias("Teds\\Values", class_entry);
return class_entry;
}
static zend_class_entry *register_class_Teds_Sequence(zend_class_entry *class_entry_Teds_Collection, zend_class_entry *class_entry_ArrayAccess)
{
zend_class_entry ce, *class_entry;
INIT_NS_CLASS_ENTRY(ce, "Teds", "Sequence", class_Teds_Sequence_methods);
class_entry = zend_register_internal_interface(&ce);
zend_class_implements(class_entry, 2, class_entry_Teds_Collection, class_entry_ArrayAccess);
return class_entry;
}
static zend_class_entry *register_class_Teds_Map(zend_class_entry *class_entry_Teds_Collection, zend_class_entry *class_entry_ArrayAccess)
{
zend_class_entry ce, *class_entry;
INIT_NS_CLASS_ENTRY(ce, "Teds", "Map", class_Teds_Map_methods);
class_entry = zend_register_internal_interface(&ce);
zend_class_implements(class_entry, 2, class_entry_Teds_Collection, class_entry_ArrayAccess);
return class_entry;
}
static zend_class_entry *register_class_Teds_Set(zend_class_entry *class_entry_Teds_Collection)
{
zend_class_entry ce, *class_entry;
INIT_NS_CLASS_ENTRY(ce, "Teds", "Set", class_Teds_Set_methods);
class_entry = zend_register_internal_interface(&ce);
zend_class_implements(class_entry, 1, class_entry_Teds_Collection);
return class_entry;
}