improve shared symbol tables
[awesomized/ext-ion] / ion_arginfo.h
1 /* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 8f4964120dccb00c053325183fda763f64f08b6e */
3
4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_ion_Symbol_Table_PHP, 0, 0, ion\\Symbol\\Table, 0)
5 ZEND_END_ARG_INFO()
6
7 #define arginfo_ion_Symbol_Table_System arginfo_ion_Symbol_Table_PHP
8
9 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ion_serialize, 0, 1, IS_STRING, 0)
10 ZEND_ARG_TYPE_INFO(0, data, IS_MIXED, 0)
11 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, serializer, ion\\Serializer, 1, "null")
12 ZEND_END_ARG_INFO()
13
14 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ion_unserialize, 0, 1, IS_MIXED, 0)
15 ZEND_ARG_INFO(0, data)
16 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, unserializer, ion\\Unserializer, 1, "null")
17 ZEND_END_ARG_INFO()
18
19 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Symbol_ImportLocation___construct, 0, 0, 2)
20 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
21 ZEND_ARG_TYPE_INFO(0, location, IS_LONG, 0)
22 ZEND_END_ARG_INFO()
23
24 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Symbol_Enum_toSymbol, 0, 0, ion\\Symbol, 0)
25 ZEND_END_ARG_INFO()
26
27 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Symbol_Enum_toSID, 0, 0, IS_LONG, 0)
28 ZEND_END_ARG_INFO()
29
30 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Symbol_Enum_toString, 0, 0, IS_STRING, 0)
31 ZEND_END_ARG_INFO()
32
33 #define arginfo_class_ion_Symbol_Table_System_toSymbol arginfo_class_ion_Symbol_Enum_toSymbol
34
35 #define arginfo_class_ion_Symbol_Table_System_toSID arginfo_class_ion_Symbol_Enum_toSID
36
37 #define arginfo_class_ion_Symbol_Table_System_toString arginfo_class_ion_Symbol_Enum_toString
38
39 #define arginfo_class_ion_Symbol_Table_PHP_toSymbol arginfo_class_ion_Symbol_Enum_toSymbol
40
41 #define arginfo_class_ion_Symbol_Table_PHP_toSID arginfo_class_ion_Symbol_Enum_toSID
42
43 #define arginfo_class_ion_Symbol_Table_PHP_toString arginfo_class_ion_Symbol_Enum_toString
44
45 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Symbol___construct, 0, 0, 0)
46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, value, IS_STRING, 1, "null")
47 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sid, IS_LONG, 0, "-1")
48 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, importLocation, ion\\Symbol\\ImportLocation, 1, "null")
49 ZEND_END_ARG_INFO()
50
51 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Symbol_equals, 0, 1, _IS_BOOL, 0)
52 ZEND_ARG_OBJ_INFO(0, symbol, ion\\Symbol, 0)
53 ZEND_END_ARG_INFO()
54
55 #define arginfo_class_ion_Symbol___toString arginfo_class_ion_Symbol_Enum_toString
56
57 #define arginfo_class_ion_Symbol_toString arginfo_class_ion_Symbol_Enum_toString
58
59 #define arginfo_class_ion_Symbol_Table_getMaxId arginfo_class_ion_Symbol_Enum_toSID
60
61 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Symbol_Table_add, 0, 1, IS_LONG, 0)
62 ZEND_ARG_OBJ_TYPE_MASK(0, symbol, ion\\Symbol, MAY_BE_STRING, NULL)
63 ZEND_END_ARG_INFO()
64
65 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Symbol_Table_find, 0, 1, ion\\Symbol, 1)
66 ZEND_ARG_TYPE_MASK(0, id, MAY_BE_STRING|MAY_BE_LONG, NULL)
67 ZEND_END_ARG_INFO()
68
69 #define arginfo_class_ion_Symbol_Table_findLocal arginfo_class_ion_Symbol_Table_find
70
71 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Symbol_Table_Local___construct, 0, 0, 0)
72 ZEND_END_ARG_INFO()
73
74 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Symbol_Table_Local_import, 0, 1, IS_VOID, 0)
75 ZEND_ARG_OBJ_INFO(0, table, ion\\Symbol\\Table, 0)
76 ZEND_END_ARG_INFO()
77
78 #define arginfo_class_ion_Symbol_Table_Local_getMaxId arginfo_class_ion_Symbol_Enum_toSID
79
80 #define arginfo_class_ion_Symbol_Table_Local_add arginfo_class_ion_Symbol_Table_add
81
82 #define arginfo_class_ion_Symbol_Table_Local_find arginfo_class_ion_Symbol_Table_find
83
84 #define arginfo_class_ion_Symbol_Table_Local_findLocal arginfo_class_ion_Symbol_Table_find
85
86 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Symbol_Table_Shared___construct, 0, 0, 1)
87 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
88 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, version, IS_LONG, 0, "1")
89 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, symbols, IS_ARRAY, 1, "null")
90 ZEND_END_ARG_INFO()
91
92 #define arginfo_class_ion_Symbol_Table_Shared_getMaxId arginfo_class_ion_Symbol_Enum_toSID
93
94 #define arginfo_class_ion_Symbol_Table_Shared_add arginfo_class_ion_Symbol_Table_add
95
96 #define arginfo_class_ion_Symbol_Table_Shared_find arginfo_class_ion_Symbol_Table_find
97
98 #define arginfo_class_ion_Symbol_Table_Shared_findLocal arginfo_class_ion_Symbol_Table_find
99
100 #define arginfo_class_ion_Catalog___construct arginfo_class_ion_Symbol_Table_Local___construct
101
102 #define arginfo_class_ion_Catalog_count arginfo_class_ion_Symbol_Enum_toSID
103
104 #define arginfo_class_ion_Catalog_add arginfo_class_ion_Symbol_Table_Local_import
105
106 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Catalog_remove, 0, 1, _IS_BOOL, 0)
107 ZEND_ARG_OBJ_TYPE_MASK(0, table, ion\\Symbol\\Table, MAY_BE_STRING, NULL)
108 ZEND_END_ARG_INFO()
109
110 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Catalog_find, 0, 1, ion\\Symbol\\Table, 1)
111 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
112 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, version, IS_LONG, 0, "0")
113 ZEND_END_ARG_INFO()
114
115 #define arginfo_class_ion_Catalog_findBest arginfo_class_ion_Catalog_find
116
117 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_LOB___construct, 0, 0, 1)
118 ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
119 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, type, ion\\Type, 0, "ion\\Type::CLob")
120 ZEND_END_ARG_INFO()
121
122 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Decimal_Context___construct, 0, 0, 5)
123 ZEND_ARG_TYPE_INFO(0, digits, IS_LONG, 0)
124 ZEND_ARG_TYPE_INFO(0, eMax, IS_LONG, 0)
125 ZEND_ARG_TYPE_INFO(0, eMin, IS_LONG, 0)
126 ZEND_ARG_OBJ_TYPE_MASK(0, round, ion\\Decimal\\Context\\Rounding, MAY_BE_LONG, NULL)
127 ZEND_ARG_TYPE_INFO(0, clamp, _IS_BOOL, 0)
128 ZEND_END_ARG_INFO()
129
130 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Decimal_Context_Dec32, 0, 0, ion\\Decimal\\Context, 0)
131 ZEND_END_ARG_INFO()
132
133 #define arginfo_class_ion_Decimal_Context_Dec64 arginfo_class_ion_Decimal_Context_Dec32
134
135 #define arginfo_class_ion_Decimal_Context_Dec128 arginfo_class_ion_Decimal_Context_Dec32
136
137 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Decimal_Context_DecMax, 0, 0, ion\\Decimal\\Context, 0)
138 ZEND_ARG_OBJ_TYPE_MASK(0, round, ion\\Decimal\\Context\\Rounding, MAY_BE_LONG, "ion\\Decimal\\Context\\Rounding::HalfEven")
139 ZEND_END_ARG_INFO()
140
141 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Decimal___construct, 0, 0, 1)
142 ZEND_ARG_TYPE_MASK(0, number, MAY_BE_STRING|MAY_BE_LONG, NULL)
143 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, context, ion\\Decimal\\Context, 1, "null")
144 ZEND_END_ARG_INFO()
145
146 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Decimal_equals, 0, 1, _IS_BOOL, 0)
147 ZEND_ARG_OBJ_INFO(0, decimal, ion\\Decimal, 0)
148 ZEND_END_ARG_INFO()
149
150 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Decimal_isInt, 0, 0, _IS_BOOL, 0)
151 ZEND_END_ARG_INFO()
152
153 #define arginfo_class_ion_Decimal___toString arginfo_class_ion_Symbol_Enum_toString
154
155 #define arginfo_class_ion_Decimal_toString arginfo_class_ion_Symbol_Enum_toString
156
157 #define arginfo_class_ion_Decimal_toInt arginfo_class_ion_Symbol_Enum_toSID
158
159 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Timestamp___construct, 0, 0, 1)
160 ZEND_ARG_OBJ_TYPE_MASK(0, precision, ion\\Timestamp\\Precision, MAY_BE_LONG, NULL)
161 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, format, IS_STRING, 1, "null")
162 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, datetime, IS_STRING, 1, "null")
163 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, timezone, DateTimeZone, 1, "null")
164 ZEND_END_ARG_INFO()
165
166 #define arginfo_class_ion_Timestamp___toString arginfo_class_ion_Symbol_Enum_toString
167
168 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Reader_getType, 0, 0, ion\\Type, 0)
169 ZEND_END_ARG_INFO()
170
171 #define arginfo_class_ion_Reader_hasAnnotations arginfo_class_ion_Decimal_isInt
172
173 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_hasAnnotation, 0, 1, _IS_BOOL, 0)
174 ZEND_ARG_TYPE_INFO(0, annotation, IS_STRING, 0)
175 ZEND_END_ARG_INFO()
176
177 #define arginfo_class_ion_Reader_isNull arginfo_class_ion_Decimal_isInt
178
179 #define arginfo_class_ion_Reader_isInStruct arginfo_class_ion_Decimal_isInt
180
181 #define arginfo_class_ion_Reader_getFieldName arginfo_class_ion_Symbol_Enum_toString
182
183 #define arginfo_class_ion_Reader_getFieldNameSymbol arginfo_class_ion_Symbol_Enum_toSymbol
184
185 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_getAnnotations, 0, 0, IS_ARRAY, 0)
186 ZEND_END_ARG_INFO()
187
188 #define arginfo_class_ion_Reader_getAnnotationSymbols arginfo_class_ion_Reader_getAnnotations
189
190 #define arginfo_class_ion_Reader_countAnnotations arginfo_class_ion_Symbol_Enum_toSID
191
192 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_getAnnotation, 0, 1, IS_STRING, 0)
193 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
194 ZEND_END_ARG_INFO()
195
196 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Reader_getAnnotationSymbol, 0, 1, ion\\Symbol, 0)
197 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
198 ZEND_END_ARG_INFO()
199
200 #define arginfo_class_ion_Reader_readNull arginfo_class_ion_Reader_getType
201
202 #define arginfo_class_ion_Reader_readBool arginfo_class_ion_Decimal_isInt
203
204 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_ion_Reader_readInt, 0, 0, MAY_BE_LONG|MAY_BE_STRING)
205 ZEND_END_ARG_INFO()
206
207 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_readFloat, 0, 0, IS_DOUBLE, 0)
208 ZEND_END_ARG_INFO()
209
210 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Reader_readDecimal, 0, 0, ion\\Decimal, 0)
211 ZEND_END_ARG_INFO()
212
213 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Reader_readTimestamp, 0, 0, ion\\Timestamp, 0)
214 ZEND_END_ARG_INFO()
215
216 #define arginfo_class_ion_Reader_readSymbol arginfo_class_ion_Symbol_Enum_toSymbol
217
218 #define arginfo_class_ion_Reader_readString arginfo_class_ion_Symbol_Enum_toString
219
220 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_readStringPart, 0, 1, _IS_BOOL, 0)
221 ZEND_ARG_INFO(1, string)
222 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, length, IS_LONG, 0, "0x1000")
223 ZEND_END_ARG_INFO()
224
225 #define arginfo_class_ion_Reader_readLob arginfo_class_ion_Symbol_Enum_toString
226
227 #define arginfo_class_ion_Reader_readLobPart arginfo_class_ion_Reader_readStringPart
228
229 #define arginfo_class_ion_Reader_getPosition arginfo_class_ion_Symbol_Enum_toSID
230
231 #define arginfo_class_ion_Reader_getDepth arginfo_class_ion_Symbol_Enum_toSID
232
233 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_seek, 0, 1, IS_VOID, 0)
234 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
235 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, length, IS_LONG, 0, "-1")
236 ZEND_END_ARG_INFO()
237
238 #define arginfo_class_ion_Reader_getValueOffset arginfo_class_ion_Symbol_Enum_toSID
239
240 #define arginfo_class_ion_Reader_getValueLength arginfo_class_ion_Symbol_Enum_toSID
241
242 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Reader_Options___construct, 0, 0, 0)
243 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, catalog, ion\\Catalog, 1, "null")
244 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, decimalContext, ion\\Decimal\\Context, 1, "null")
245 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, onContextChange, Closure, 1, "null")
246 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, returnSystemValues, _IS_BOOL, 0, "false")
247 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, newLine, IS_LONG, 0, "0xa")
248 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxContainerDepth, IS_LONG, 0, "10")
249 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxAnnotations, IS_LONG, 0, "10")
250 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxAnnotationBuffered, IS_LONG, 0, "512")
251 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, symbolThreshold, IS_LONG, 0, "0x4000")
252 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, userValueThreshold, IS_LONG, 0, "0x4000")
253 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, chunkThreshold, IS_LONG, 0, "0x4000")
254 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allocationPageSize, IS_LONG, 0, "0x10000")
255 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, skipCharacterValidation, _IS_BOOL, 0, "false")
256 ZEND_END_ARG_INFO()
257
258 #define arginfo_class_ion_Reader_Reader_hasChildren arginfo_class_ion_Decimal_isInt
259
260 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ion_Reader_Reader_getChildren, 0, 0, ion\\Reader, 0)
261 ZEND_END_ARG_INFO()
262
263 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_Reader_rewind, 0, 0, IS_VOID, 0)
264 ZEND_END_ARG_INFO()
265
266 #define arginfo_class_ion_Reader_Reader_next arginfo_class_ion_Reader_Reader_rewind
267
268 #define arginfo_class_ion_Reader_Reader_valid arginfo_class_ion_Decimal_isInt
269
270 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_Reader_key, 0, 0, IS_MIXED, 0)
271 ZEND_END_ARG_INFO()
272
273 #define arginfo_class_ion_Reader_Reader_current arginfo_class_ion_Reader_Reader_key
274
275 #define arginfo_class_ion_Reader_Reader_getType arginfo_class_ion_Reader_getType
276
277 #define arginfo_class_ion_Reader_Reader_hasAnnotations arginfo_class_ion_Decimal_isInt
278
279 #define arginfo_class_ion_Reader_Reader_hasAnnotation arginfo_class_ion_Reader_hasAnnotation
280
281 #define arginfo_class_ion_Reader_Reader_isNull arginfo_class_ion_Decimal_isInt
282
283 #define arginfo_class_ion_Reader_Reader_isInStruct arginfo_class_ion_Decimal_isInt
284
285 #define arginfo_class_ion_Reader_Reader_getFieldName arginfo_class_ion_Symbol_Enum_toString
286
287 #define arginfo_class_ion_Reader_Reader_getFieldNameSymbol arginfo_class_ion_Symbol_Enum_toSymbol
288
289 #define arginfo_class_ion_Reader_Reader_getAnnotations arginfo_class_ion_Reader_getAnnotations
290
291 #define arginfo_class_ion_Reader_Reader_getAnnotationSymbols arginfo_class_ion_Reader_getAnnotations
292
293 #define arginfo_class_ion_Reader_Reader_countAnnotations arginfo_class_ion_Symbol_Enum_toSID
294
295 #define arginfo_class_ion_Reader_Reader_getAnnotation arginfo_class_ion_Reader_getAnnotation
296
297 #define arginfo_class_ion_Reader_Reader_getAnnotationSymbol arginfo_class_ion_Reader_getAnnotationSymbol
298
299 #define arginfo_class_ion_Reader_Reader_readNull arginfo_class_ion_Reader_getType
300
301 #define arginfo_class_ion_Reader_Reader_readBool arginfo_class_ion_Decimal_isInt
302
303 #define arginfo_class_ion_Reader_Reader_readInt arginfo_class_ion_Reader_readInt
304
305 #define arginfo_class_ion_Reader_Reader_readFloat arginfo_class_ion_Reader_readFloat
306
307 #define arginfo_class_ion_Reader_Reader_readDecimal arginfo_class_ion_Reader_readDecimal
308
309 #define arginfo_class_ion_Reader_Reader_readTimestamp arginfo_class_ion_Reader_readTimestamp
310
311 #define arginfo_class_ion_Reader_Reader_readSymbol arginfo_class_ion_Symbol_Enum_toSymbol
312
313 #define arginfo_class_ion_Reader_Reader_readString arginfo_class_ion_Symbol_Enum_toString
314
315 #define arginfo_class_ion_Reader_Reader_readStringPart arginfo_class_ion_Reader_readStringPart
316
317 #define arginfo_class_ion_Reader_Reader_readLob arginfo_class_ion_Symbol_Enum_toString
318
319 #define arginfo_class_ion_Reader_Reader_readLobPart arginfo_class_ion_Reader_readStringPart
320
321 #define arginfo_class_ion_Reader_Reader_getPosition arginfo_class_ion_Symbol_Enum_toSID
322
323 #define arginfo_class_ion_Reader_Reader_getDepth arginfo_class_ion_Symbol_Enum_toSID
324
325 #define arginfo_class_ion_Reader_Reader_seek arginfo_class_ion_Reader_seek
326
327 #define arginfo_class_ion_Reader_Reader_getValueOffset arginfo_class_ion_Symbol_Enum_toSID
328
329 #define arginfo_class_ion_Reader_Reader_getValueLength arginfo_class_ion_Symbol_Enum_toSID
330
331 #define arginfo_class_ion_Reader_Buffer_getBuffer arginfo_class_ion_Symbol_Enum_toString
332
333 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Reader_Buffer_Reader___construct, 0, 0, 1)
334 ZEND_ARG_TYPE_INFO(0, buffer, IS_STRING, 0)
335 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, options, ion\\Reader\\Options, 1, "null")
336 ZEND_END_ARG_INFO()
337
338 #define arginfo_class_ion_Reader_Buffer_Reader_getBuffer arginfo_class_ion_Symbol_Enum_toString
339
340 #define arginfo_class_ion_Reader_Stream_getStream arginfo_class_ion_Symbol_Table_Local___construct
341
342 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_Stream_resetStream, 0, 1, IS_VOID, 0)
343 ZEND_ARG_INFO(0, stream)
344 ZEND_END_ARG_INFO()
345
346 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Reader_Stream_resetStreamWithLength, 0, 2, IS_VOID, 0)
347 ZEND_ARG_INFO(0, stream)
348 ZEND_ARG_TYPE_INFO(0, position, IS_LONG, 0)
349 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, length, IS_LONG, 0, "-1")
350 ZEND_END_ARG_INFO()
351
352 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Reader_Stream_Reader___construct, 0, 0, 1)
353 ZEND_ARG_INFO(0, stream)
354 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, options, ion\\Reader\\Options, 1, "null")
355 ZEND_END_ARG_INFO()
356
357 #define arginfo_class_ion_Reader_Stream_Reader_getStream arginfo_class_ion_Symbol_Table_Local___construct
358
359 #define arginfo_class_ion_Reader_Stream_Reader_resetStream arginfo_class_ion_Reader_Stream_resetStream
360
361 #define arginfo_class_ion_Reader_Stream_Reader_resetStreamWithLength arginfo_class_ion_Reader_Stream_resetStreamWithLength
362
363 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Writer_Options___construct, 0, 0, 0)
364 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, catalog, ion\\Catalog, 1, "null")
365 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, decimalContext, ion\\Decimal\\Context, 1, "null")
366 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, encodingSymbolTable, ion\\Collection, 1, "null")
367 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, outputBinary, _IS_BOOL, 0, "false")
368 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, compactFloats, _IS_BOOL, 0, "false")
369 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, escapeNonAscii, _IS_BOOL, 0, "false")
370 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prettyPrint, _IS_BOOL, 0, "false")
371 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, indentTabs, _IS_BOOL, 0, "true")
372 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, indentSize, IS_LONG, 0, "2")
373 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, smallContainersInline, _IS_BOOL, 0, "true")
374 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, suppressSystemValues, _IS_BOOL, 0, "false")
375 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flushEveryValue, _IS_BOOL, 0, "false")
376 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxContainerDepth, IS_LONG, 0, "10")
377 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxAnnotations, IS_LONG, 0, "10")
378 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, tempBufferSize, IS_LONG, 0, "0x4000")
379 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allocationPageSize, IS_LONG, 0, "0x10000")
380 ZEND_END_ARG_INFO()
381
382 #define arginfo_class_ion_Writer_writeNull arginfo_class_ion_Reader_Reader_rewind
383
384 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeTypedNull, 0, 1, IS_VOID, 0)
385 ZEND_ARG_OBJ_INFO(0, type, ion\\Type, 0)
386 ZEND_END_ARG_INFO()
387
388 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeBool, 0, 1, IS_VOID, 0)
389 ZEND_ARG_TYPE_INFO(0, value, _IS_BOOL, 0)
390 ZEND_END_ARG_INFO()
391
392 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeInt, 0, 1, IS_VOID, 0)
393 ZEND_ARG_TYPE_MASK(0, value, MAY_BE_LONG|MAY_BE_STRING, NULL)
394 ZEND_END_ARG_INFO()
395
396 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeFloat, 0, 1, IS_VOID, 0)
397 ZEND_ARG_TYPE_INFO(0, value, IS_DOUBLE, 0)
398 ZEND_END_ARG_INFO()
399
400 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeDecimal, 0, 1, IS_VOID, 0)
401 ZEND_ARG_OBJ_TYPE_MASK(0, value, ion\\Decimal, MAY_BE_STRING, NULL)
402 ZEND_END_ARG_INFO()
403
404 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeTimestamp, 0, 1, IS_VOID, 0)
405 ZEND_ARG_OBJ_TYPE_MASK(0, value, ion\\Timestamp, MAY_BE_STRING, NULL)
406 ZEND_END_ARG_INFO()
407
408 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeSymbol, 0, 1, IS_VOID, 0)
409 ZEND_ARG_OBJ_TYPE_MASK(0, value, ion\\Symbol, MAY_BE_STRING, NULL)
410 ZEND_END_ARG_INFO()
411
412 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeString, 0, 1, IS_VOID, 0)
413 ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
414 ZEND_END_ARG_INFO()
415
416 #define arginfo_class_ion_Writer_writeCLob arginfo_class_ion_Writer_writeString
417
418 #define arginfo_class_ion_Writer_writeBLob arginfo_class_ion_Writer_writeString
419
420 #define arginfo_class_ion_Writer_startLob arginfo_class_ion_Writer_writeTypedNull
421
422 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_appendLob, 0, 1, IS_VOID, 0)
423 ZEND_ARG_TYPE_INFO(0, data, IS_STRING, 0)
424 ZEND_END_ARG_INFO()
425
426 #define arginfo_class_ion_Writer_finishLob arginfo_class_ion_Reader_Reader_rewind
427
428 #define arginfo_class_ion_Writer_startContainer arginfo_class_ion_Writer_writeTypedNull
429
430 #define arginfo_class_ion_Writer_finishContainer arginfo_class_ion_Reader_Reader_rewind
431
432 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeFieldName, 0, 1, IS_VOID, 0)
433 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
434 ZEND_END_ARG_INFO()
435
436 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeAnnotation, 0, 0, IS_VOID, 0)
437 ZEND_ARG_VARIADIC_OBJ_TYPE_MASK(0, annotation, ion\\Symbol, MAY_BE_STRING, NULL)
438 ZEND_END_ARG_INFO()
439
440 #define arginfo_class_ion_Writer_getDepth arginfo_class_ion_Symbol_Enum_toSID
441
442 #define arginfo_class_ion_Writer_flush arginfo_class_ion_Symbol_Enum_toSID
443
444 #define arginfo_class_ion_Writer_finish arginfo_class_ion_Symbol_Enum_toSID
445
446 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Writer_writeOne, 0, 1, IS_VOID, 0)
447 ZEND_ARG_OBJ_INFO(0, reader, ion\\Reader, 0)
448 ZEND_END_ARG_INFO()
449
450 #define arginfo_class_ion_Writer_writeAll arginfo_class_ion_Writer_writeOne
451
452 #define arginfo_class_ion_Writer_Writer_writeNull arginfo_class_ion_Reader_Reader_rewind
453
454 #define arginfo_class_ion_Writer_Writer_writeTypedNull arginfo_class_ion_Writer_writeTypedNull
455
456 #define arginfo_class_ion_Writer_Writer_writeBool arginfo_class_ion_Writer_writeBool
457
458 #define arginfo_class_ion_Writer_Writer_writeInt arginfo_class_ion_Writer_writeInt
459
460 #define arginfo_class_ion_Writer_Writer_writeFloat arginfo_class_ion_Writer_writeFloat
461
462 #define arginfo_class_ion_Writer_Writer_writeDecimal arginfo_class_ion_Writer_writeDecimal
463
464 #define arginfo_class_ion_Writer_Writer_writeTimestamp arginfo_class_ion_Writer_writeTimestamp
465
466 #define arginfo_class_ion_Writer_Writer_writeSymbol arginfo_class_ion_Writer_writeSymbol
467
468 #define arginfo_class_ion_Writer_Writer_writeString arginfo_class_ion_Writer_writeString
469
470 #define arginfo_class_ion_Writer_Writer_writeCLob arginfo_class_ion_Writer_writeString
471
472 #define arginfo_class_ion_Writer_Writer_writeBLob arginfo_class_ion_Writer_writeString
473
474 #define arginfo_class_ion_Writer_Writer_startLob arginfo_class_ion_Writer_writeTypedNull
475
476 #define arginfo_class_ion_Writer_Writer_appendLob arginfo_class_ion_Writer_appendLob
477
478 #define arginfo_class_ion_Writer_Writer_finishLob arginfo_class_ion_Reader_Reader_rewind
479
480 #define arginfo_class_ion_Writer_Writer_startContainer arginfo_class_ion_Writer_writeTypedNull
481
482 #define arginfo_class_ion_Writer_Writer_finishContainer arginfo_class_ion_Reader_Reader_rewind
483
484 #define arginfo_class_ion_Writer_Writer_writeFieldName arginfo_class_ion_Writer_writeFieldName
485
486 #define arginfo_class_ion_Writer_Writer_writeAnnotation arginfo_class_ion_Writer_writeAnnotation
487
488 #define arginfo_class_ion_Writer_Writer_getDepth arginfo_class_ion_Symbol_Enum_toSID
489
490 #define arginfo_class_ion_Writer_Writer_flush arginfo_class_ion_Symbol_Enum_toSID
491
492 #define arginfo_class_ion_Writer_Writer_finish arginfo_class_ion_Symbol_Enum_toSID
493
494 #define arginfo_class_ion_Writer_Writer_writeOne arginfo_class_ion_Writer_writeOne
495
496 #define arginfo_class_ion_Writer_Writer_writeAll arginfo_class_ion_Writer_writeOne
497
498 #define arginfo_class_ion_Writer_Buffer_getBuffer arginfo_class_ion_Symbol_Enum_toString
499
500 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Writer_Buffer_Writer___construct, 0, 0, 1)
501 ZEND_ARG_TYPE_INFO(1, buffer, IS_STRING, 1)
502 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, options, ion\\Writer\\Options, 1, "null")
503 ZEND_END_ARG_INFO()
504
505 #define arginfo_class_ion_Writer_Buffer_Writer_getBuffer arginfo_class_ion_Symbol_Enum_toString
506
507 #define arginfo_class_ion_Writer_Stream_getStream arginfo_class_ion_Symbol_Table_Local___construct
508
509 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Writer_Stream_Writer___construct, 0, 0, 1)
510 ZEND_ARG_INFO(0, stream)
511 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, options, ion\\Writer\\Options, 1, "null")
512 ZEND_END_ARG_INFO()
513
514 #define arginfo_class_ion_Writer_Stream_Writer_getStream arginfo_class_ion_Symbol_Table_Local___construct
515
516 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Serializer___invoke, 0, 1, IS_STRING, 0)
517 ZEND_ARG_TYPE_INFO(0, data, IS_MIXED, 0)
518 ZEND_END_ARG_INFO()
519
520 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ion_Unserializer___invoke, 0, 1, IS_MIXED, 0)
521 ZEND_ARG_INFO(0, data)
522 ZEND_END_ARG_INFO()
523
524 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Serializer_PHP___construct, 0, 0, 0)
525 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, writerOptions, ion\\Writer\\Options, 1, "null")
526 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, multiSequence, _IS_BOOL, 0, "false")
527 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, callMagicSerialize, _IS_BOOL, 0, "true")
528 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, callCustomSerialize, IS_STRING, 1, "null")
529 ZEND_END_ARG_INFO()
530
531 #define arginfo_class_ion_Serializer_PHP___invoke arginfo_class_ion_Serializer___invoke
532
533 #define arginfo_class_ion_Serializer_PHP_serialize arginfo_class_ion_Serializer___invoke
534
535 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ion_Unserializer_PHP___construct, 0, 0, 0)
536 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, readerOptions, ion\\Reader\\Options, 1, "null")
537 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, multiSequence, _IS_BOOL, 0, "true")
538 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, callMagicUnserialize, _IS_BOOL, 0, "true")
539 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, callCustomUnserialize, IS_STRING, 1, "null")
540 ZEND_END_ARG_INFO()
541
542 #define arginfo_class_ion_Unserializer_PHP___invoke arginfo_class_ion_Unserializer___invoke
543
544 #define arginfo_class_ion_Unserializer_PHP_unserialize arginfo_class_ion_Unserializer___invoke
545
546
547 static ZEND_FUNCTION(ion_Symbol_Table_PHP);
548 static ZEND_FUNCTION(ion_Symbol_Table_System);
549 static ZEND_FUNCTION(ion_serialize);
550 static ZEND_FUNCTION(ion_unserialize);
551 static ZEND_METHOD(ion_Symbol_ImportLocation, __construct);
552 static ZEND_METHOD(ion_Symbol, __construct);
553 static ZEND_METHOD(ion_Symbol, equals);
554 static ZEND_METHOD(ion_Symbol, __toString);
555 static ZEND_METHOD(ion_Symbol_Table_Local, __construct);
556 static ZEND_METHOD(ion_Symbol_Table_Local, import);
557 static ZEND_METHOD(ion_Symbol_Table_Shared, __construct);
558 static ZEND_METHOD(ion_Catalog, __construct);
559 static ZEND_METHOD(ion_Catalog, count);
560 static ZEND_METHOD(ion_Catalog, add);
561 static ZEND_METHOD(ion_Catalog, remove);
562 static ZEND_METHOD(ion_Catalog, find);
563 static ZEND_METHOD(ion_Catalog, findBest);
564 static ZEND_METHOD(ion_LOB, __construct);
565 static ZEND_METHOD(ion_Decimal_Context, __construct);
566 static ZEND_METHOD(ion_Decimal_Context, Dec32);
567 static ZEND_METHOD(ion_Decimal_Context, Dec64);
568 static ZEND_METHOD(ion_Decimal_Context, Dec128);
569 static ZEND_METHOD(ion_Decimal_Context, DecMax);
570 static ZEND_METHOD(ion_Decimal, __construct);
571 static ZEND_METHOD(ion_Decimal, equals);
572 static ZEND_METHOD(ion_Decimal, isInt);
573 static ZEND_METHOD(ion_Decimal, __toString);
574 static ZEND_METHOD(ion_Decimal, toInt);
575 static ZEND_METHOD(ion_Timestamp, __construct);
576 static ZEND_METHOD(ion_Timestamp, __toString);
577 static ZEND_METHOD(ion_Reader_Options, __construct);
578 static ZEND_METHOD(ion_Reader_Reader, hasChildren);
579 static ZEND_METHOD(ion_Reader_Reader, getChildren);
580 static ZEND_METHOD(ion_Reader_Reader, rewind);
581 static ZEND_METHOD(ion_Reader_Reader, next);
582 static ZEND_METHOD(ion_Reader_Reader, valid);
583 static ZEND_METHOD(ion_Reader_Reader, key);
584 static ZEND_METHOD(ion_Reader_Reader, current);
585 static ZEND_METHOD(ion_Reader_Reader, getType);
586 static ZEND_METHOD(ion_Reader_Reader, hasAnnotations);
587 static ZEND_METHOD(ion_Reader_Reader, hasAnnotation);
588 static ZEND_METHOD(ion_Reader_Reader, isNull);
589 static ZEND_METHOD(ion_Reader_Reader, isInStruct);
590 static ZEND_METHOD(ion_Reader_Reader, getFieldName);
591 static ZEND_METHOD(ion_Reader_Reader, getFieldNameSymbol);
592 static ZEND_METHOD(ion_Reader_Reader, getAnnotations);
593 static ZEND_METHOD(ion_Reader_Reader, getAnnotationSymbols);
594 static ZEND_METHOD(ion_Reader_Reader, countAnnotations);
595 static ZEND_METHOD(ion_Reader_Reader, getAnnotation);
596 static ZEND_METHOD(ion_Reader_Reader, getAnnotationSymbol);
597 static ZEND_METHOD(ion_Reader_Reader, readNull);
598 static ZEND_METHOD(ion_Reader_Reader, readBool);
599 static ZEND_METHOD(ion_Reader_Reader, readInt);
600 static ZEND_METHOD(ion_Reader_Reader, readFloat);
601 static ZEND_METHOD(ion_Reader_Reader, readDecimal);
602 static ZEND_METHOD(ion_Reader_Reader, readTimestamp);
603 static ZEND_METHOD(ion_Reader_Reader, readSymbol);
604 static ZEND_METHOD(ion_Reader_Reader, readString);
605 static ZEND_METHOD(ion_Reader_Reader, readStringPart);
606 static ZEND_METHOD(ion_Reader_Reader, readLob);
607 static ZEND_METHOD(ion_Reader_Reader, readLobPart);
608 static ZEND_METHOD(ion_Reader_Reader, getPosition);
609 static ZEND_METHOD(ion_Reader_Reader, getDepth);
610 static ZEND_METHOD(ion_Reader_Reader, seek);
611 static ZEND_METHOD(ion_Reader_Reader, getValueOffset);
612 static ZEND_METHOD(ion_Reader_Reader, getValueLength);
613 static ZEND_METHOD(ion_Reader_Buffer_Reader, __construct);
614 static ZEND_METHOD(ion_Reader_Buffer_Reader, getBuffer);
615 static ZEND_METHOD(ion_Reader_Stream_Reader, __construct);
616 static ZEND_METHOD(ion_Reader_Stream_Reader, getStream);
617 static ZEND_METHOD(ion_Reader_Stream_Reader, resetStream);
618 static ZEND_METHOD(ion_Reader_Stream_Reader, resetStreamWithLength);
619 static ZEND_METHOD(ion_Writer_Options, __construct);
620 static ZEND_METHOD(ion_Writer_Writer, writeNull);
621 static ZEND_METHOD(ion_Writer_Writer, writeTypedNull);
622 static ZEND_METHOD(ion_Writer_Writer, writeBool);
623 static ZEND_METHOD(ion_Writer_Writer, writeInt);
624 static ZEND_METHOD(ion_Writer_Writer, writeFloat);
625 static ZEND_METHOD(ion_Writer_Writer, writeDecimal);
626 static ZEND_METHOD(ion_Writer_Writer, writeTimestamp);
627 static ZEND_METHOD(ion_Writer_Writer, writeSymbol);
628 static ZEND_METHOD(ion_Writer_Writer, writeString);
629 static ZEND_METHOD(ion_Writer_Writer, writeCLob);
630 static ZEND_METHOD(ion_Writer_Writer, writeBLob);
631 static ZEND_METHOD(ion_Writer_Writer, startLob);
632 static ZEND_METHOD(ion_Writer_Writer, appendLob);
633 static ZEND_METHOD(ion_Writer_Writer, finishLob);
634 static ZEND_METHOD(ion_Writer_Writer, startContainer);
635 static ZEND_METHOD(ion_Writer_Writer, finishContainer);
636 static ZEND_METHOD(ion_Writer_Writer, writeFieldName);
637 static ZEND_METHOD(ion_Writer_Writer, writeAnnotation);
638 static ZEND_METHOD(ion_Writer_Writer, getDepth);
639 static ZEND_METHOD(ion_Writer_Writer, flush);
640 static ZEND_METHOD(ion_Writer_Writer, finish);
641 static ZEND_METHOD(ion_Writer_Writer, writeOne);
642 static ZEND_METHOD(ion_Writer_Writer, writeAll);
643 static ZEND_METHOD(ion_Writer_Buffer_Writer, __construct);
644 static ZEND_METHOD(ion_Writer_Buffer_Writer, getBuffer);
645 static ZEND_METHOD(ion_Writer_Stream_Writer, __construct);
646 static ZEND_METHOD(ion_Writer_Stream_Writer, getStream);
647 static ZEND_METHOD(ion_Serializer_PHP, __construct);
648 static ZEND_METHOD(ion_Serializer_PHP, __invoke);
649 static ZEND_METHOD(ion_Serializer_PHP, serialize);
650 static ZEND_METHOD(ion_Unserializer_PHP, __construct);
651 static ZEND_METHOD(ion_Unserializer_PHP, __invoke);
652 static ZEND_METHOD(ion_Unserializer_PHP, unserialize);
653
654
655 static const zend_function_entry ext_functions[] = {
656 ZEND_NS_RAW_FENTRY("ion\\Symbol\\Table", "PHP", ZEND_FN(ion_Symbol_Table_PHP), arginfo_ion_Symbol_Table_PHP, 0)
657 ZEND_NS_RAW_FENTRY("ion\\Symbol\\Table", "System", ZEND_FN(ion_Symbol_Table_System), arginfo_ion_Symbol_Table_System, 0)
658 ZEND_NS_RAW_FENTRY("ion", "serialize", ZEND_FN(ion_serialize), arginfo_ion_serialize, 0)
659 ZEND_NS_RAW_FENTRY("ion", "unserialize", ZEND_FN(ion_unserialize), arginfo_ion_unserialize, 0)
660 ZEND_FE_END
661 };
662
663
664 static const zend_function_entry class_ion_Type_methods[] = {
665 ZEND_FE_END
666 };
667
668
669 static const zend_function_entry class_ion_Symbol_ImportLocation_methods[] = {
670 ZEND_ME(ion_Symbol_ImportLocation, __construct, arginfo_class_ion_Symbol_ImportLocation___construct, ZEND_ACC_PUBLIC)
671 ZEND_FE_END
672 };
673
674
675 static const zend_function_entry class_ion_Symbol_Enum_methods[] = {
676 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Enum, toSymbol, arginfo_class_ion_Symbol_Enum_toSymbol, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
677 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Enum, toSID, arginfo_class_ion_Symbol_Enum_toSID, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
678 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Enum, toString, arginfo_class_ion_Symbol_Enum_toString, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
679 ZEND_FE_END
680 };
681
682
683 static const zend_function_entry class_ion_Symbol_Table_System_methods[] = {
684 ZEND_MALIAS(ion_Symbol_Enum, toSymbol, toSymbol, arginfo_class_ion_Symbol_Table_System_toSymbol, ZEND_ACC_PUBLIC)
685 ZEND_MALIAS(ion_Symbol_Enum, toSID, toSID, arginfo_class_ion_Symbol_Table_System_toSID, ZEND_ACC_PUBLIC)
686 ZEND_MALIAS(ion_Symbol_Enum, toString, toString, arginfo_class_ion_Symbol_Table_System_toString, ZEND_ACC_PUBLIC)
687 ZEND_FE_END
688 };
689
690
691 static const zend_function_entry class_ion_Symbol_Table_PHP_methods[] = {
692 ZEND_MALIAS(ion_Symbol_Enum, toSymbol, toSymbol, arginfo_class_ion_Symbol_Table_PHP_toSymbol, ZEND_ACC_PUBLIC)
693 ZEND_MALIAS(ion_Symbol_Enum, toSID, toSID, arginfo_class_ion_Symbol_Table_PHP_toSID, ZEND_ACC_PUBLIC)
694 ZEND_MALIAS(ion_Symbol_Enum, toString, toString, arginfo_class_ion_Symbol_Table_PHP_toString, ZEND_ACC_PUBLIC)
695 ZEND_FE_END
696 };
697
698
699 static const zend_function_entry class_ion_Symbol_methods[] = {
700 ZEND_ME(ion_Symbol, __construct, arginfo_class_ion_Symbol___construct, ZEND_ACC_PUBLIC)
701 ZEND_ME(ion_Symbol, equals, arginfo_class_ion_Symbol_equals, ZEND_ACC_PUBLIC)
702 ZEND_ME(ion_Symbol, __toString, arginfo_class_ion_Symbol___toString, ZEND_ACC_PUBLIC)
703 ZEND_MALIAS(ion_Symbol, toString, __toString, arginfo_class_ion_Symbol_toString, ZEND_ACC_PUBLIC)
704 ZEND_FE_END
705 };
706
707
708 static const zend_function_entry class_ion_Symbol_Table_methods[] = {
709 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Table, getMaxId, arginfo_class_ion_Symbol_Table_getMaxId, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
710 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Table, add, arginfo_class_ion_Symbol_Table_add, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
711 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Table, find, arginfo_class_ion_Symbol_Table_find, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
712 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Symbol_Table, findLocal, arginfo_class_ion_Symbol_Table_findLocal, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
713 ZEND_FE_END
714 };
715
716
717 static const zend_function_entry class_ion_Symbol_Table_Local_methods[] = {
718 ZEND_ME(ion_Symbol_Table_Local, __construct, arginfo_class_ion_Symbol_Table_Local___construct, ZEND_ACC_PUBLIC)
719 ZEND_ME(ion_Symbol_Table_Local, import, arginfo_class_ion_Symbol_Table_Local_import, ZEND_ACC_PUBLIC)
720 ZEND_MALIAS(ion_Symbol_Table, getMaxId, getMaxId, arginfo_class_ion_Symbol_Table_Local_getMaxId, ZEND_ACC_PUBLIC)
721 ZEND_MALIAS(ion_Symbol_Table, add, add, arginfo_class_ion_Symbol_Table_Local_add, ZEND_ACC_PUBLIC)
722 ZEND_MALIAS(ion_Symbol_Table, find, find, arginfo_class_ion_Symbol_Table_Local_find, ZEND_ACC_PUBLIC)
723 ZEND_MALIAS(ion_Symbol_Table, findLocal, findLocal, arginfo_class_ion_Symbol_Table_Local_findLocal, ZEND_ACC_PUBLIC)
724 ZEND_FE_END
725 };
726
727
728 static const zend_function_entry class_ion_Symbol_Table_Shared_methods[] = {
729 ZEND_ME(ion_Symbol_Table_Shared, __construct, arginfo_class_ion_Symbol_Table_Shared___construct, ZEND_ACC_PUBLIC)
730 ZEND_MALIAS(ion_Symbol_Table, getMaxId, getMaxId, arginfo_class_ion_Symbol_Table_Shared_getMaxId, ZEND_ACC_PUBLIC)
731 ZEND_MALIAS(ion_Symbol_Table, add, add, arginfo_class_ion_Symbol_Table_Shared_add, ZEND_ACC_PUBLIC)
732 ZEND_MALIAS(ion_Symbol_Table, find, find, arginfo_class_ion_Symbol_Table_Shared_find, ZEND_ACC_PUBLIC)
733 ZEND_MALIAS(ion_Symbol_Table, findLocal, findLocal, arginfo_class_ion_Symbol_Table_Shared_findLocal, ZEND_ACC_PUBLIC)
734 ZEND_FE_END
735 };
736
737
738 static const zend_function_entry class_ion_Catalog_methods[] = {
739 ZEND_ME(ion_Catalog, __construct, arginfo_class_ion_Catalog___construct, ZEND_ACC_PUBLIC)
740 ZEND_ME(ion_Catalog, count, arginfo_class_ion_Catalog_count, ZEND_ACC_PUBLIC)
741 ZEND_ME(ion_Catalog, add, arginfo_class_ion_Catalog_add, ZEND_ACC_PUBLIC)
742 ZEND_ME(ion_Catalog, remove, arginfo_class_ion_Catalog_remove, ZEND_ACC_PUBLIC)
743 ZEND_ME(ion_Catalog, find, arginfo_class_ion_Catalog_find, ZEND_ACC_PUBLIC)
744 ZEND_ME(ion_Catalog, findBest, arginfo_class_ion_Catalog_findBest, ZEND_ACC_PUBLIC)
745 ZEND_FE_END
746 };
747
748
749 static const zend_function_entry class_ion_LOB_methods[] = {
750 ZEND_ME(ion_LOB, __construct, arginfo_class_ion_LOB___construct, ZEND_ACC_PUBLIC)
751 ZEND_FE_END
752 };
753
754
755 static const zend_function_entry class_ion_Decimal_Context_Rounding_methods[] = {
756 ZEND_FE_END
757 };
758
759
760 static const zend_function_entry class_ion_Decimal_Context_methods[] = {
761 ZEND_ME(ion_Decimal_Context, __construct, arginfo_class_ion_Decimal_Context___construct, ZEND_ACC_PUBLIC)
762 ZEND_ME(ion_Decimal_Context, Dec32, arginfo_class_ion_Decimal_Context_Dec32, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
763 ZEND_ME(ion_Decimal_Context, Dec64, arginfo_class_ion_Decimal_Context_Dec64, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
764 ZEND_ME(ion_Decimal_Context, Dec128, arginfo_class_ion_Decimal_Context_Dec128, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
765 ZEND_ME(ion_Decimal_Context, DecMax, arginfo_class_ion_Decimal_Context_DecMax, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
766 ZEND_FE_END
767 };
768
769
770 static const zend_function_entry class_ion_Decimal_methods[] = {
771 ZEND_ME(ion_Decimal, __construct, arginfo_class_ion_Decimal___construct, ZEND_ACC_PUBLIC)
772 ZEND_ME(ion_Decimal, equals, arginfo_class_ion_Decimal_equals, ZEND_ACC_PUBLIC)
773 ZEND_ME(ion_Decimal, isInt, arginfo_class_ion_Decimal_isInt, ZEND_ACC_PUBLIC)
774 ZEND_ME(ion_Decimal, __toString, arginfo_class_ion_Decimal___toString, ZEND_ACC_PUBLIC)
775 ZEND_MALIAS(ion_Decimal, toString, __toString, arginfo_class_ion_Decimal_toString, ZEND_ACC_PUBLIC)
776 ZEND_ME(ion_Decimal, toInt, arginfo_class_ion_Decimal_toInt, ZEND_ACC_PUBLIC)
777 ZEND_FE_END
778 };
779
780
781 static const zend_function_entry class_ion_Timestamp_Precision_methods[] = {
782 ZEND_FE_END
783 };
784
785
786 static const zend_function_entry class_ion_Timestamp_methods[] = {
787 ZEND_ME(ion_Timestamp, __construct, arginfo_class_ion_Timestamp___construct, ZEND_ACC_PUBLIC)
788 ZEND_ME(ion_Timestamp, __toString, arginfo_class_ion_Timestamp___toString, ZEND_ACC_PUBLIC)
789 ZEND_FE_END
790 };
791
792
793 static const zend_function_entry class_ion_Reader_methods[] = {
794 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getType, arginfo_class_ion_Reader_getType, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
795 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, hasAnnotations, arginfo_class_ion_Reader_hasAnnotations, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
796 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, hasAnnotation, arginfo_class_ion_Reader_hasAnnotation, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
797 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, isNull, arginfo_class_ion_Reader_isNull, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
798 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, isInStruct, arginfo_class_ion_Reader_isInStruct, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
799 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getFieldName, arginfo_class_ion_Reader_getFieldName, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
800 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getFieldNameSymbol, arginfo_class_ion_Reader_getFieldNameSymbol, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
801 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getAnnotations, arginfo_class_ion_Reader_getAnnotations, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
802 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getAnnotationSymbols, arginfo_class_ion_Reader_getAnnotationSymbols, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
803 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, countAnnotations, arginfo_class_ion_Reader_countAnnotations, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
804 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getAnnotation, arginfo_class_ion_Reader_getAnnotation, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
805 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getAnnotationSymbol, arginfo_class_ion_Reader_getAnnotationSymbol, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
806 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readNull, arginfo_class_ion_Reader_readNull, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
807 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readBool, arginfo_class_ion_Reader_readBool, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
808 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readInt, arginfo_class_ion_Reader_readInt, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
809 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readFloat, arginfo_class_ion_Reader_readFloat, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
810 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readDecimal, arginfo_class_ion_Reader_readDecimal, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
811 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readTimestamp, arginfo_class_ion_Reader_readTimestamp, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
812 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readSymbol, arginfo_class_ion_Reader_readSymbol, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
813 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readString, arginfo_class_ion_Reader_readString, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
814 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readStringPart, arginfo_class_ion_Reader_readStringPart, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
815 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readLob, arginfo_class_ion_Reader_readLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
816 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, readLobPart, arginfo_class_ion_Reader_readLobPart, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
817 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getPosition, arginfo_class_ion_Reader_getPosition, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
818 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getDepth, arginfo_class_ion_Reader_getDepth, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
819 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, seek, arginfo_class_ion_Reader_seek, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
820 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getValueOffset, arginfo_class_ion_Reader_getValueOffset, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
821 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader, getValueLength, arginfo_class_ion_Reader_getValueLength, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
822 ZEND_FE_END
823 };
824
825
826 static const zend_function_entry class_ion_Reader_Options_methods[] = {
827 ZEND_ME(ion_Reader_Options, __construct, arginfo_class_ion_Reader_Options___construct, ZEND_ACC_PUBLIC)
828 ZEND_FE_END
829 };
830
831
832 static const zend_function_entry class_ion_Reader_Reader_methods[] = {
833 ZEND_ME(ion_Reader_Reader, hasChildren, arginfo_class_ion_Reader_Reader_hasChildren, ZEND_ACC_PUBLIC)
834 ZEND_ME(ion_Reader_Reader, getChildren, arginfo_class_ion_Reader_Reader_getChildren, ZEND_ACC_PUBLIC)
835 ZEND_ME(ion_Reader_Reader, rewind, arginfo_class_ion_Reader_Reader_rewind, ZEND_ACC_PUBLIC)
836 ZEND_ME(ion_Reader_Reader, next, arginfo_class_ion_Reader_Reader_next, ZEND_ACC_PUBLIC)
837 ZEND_ME(ion_Reader_Reader, valid, arginfo_class_ion_Reader_Reader_valid, ZEND_ACC_PUBLIC)
838 ZEND_ME(ion_Reader_Reader, key, arginfo_class_ion_Reader_Reader_key, ZEND_ACC_PUBLIC)
839 ZEND_ME(ion_Reader_Reader, current, arginfo_class_ion_Reader_Reader_current, ZEND_ACC_PUBLIC)
840 ZEND_ME(ion_Reader_Reader, getType, arginfo_class_ion_Reader_Reader_getType, ZEND_ACC_PUBLIC)
841 ZEND_ME(ion_Reader_Reader, hasAnnotations, arginfo_class_ion_Reader_Reader_hasAnnotations, ZEND_ACC_PUBLIC)
842 ZEND_ME(ion_Reader_Reader, hasAnnotation, arginfo_class_ion_Reader_Reader_hasAnnotation, ZEND_ACC_PUBLIC)
843 ZEND_ME(ion_Reader_Reader, isNull, arginfo_class_ion_Reader_Reader_isNull, ZEND_ACC_PUBLIC)
844 ZEND_ME(ion_Reader_Reader, isInStruct, arginfo_class_ion_Reader_Reader_isInStruct, ZEND_ACC_PUBLIC)
845 ZEND_ME(ion_Reader_Reader, getFieldName, arginfo_class_ion_Reader_Reader_getFieldName, ZEND_ACC_PUBLIC)
846 ZEND_ME(ion_Reader_Reader, getFieldNameSymbol, arginfo_class_ion_Reader_Reader_getFieldNameSymbol, ZEND_ACC_PUBLIC)
847 ZEND_ME(ion_Reader_Reader, getAnnotations, arginfo_class_ion_Reader_Reader_getAnnotations, ZEND_ACC_PUBLIC)
848 ZEND_ME(ion_Reader_Reader, getAnnotationSymbols, arginfo_class_ion_Reader_Reader_getAnnotationSymbols, ZEND_ACC_PUBLIC)
849 ZEND_ME(ion_Reader_Reader, countAnnotations, arginfo_class_ion_Reader_Reader_countAnnotations, ZEND_ACC_PUBLIC)
850 ZEND_ME(ion_Reader_Reader, getAnnotation, arginfo_class_ion_Reader_Reader_getAnnotation, ZEND_ACC_PUBLIC)
851 ZEND_ME(ion_Reader_Reader, getAnnotationSymbol, arginfo_class_ion_Reader_Reader_getAnnotationSymbol, ZEND_ACC_PUBLIC)
852 ZEND_ME(ion_Reader_Reader, readNull, arginfo_class_ion_Reader_Reader_readNull, ZEND_ACC_PUBLIC)
853 ZEND_ME(ion_Reader_Reader, readBool, arginfo_class_ion_Reader_Reader_readBool, ZEND_ACC_PUBLIC)
854 ZEND_ME(ion_Reader_Reader, readInt, arginfo_class_ion_Reader_Reader_readInt, ZEND_ACC_PUBLIC)
855 ZEND_ME(ion_Reader_Reader, readFloat, arginfo_class_ion_Reader_Reader_readFloat, ZEND_ACC_PUBLIC)
856 ZEND_ME(ion_Reader_Reader, readDecimal, arginfo_class_ion_Reader_Reader_readDecimal, ZEND_ACC_PUBLIC)
857 ZEND_ME(ion_Reader_Reader, readTimestamp, arginfo_class_ion_Reader_Reader_readTimestamp, ZEND_ACC_PUBLIC)
858 ZEND_ME(ion_Reader_Reader, readSymbol, arginfo_class_ion_Reader_Reader_readSymbol, ZEND_ACC_PUBLIC)
859 ZEND_ME(ion_Reader_Reader, readString, arginfo_class_ion_Reader_Reader_readString, ZEND_ACC_PUBLIC)
860 ZEND_ME(ion_Reader_Reader, readStringPart, arginfo_class_ion_Reader_Reader_readStringPart, ZEND_ACC_PUBLIC)
861 ZEND_ME(ion_Reader_Reader, readLob, arginfo_class_ion_Reader_Reader_readLob, ZEND_ACC_PUBLIC)
862 ZEND_ME(ion_Reader_Reader, readLobPart, arginfo_class_ion_Reader_Reader_readLobPart, ZEND_ACC_PUBLIC)
863 ZEND_ME(ion_Reader_Reader, getPosition, arginfo_class_ion_Reader_Reader_getPosition, ZEND_ACC_PUBLIC)
864 ZEND_ME(ion_Reader_Reader, getDepth, arginfo_class_ion_Reader_Reader_getDepth, ZEND_ACC_PUBLIC)
865 ZEND_ME(ion_Reader_Reader, seek, arginfo_class_ion_Reader_Reader_seek, ZEND_ACC_PUBLIC)
866 ZEND_ME(ion_Reader_Reader, getValueOffset, arginfo_class_ion_Reader_Reader_getValueOffset, ZEND_ACC_PUBLIC)
867 ZEND_ME(ion_Reader_Reader, getValueLength, arginfo_class_ion_Reader_Reader_getValueLength, ZEND_ACC_PUBLIC)
868 ZEND_FE_END
869 };
870
871
872 static const zend_function_entry class_ion_Reader_Buffer_methods[] = {
873 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader_Buffer, getBuffer, arginfo_class_ion_Reader_Buffer_getBuffer, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
874 ZEND_FE_END
875 };
876
877
878 static const zend_function_entry class_ion_Reader_Buffer_Reader_methods[] = {
879 ZEND_ME(ion_Reader_Buffer_Reader, __construct, arginfo_class_ion_Reader_Buffer_Reader___construct, ZEND_ACC_PUBLIC)
880 ZEND_ME(ion_Reader_Buffer_Reader, getBuffer, arginfo_class_ion_Reader_Buffer_Reader_getBuffer, ZEND_ACC_PUBLIC)
881 ZEND_FE_END
882 };
883
884
885 static const zend_function_entry class_ion_Reader_Stream_methods[] = {
886 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader_Stream, getStream, arginfo_class_ion_Reader_Stream_getStream, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
887 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader_Stream, resetStream, arginfo_class_ion_Reader_Stream_resetStream, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
888 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Reader_Stream, resetStreamWithLength, arginfo_class_ion_Reader_Stream_resetStreamWithLength, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
889 ZEND_FE_END
890 };
891
892
893 static const zend_function_entry class_ion_Reader_Stream_Reader_methods[] = {
894 ZEND_ME(ion_Reader_Stream_Reader, __construct, arginfo_class_ion_Reader_Stream_Reader___construct, ZEND_ACC_PUBLIC)
895 ZEND_ME(ion_Reader_Stream_Reader, getStream, arginfo_class_ion_Reader_Stream_Reader_getStream, ZEND_ACC_PUBLIC)
896 ZEND_ME(ion_Reader_Stream_Reader, resetStream, arginfo_class_ion_Reader_Stream_Reader_resetStream, ZEND_ACC_PUBLIC)
897 ZEND_ME(ion_Reader_Stream_Reader, resetStreamWithLength, arginfo_class_ion_Reader_Stream_Reader_resetStreamWithLength, ZEND_ACC_PUBLIC)
898 ZEND_FE_END
899 };
900
901
902 static const zend_function_entry class_ion_Writer_Options_methods[] = {
903 ZEND_ME(ion_Writer_Options, __construct, arginfo_class_ion_Writer_Options___construct, ZEND_ACC_PUBLIC)
904 ZEND_FE_END
905 };
906
907
908 static const zend_function_entry class_ion_Writer_methods[] = {
909 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeNull, arginfo_class_ion_Writer_writeNull, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
910 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeTypedNull, arginfo_class_ion_Writer_writeTypedNull, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
911 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeBool, arginfo_class_ion_Writer_writeBool, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
912 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeInt, arginfo_class_ion_Writer_writeInt, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
913 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeFloat, arginfo_class_ion_Writer_writeFloat, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
914 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeDecimal, arginfo_class_ion_Writer_writeDecimal, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
915 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeTimestamp, arginfo_class_ion_Writer_writeTimestamp, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
916 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeSymbol, arginfo_class_ion_Writer_writeSymbol, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
917 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeString, arginfo_class_ion_Writer_writeString, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
918 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeCLob, arginfo_class_ion_Writer_writeCLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
919 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeBLob, arginfo_class_ion_Writer_writeBLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
920 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, startLob, arginfo_class_ion_Writer_startLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
921 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, appendLob, arginfo_class_ion_Writer_appendLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
922 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, finishLob, arginfo_class_ion_Writer_finishLob, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
923 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, startContainer, arginfo_class_ion_Writer_startContainer, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
924 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, finishContainer, arginfo_class_ion_Writer_finishContainer, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
925 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeFieldName, arginfo_class_ion_Writer_writeFieldName, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
926 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeAnnotation, arginfo_class_ion_Writer_writeAnnotation, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
927 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, getDepth, arginfo_class_ion_Writer_getDepth, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
928 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, flush, arginfo_class_ion_Writer_flush, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
929 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, finish, arginfo_class_ion_Writer_finish, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
930 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeOne, arginfo_class_ion_Writer_writeOne, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
931 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer, writeAll, arginfo_class_ion_Writer_writeAll, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
932 ZEND_FE_END
933 };
934
935
936 static const zend_function_entry class_ion_Writer_Writer_methods[] = {
937 ZEND_ME(ion_Writer_Writer, writeNull, arginfo_class_ion_Writer_Writer_writeNull, ZEND_ACC_PUBLIC)
938 ZEND_ME(ion_Writer_Writer, writeTypedNull, arginfo_class_ion_Writer_Writer_writeTypedNull, ZEND_ACC_PUBLIC)
939 ZEND_ME(ion_Writer_Writer, writeBool, arginfo_class_ion_Writer_Writer_writeBool, ZEND_ACC_PUBLIC)
940 ZEND_ME(ion_Writer_Writer, writeInt, arginfo_class_ion_Writer_Writer_writeInt, ZEND_ACC_PUBLIC)
941 ZEND_ME(ion_Writer_Writer, writeFloat, arginfo_class_ion_Writer_Writer_writeFloat, ZEND_ACC_PUBLIC)
942 ZEND_ME(ion_Writer_Writer, writeDecimal, arginfo_class_ion_Writer_Writer_writeDecimal, ZEND_ACC_PUBLIC)
943 ZEND_ME(ion_Writer_Writer, writeTimestamp, arginfo_class_ion_Writer_Writer_writeTimestamp, ZEND_ACC_PUBLIC)
944 ZEND_ME(ion_Writer_Writer, writeSymbol, arginfo_class_ion_Writer_Writer_writeSymbol, ZEND_ACC_PUBLIC)
945 ZEND_ME(ion_Writer_Writer, writeString, arginfo_class_ion_Writer_Writer_writeString, ZEND_ACC_PUBLIC)
946 ZEND_ME(ion_Writer_Writer, writeCLob, arginfo_class_ion_Writer_Writer_writeCLob, ZEND_ACC_PUBLIC)
947 ZEND_ME(ion_Writer_Writer, writeBLob, arginfo_class_ion_Writer_Writer_writeBLob, ZEND_ACC_PUBLIC)
948 ZEND_ME(ion_Writer_Writer, startLob, arginfo_class_ion_Writer_Writer_startLob, ZEND_ACC_PUBLIC)
949 ZEND_ME(ion_Writer_Writer, appendLob, arginfo_class_ion_Writer_Writer_appendLob, ZEND_ACC_PUBLIC)
950 ZEND_ME(ion_Writer_Writer, finishLob, arginfo_class_ion_Writer_Writer_finishLob, ZEND_ACC_PUBLIC)
951 ZEND_ME(ion_Writer_Writer, startContainer, arginfo_class_ion_Writer_Writer_startContainer, ZEND_ACC_PUBLIC)
952 ZEND_ME(ion_Writer_Writer, finishContainer, arginfo_class_ion_Writer_Writer_finishContainer, ZEND_ACC_PUBLIC)
953 ZEND_ME(ion_Writer_Writer, writeFieldName, arginfo_class_ion_Writer_Writer_writeFieldName, ZEND_ACC_PUBLIC)
954 ZEND_ME(ion_Writer_Writer, writeAnnotation, arginfo_class_ion_Writer_Writer_writeAnnotation, ZEND_ACC_PUBLIC)
955 ZEND_ME(ion_Writer_Writer, getDepth, arginfo_class_ion_Writer_Writer_getDepth, ZEND_ACC_PUBLIC)
956 ZEND_ME(ion_Writer_Writer, flush, arginfo_class_ion_Writer_Writer_flush, ZEND_ACC_PUBLIC)
957 ZEND_ME(ion_Writer_Writer, finish, arginfo_class_ion_Writer_Writer_finish, ZEND_ACC_PUBLIC)
958 ZEND_ME(ion_Writer_Writer, writeOne, arginfo_class_ion_Writer_Writer_writeOne, ZEND_ACC_PUBLIC)
959 ZEND_ME(ion_Writer_Writer, writeAll, arginfo_class_ion_Writer_Writer_writeAll, ZEND_ACC_PUBLIC)
960 ZEND_FE_END
961 };
962
963
964 static const zend_function_entry class_ion_Writer_Buffer_methods[] = {
965 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer_Buffer, getBuffer, arginfo_class_ion_Writer_Buffer_getBuffer, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
966 ZEND_FE_END
967 };
968
969
970 static const zend_function_entry class_ion_Writer_Buffer_Writer_methods[] = {
971 ZEND_ME(ion_Writer_Buffer_Writer, __construct, arginfo_class_ion_Writer_Buffer_Writer___construct, ZEND_ACC_PUBLIC)
972 ZEND_ME(ion_Writer_Buffer_Writer, getBuffer, arginfo_class_ion_Writer_Buffer_Writer_getBuffer, ZEND_ACC_PUBLIC)
973 ZEND_FE_END
974 };
975
976
977 static const zend_function_entry class_ion_Writer_Stream_methods[] = {
978 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Writer_Stream, getStream, arginfo_class_ion_Writer_Stream_getStream, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
979 ZEND_FE_END
980 };
981
982
983 static const zend_function_entry class_ion_Writer_Stream_Writer_methods[] = {
984 ZEND_ME(ion_Writer_Stream_Writer, __construct, arginfo_class_ion_Writer_Stream_Writer___construct, ZEND_ACC_PUBLIC)
985 ZEND_ME(ion_Writer_Stream_Writer, getStream, arginfo_class_ion_Writer_Stream_Writer_getStream, ZEND_ACC_PUBLIC)
986 ZEND_FE_END
987 };
988
989
990 static const zend_function_entry class_ion_Serializer_methods[] = {
991 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Serializer, __invoke, arginfo_class_ion_Serializer___invoke, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
992 ZEND_FE_END
993 };
994
995
996 static const zend_function_entry class_ion_Unserializer_methods[] = {
997 ZEND_ABSTRACT_ME_WITH_FLAGS(ion_Unserializer, __invoke, arginfo_class_ion_Unserializer___invoke, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
998 ZEND_FE_END
999 };
1000
1001
1002 static const zend_function_entry class_ion_Serializer_PHP_methods[] = {
1003 ZEND_ME(ion_Serializer_PHP, __construct, arginfo_class_ion_Serializer_PHP___construct, ZEND_ACC_PUBLIC)
1004 ZEND_ME(ion_Serializer_PHP, __invoke, arginfo_class_ion_Serializer_PHP___invoke, ZEND_ACC_PUBLIC)
1005 ZEND_ME(ion_Serializer_PHP, serialize, arginfo_class_ion_Serializer_PHP_serialize, ZEND_ACC_PROTECTED)
1006 ZEND_FE_END
1007 };
1008
1009
1010 static const zend_function_entry class_ion_Unserializer_PHP_methods[] = {
1011 ZEND_ME(ion_Unserializer_PHP, __construct, arginfo_class_ion_Unserializer_PHP___construct, ZEND_ACC_PUBLIC)
1012 ZEND_ME(ion_Unserializer_PHP, __invoke, arginfo_class_ion_Unserializer_PHP___invoke, ZEND_ACC_PUBLIC)
1013 ZEND_ME(ion_Unserializer_PHP, unserialize, arginfo_class_ion_Unserializer_PHP_unserialize, ZEND_ACC_PROTECTED)
1014 ZEND_FE_END
1015 };
1016
1017 static zend_class_entry *register_class_ion_Type(void)
1018 {
1019 zend_class_entry *class_entry = zend_register_internal_enum("ion\\Type", IS_LONG, class_ion_Type_methods);
1020
1021 zval enum_case_Null_value;
1022 ZVAL_LONG(&enum_case_Null_value, 0);
1023 zend_enum_add_case_cstr(class_entry, "Null", &enum_case_Null_value);
1024
1025 zval enum_case_Bool_value;
1026 ZVAL_LONG(&enum_case_Bool_value, 256);
1027 zend_enum_add_case_cstr(class_entry, "Bool", &enum_case_Bool_value);
1028
1029 zval enum_case_Int_value;
1030 ZVAL_LONG(&enum_case_Int_value, 512);
1031 zend_enum_add_case_cstr(class_entry, "Int", &enum_case_Int_value);
1032
1033 zval enum_case_Float_value;
1034 ZVAL_LONG(&enum_case_Float_value, 1024);
1035 zend_enum_add_case_cstr(class_entry, "Float", &enum_case_Float_value);
1036
1037 zval enum_case_Decimal_value;
1038 ZVAL_LONG(&enum_case_Decimal_value, 1280);
1039 zend_enum_add_case_cstr(class_entry, "Decimal", &enum_case_Decimal_value);
1040
1041 zval enum_case_Timestamp_value;
1042 ZVAL_LONG(&enum_case_Timestamp_value, 1536);
1043 zend_enum_add_case_cstr(class_entry, "Timestamp", &enum_case_Timestamp_value);
1044
1045 zval enum_case_Symbol_value;
1046 ZVAL_LONG(&enum_case_Symbol_value, 1792);
1047 zend_enum_add_case_cstr(class_entry, "Symbol", &enum_case_Symbol_value);
1048
1049 zval enum_case_String_value;
1050 ZVAL_LONG(&enum_case_String_value, 2048);
1051 zend_enum_add_case_cstr(class_entry, "String", &enum_case_String_value);
1052
1053 zval enum_case_CLob_value;
1054 ZVAL_LONG(&enum_case_CLob_value, 2304);
1055 zend_enum_add_case_cstr(class_entry, "CLob", &enum_case_CLob_value);
1056
1057 zval enum_case_BLob_value;
1058 ZVAL_LONG(&enum_case_BLob_value, 2560);
1059 zend_enum_add_case_cstr(class_entry, "BLob", &enum_case_BLob_value);
1060
1061 zval enum_case_AList_value;
1062 ZVAL_LONG(&enum_case_AList_value, 2816);
1063 zend_enum_add_case_cstr(class_entry, "AList", &enum_case_AList_value);
1064
1065 zval enum_case_SExp_value;
1066 ZVAL_LONG(&enum_case_SExp_value, 3072);
1067 zend_enum_add_case_cstr(class_entry, "SExp", &enum_case_SExp_value);
1068
1069 zval enum_case_Struct_value;
1070 ZVAL_LONG(&enum_case_Struct_value, 3328);
1071 zend_enum_add_case_cstr(class_entry, "Struct", &enum_case_Struct_value);
1072
1073 zval enum_case_Datagram_value;
1074 ZVAL_LONG(&enum_case_Datagram_value, 3840);
1075 zend_enum_add_case_cstr(class_entry, "Datagram", &enum_case_Datagram_value);
1076
1077 zval enum_case_EOF_value;
1078 ZVAL_LONG(&enum_case_EOF_value, -256);
1079 zend_enum_add_case_cstr(class_entry, "EOF", &enum_case_EOF_value);
1080
1081 zval enum_case_NONE_value;
1082 ZVAL_LONG(&enum_case_NONE_value, -512);
1083 zend_enum_add_case_cstr(class_entry, "NONE", &enum_case_NONE_value);
1084
1085 return class_entry;
1086 }
1087
1088 static zend_class_entry *register_class_ion_Symbol_ImportLocation(void)
1089 {
1090 zend_class_entry ce, *class_entry;
1091
1092 INIT_NS_CLASS_ENTRY(ce, "ion\\Symbol", "ImportLocation", class_ion_Symbol_ImportLocation_methods);
1093 class_entry = zend_register_internal_class_ex(&ce, NULL);
1094
1095 zval property_name_default_value;
1096 ZVAL_UNDEF(&property_name_default_value);
1097 zend_string *property_name_name = zend_string_init("name", sizeof("name") - 1, 1);
1098 zend_declare_typed_property(class_entry, property_name_name, &property_name_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING));
1099 zend_string_release(property_name_name);
1100
1101 zval property_location_default_value;
1102 ZVAL_UNDEF(&property_location_default_value);
1103 zend_string *property_location_name = zend_string_init("location", sizeof("location") - 1, 1);
1104 zend_declare_typed_property(class_entry, property_location_name, &property_location_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1105 zend_string_release(property_location_name);
1106
1107 return class_entry;
1108 }
1109
1110 static zend_class_entry *register_class_ion_Symbol_Enum(void)
1111 {
1112 zend_class_entry ce, *class_entry;
1113
1114 INIT_NS_CLASS_ENTRY(ce, "ion\\Symbol", "Enum", class_ion_Symbol_Enum_methods);
1115 class_entry = zend_register_internal_interface(&ce);
1116
1117 return class_entry;
1118 }
1119
1120 static zend_class_entry *register_class_ion_Symbol_Table_System(zend_class_entry *class_entry_ion_Symbol_Enum)
1121 {
1122 zend_class_entry *class_entry = zend_register_internal_enum("ion\\Symbol\\Table\\System", IS_STRING, class_ion_Symbol_Table_System_methods);
1123 zend_class_implements(class_entry, 1, class_entry_ion_Symbol_Enum);
1124
1125 zval enum_case_Ion_value;
1126 zend_string *enum_case_Ion_value_str = zend_string_init("$ion", sizeof("$ion") - 1, 1);
1127 ZVAL_STR(&enum_case_Ion_value, enum_case_Ion_value_str);
1128 zend_enum_add_case_cstr(class_entry, "Ion", &enum_case_Ion_value);
1129
1130 zval enum_case_Ivm_1_0_value;
1131 zend_string *enum_case_Ivm_1_0_value_str = zend_string_init("$ion_1_0", sizeof("$ion_1_0") - 1, 1);
1132 ZVAL_STR(&enum_case_Ivm_1_0_value, enum_case_Ivm_1_0_value_str);
1133 zend_enum_add_case_cstr(class_entry, "Ivm_1_0", &enum_case_Ivm_1_0_value);
1134
1135 zval enum_case_IonSymbolTable_value;
1136 zend_string *enum_case_IonSymbolTable_value_str = zend_string_init("$ion_symbol_table", sizeof("$ion_symbol_table") - 1, 1);
1137 ZVAL_STR(&enum_case_IonSymbolTable_value, enum_case_IonSymbolTable_value_str);
1138 zend_enum_add_case_cstr(class_entry, "IonSymbolTable", &enum_case_IonSymbolTable_value);
1139
1140 zval enum_case_Name_value;
1141 zend_string *enum_case_Name_value_str = zend_string_init("name", sizeof("name") - 1, 1);
1142 ZVAL_STR(&enum_case_Name_value, enum_case_Name_value_str);
1143 zend_enum_add_case_cstr(class_entry, "Name", &enum_case_Name_value);
1144
1145 zval enum_case_Version_value;
1146 zend_string *enum_case_Version_value_str = zend_string_init("version", sizeof("version") - 1, 1);
1147 ZVAL_STR(&enum_case_Version_value, enum_case_Version_value_str);
1148 zend_enum_add_case_cstr(class_entry, "Version", &enum_case_Version_value);
1149
1150 zval enum_case_Imports_value;
1151 zend_string *enum_case_Imports_value_str = zend_string_init("imports", sizeof("imports") - 1, 1);
1152 ZVAL_STR(&enum_case_Imports_value, enum_case_Imports_value_str);
1153 zend_enum_add_case_cstr(class_entry, "Imports", &enum_case_Imports_value);
1154
1155 zval enum_case_Symbols_value;
1156 zend_string *enum_case_Symbols_value_str = zend_string_init("symbols", sizeof("symbols") - 1, 1);
1157 ZVAL_STR(&enum_case_Symbols_value, enum_case_Symbols_value_str);
1158 zend_enum_add_case_cstr(class_entry, "Symbols", &enum_case_Symbols_value);
1159
1160 zval enum_case_MaxId_value;
1161 zend_string *enum_case_MaxId_value_str = zend_string_init("max_id", sizeof("max_id") - 1, 1);
1162 ZVAL_STR(&enum_case_MaxId_value, enum_case_MaxId_value_str);
1163 zend_enum_add_case_cstr(class_entry, "MaxId", &enum_case_MaxId_value);
1164
1165 zval enum_case_SharedSymbolTable_value;
1166 zend_string *enum_case_SharedSymbolTable_value_str = zend_string_init("$ion_shared_symbol_table", sizeof("$ion_shared_symbol_table") - 1, 1);
1167 ZVAL_STR(&enum_case_SharedSymbolTable_value, enum_case_SharedSymbolTable_value_str);
1168 zend_enum_add_case_cstr(class_entry, "SharedSymbolTable", &enum_case_SharedSymbolTable_value);
1169
1170 return class_entry;
1171 }
1172
1173 static zend_class_entry *register_class_ion_Symbol_Table_PHP(zend_class_entry *class_entry_ion_Symbol_Enum)
1174 {
1175 zend_class_entry *class_entry = zend_register_internal_enum("ion\\Symbol\\Table\\PHP", IS_STRING, class_ion_Symbol_Table_PHP_methods);
1176 zend_class_implements(class_entry, 1, class_entry_ion_Symbol_Enum);
1177
1178 zval enum_case_PHP_value;
1179 zend_string *enum_case_PHP_value_str = zend_string_init("PHP", sizeof("PHP") - 1, 1);
1180 ZVAL_STR(&enum_case_PHP_value, enum_case_PHP_value_str);
1181 zend_enum_add_case_cstr(class_entry, "PHP", &enum_case_PHP_value);
1182
1183 zval enum_case_Reference_value;
1184 zend_string *enum_case_Reference_value_str = zend_string_init("R", sizeof("R") - 1, 1);
1185 ZVAL_STR(&enum_case_Reference_value, enum_case_Reference_value_str);
1186 zend_enum_add_case_cstr(class_entry, "Reference", &enum_case_Reference_value);
1187
1188 zval enum_case_Backref_value;
1189 zend_string *enum_case_Backref_value_str = zend_string_init("r", sizeof("r") - 1, 1);
1190 ZVAL_STR(&enum_case_Backref_value, enum_case_Backref_value_str);
1191 zend_enum_add_case_cstr(class_entry, "Backref", &enum_case_Backref_value);
1192
1193 zval enum_case_Property_value;
1194 zend_string *enum_case_Property_value_str = zend_string_init("p", sizeof("p") - 1, 1);
1195 ZVAL_STR(&enum_case_Property_value, enum_case_Property_value_str);
1196 zend_enum_add_case_cstr(class_entry, "Property", &enum_case_Property_value);
1197
1198 zval enum_case_Object_value;
1199 zend_string *enum_case_Object_value_str = zend_string_init("o", sizeof("o") - 1, 1);
1200 ZVAL_STR(&enum_case_Object_value, enum_case_Object_value_str);
1201 zend_enum_add_case_cstr(class_entry, "Object", &enum_case_Object_value);
1202
1203 zval enum_case_ClassObject_value;
1204 zend_string *enum_case_ClassObject_value_str = zend_string_init("c", sizeof("c") - 1, 1);
1205 ZVAL_STR(&enum_case_ClassObject_value, enum_case_ClassObject_value_str);
1206 zend_enum_add_case_cstr(class_entry, "ClassObject", &enum_case_ClassObject_value);
1207
1208 zval enum_case_MagicObject_value;
1209 zend_string *enum_case_MagicObject_value_str = zend_string_init("O", sizeof("O") - 1, 1);
1210 ZVAL_STR(&enum_case_MagicObject_value, enum_case_MagicObject_value_str);
1211 zend_enum_add_case_cstr(class_entry, "MagicObject", &enum_case_MagicObject_value);
1212
1213 zval enum_case_CustomObject_value;
1214 zend_string *enum_case_CustomObject_value_str = zend_string_init("C", sizeof("C") - 1, 1);
1215 ZVAL_STR(&enum_case_CustomObject_value, enum_case_CustomObject_value_str);
1216 zend_enum_add_case_cstr(class_entry, "CustomObject", &enum_case_CustomObject_value);
1217
1218 zval enum_case_Enum_value;
1219 zend_string *enum_case_Enum_value_str = zend_string_init("E", sizeof("E") - 1, 1);
1220 ZVAL_STR(&enum_case_Enum_value, enum_case_Enum_value_str);
1221 zend_enum_add_case_cstr(class_entry, "Enum", &enum_case_Enum_value);
1222
1223 zval enum_case_Serializable_value;
1224 zend_string *enum_case_Serializable_value_str = zend_string_init("S", sizeof("S") - 1, 1);
1225 ZVAL_STR(&enum_case_Serializable_value, enum_case_Serializable_value_str);
1226 zend_enum_add_case_cstr(class_entry, "Serializable", &enum_case_Serializable_value);
1227
1228 return class_entry;
1229 }
1230
1231 static zend_class_entry *register_class_ion_Symbol(void)
1232 {
1233 zend_class_entry ce, *class_entry;
1234
1235 INIT_NS_CLASS_ENTRY(ce, "ion", "Symbol", class_ion_Symbol_methods);
1236 class_entry = zend_register_internal_class_ex(&ce, NULL);
1237
1238 zval property_value_default_value;
1239 ZVAL_UNDEF(&property_value_default_value);
1240 zend_string *property_value_name = zend_string_init("value", sizeof("value") - 1, 1);
1241 zend_declare_typed_property(class_entry, property_value_name, &property_value_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING|MAY_BE_NULL));
1242 zend_string_release(property_value_name);
1243
1244 zval property_sid_default_value;
1245 ZVAL_UNDEF(&property_sid_default_value);
1246 zend_string *property_sid_name = zend_string_init("sid", sizeof("sid") - 1, 1);
1247 zend_declare_typed_property(class_entry, property_sid_name, &property_sid_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1248 zend_string_release(property_sid_name);
1249
1250 zend_string *property_importLocation_class_ion_Symbol_ImportLocation = zend_string_init("ion\\Symbol\\ImportLocation", sizeof("ion\\Symbol\\ImportLocation")-1, 1);
1251 zval property_importLocation_default_value;
1252 ZVAL_UNDEF(&property_importLocation_default_value);
1253 zend_string *property_importLocation_name = zend_string_init("importLocation", sizeof("importLocation") - 1, 1);
1254 zend_declare_typed_property(class_entry, property_importLocation_name, &property_importLocation_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_importLocation_class_ion_Symbol_ImportLocation, 0, MAY_BE_NULL));
1255 zend_string_release(property_importLocation_name);
1256
1257 return class_entry;
1258 }
1259
1260 static zend_class_entry *register_class_ion_Symbol_Table(void)
1261 {
1262 zend_class_entry ce, *class_entry;
1263
1264 INIT_NS_CLASS_ENTRY(ce, "ion\\Symbol", "Table", class_ion_Symbol_Table_methods);
1265 class_entry = zend_register_internal_interface(&ce);
1266
1267 return class_entry;
1268 }
1269
1270 static zend_class_entry *register_class_ion_Symbol_Table_Local(zend_class_entry *class_entry_ion_Symbol_Table)
1271 {
1272 zend_class_entry ce, *class_entry;
1273
1274 INIT_NS_CLASS_ENTRY(ce, "ion\\Symbol\\Table", "Local", class_ion_Symbol_Table_Local_methods);
1275 class_entry = zend_register_internal_class_ex(&ce, NULL);
1276 zend_class_implements(class_entry, 1, class_entry_ion_Symbol_Table);
1277
1278 zval property_imports_default_value;
1279 ZVAL_EMPTY_ARRAY(&property_imports_default_value);
1280 zend_string *property_imports_name = zend_string_init("imports", sizeof("imports") - 1, 1);
1281 zend_declare_typed_property(class_entry, property_imports_name, &property_imports_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
1282 zend_string_release(property_imports_name);
1283
1284 zval property_symbols_default_value;
1285 ZVAL_EMPTY_ARRAY(&property_symbols_default_value);
1286 zend_string *property_symbols_name = zend_string_init("symbols", sizeof("symbols") - 1, 1);
1287 zend_declare_typed_property(class_entry, property_symbols_name, &property_symbols_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
1288 zend_string_release(property_symbols_name);
1289
1290 return class_entry;
1291 }
1292
1293 static zend_class_entry *register_class_ion_Symbol_Table_Shared(zend_class_entry *class_entry_ion_Symbol_Table)
1294 {
1295 zend_class_entry ce, *class_entry;
1296
1297 INIT_NS_CLASS_ENTRY(ce, "ion\\Symbol\\Table", "Shared", class_ion_Symbol_Table_Shared_methods);
1298 class_entry = zend_register_internal_class_ex(&ce, NULL);
1299 zend_class_implements(class_entry, 1, class_entry_ion_Symbol_Table);
1300
1301 zval property_name_default_value;
1302 ZVAL_UNDEF(&property_name_default_value);
1303 zend_string *property_name_name = zend_string_init("name", sizeof("name") - 1, 1);
1304 zend_declare_typed_property(class_entry, property_name_name, &property_name_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING));
1305 zend_string_release(property_name_name);
1306
1307 zval property_version_default_value;
1308 ZVAL_UNDEF(&property_version_default_value);
1309 zend_string *property_version_name = zend_string_init("version", sizeof("version") - 1, 1);
1310 zend_declare_typed_property(class_entry, property_version_name, &property_version_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1311 zend_string_release(property_version_name);
1312
1313 zval property_symbols_default_value;
1314 ZVAL_EMPTY_ARRAY(&property_symbols_default_value);
1315 zend_string *property_symbols_name = zend_string_init("symbols", sizeof("symbols") - 1, 1);
1316 zend_declare_typed_property(class_entry, property_symbols_name, &property_symbols_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
1317 zend_string_release(property_symbols_name);
1318
1319 return class_entry;
1320 }
1321
1322 static zend_class_entry *register_class_ion_Catalog(zend_class_entry *class_entry_ion_Countable)
1323 {
1324 zend_class_entry ce, *class_entry;
1325
1326 INIT_NS_CLASS_ENTRY(ce, "ion", "Catalog", class_ion_Catalog_methods);
1327 class_entry = zend_register_internal_class_ex(&ce, NULL);
1328 zend_class_implements(class_entry, 1, class_entry_ion_Countable);
1329
1330 zval property_symbolTables_default_value;
1331 ZVAL_EMPTY_ARRAY(&property_symbolTables_default_value);
1332 zend_string *property_symbolTables_name = zend_string_init("symbolTables", sizeof("symbolTables") - 1, 1);
1333 zend_declare_typed_property(class_entry, property_symbolTables_name, &property_symbolTables_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
1334 zend_string_release(property_symbolTables_name);
1335
1336 return class_entry;
1337 }
1338
1339 static zend_class_entry *register_class_ion_LOB(void)
1340 {
1341 zend_class_entry ce, *class_entry;
1342
1343 INIT_NS_CLASS_ENTRY(ce, "ion", "LOB", class_ion_LOB_methods);
1344 class_entry = zend_register_internal_class_ex(&ce, NULL);
1345
1346 zval property_value_default_value;
1347 ZVAL_UNDEF(&property_value_default_value);
1348 zend_string *property_value_name = zend_string_init("value", sizeof("value") - 1, 1);
1349 zend_declare_typed_property(class_entry, property_value_name, &property_value_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING));
1350 zend_string_release(property_value_name);
1351
1352 zend_string *property_type_class_ion_Type = zend_string_init("ion\\Type", sizeof("ion\\Type")-1, 1);
1353 zval property_type_default_value;
1354 ZVAL_UNDEF(&property_type_default_value);
1355 zend_string *property_type_name = zend_string_init("type", sizeof("type") - 1, 1);
1356 zend_declare_typed_property(class_entry, property_type_name, &property_type_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_type_class_ion_Type, 0, 0));
1357 zend_string_release(property_type_name);
1358
1359 return class_entry;
1360 }
1361
1362 static zend_class_entry *register_class_ion_Decimal_Context_Rounding(void)
1363 {
1364 zend_class_entry *class_entry = zend_register_internal_enum("ion\\Decimal\\Context\\Rounding", IS_LONG, class_ion_Decimal_Context_Rounding_methods);
1365
1366 zval enum_case_Ceiling_value;
1367 ZVAL_LONG(&enum_case_Ceiling_value, 0);
1368 zend_enum_add_case_cstr(class_entry, "Ceiling", &enum_case_Ceiling_value);
1369
1370 zval enum_case_Up_value;
1371 ZVAL_LONG(&enum_case_Up_value, 1);
1372 zend_enum_add_case_cstr(class_entry, "Up", &enum_case_Up_value);
1373
1374 zval enum_case_HalfUp_value;
1375 ZVAL_LONG(&enum_case_HalfUp_value, 2);
1376 zend_enum_add_case_cstr(class_entry, "HalfUp", &enum_case_HalfUp_value);
1377
1378 zval enum_case_HalfEven_value;
1379 ZVAL_LONG(&enum_case_HalfEven_value, 3);
1380 zend_enum_add_case_cstr(class_entry, "HalfEven", &enum_case_HalfEven_value);
1381
1382 zval enum_case_HalfDown_value;
1383 ZVAL_LONG(&enum_case_HalfDown_value, 4);
1384 zend_enum_add_case_cstr(class_entry, "HalfDown", &enum_case_HalfDown_value);
1385
1386 zval enum_case_Down_value;
1387 ZVAL_LONG(&enum_case_Down_value, 5);
1388 zend_enum_add_case_cstr(class_entry, "Down", &enum_case_Down_value);
1389
1390 zval enum_case_Floor_value;
1391 ZVAL_LONG(&enum_case_Floor_value, 6);
1392 zend_enum_add_case_cstr(class_entry, "Floor", &enum_case_Floor_value);
1393
1394 zval enum_case_Down05Up_value;
1395 ZVAL_LONG(&enum_case_Down05Up_value, 7);
1396 zend_enum_add_case_cstr(class_entry, "Down05Up", &enum_case_Down05Up_value);
1397
1398 return class_entry;
1399 }
1400
1401 static zend_class_entry *register_class_ion_Decimal_Context(void)
1402 {
1403 zend_class_entry ce, *class_entry;
1404
1405 INIT_NS_CLASS_ENTRY(ce, "ion\\Decimal", "Context", class_ion_Decimal_Context_methods);
1406 class_entry = zend_register_internal_class_ex(&ce, NULL);
1407
1408 zval property_digits_default_value;
1409 ZVAL_UNDEF(&property_digits_default_value);
1410 zend_string *property_digits_name = zend_string_init("digits", sizeof("digits") - 1, 1);
1411 zend_declare_typed_property(class_entry, property_digits_name, &property_digits_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1412 zend_string_release(property_digits_name);
1413
1414 zval property_eMax_default_value;
1415 ZVAL_UNDEF(&property_eMax_default_value);
1416 zend_string *property_eMax_name = zend_string_init("eMax", sizeof("eMax") - 1, 1);
1417 zend_declare_typed_property(class_entry, property_eMax_name, &property_eMax_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1418 zend_string_release(property_eMax_name);
1419
1420 zval property_eMin_default_value;
1421 ZVAL_UNDEF(&property_eMin_default_value);
1422 zend_string *property_eMin_name = zend_string_init("eMin", sizeof("eMin") - 1, 1);
1423 zend_declare_typed_property(class_entry, property_eMin_name, &property_eMin_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1424 zend_string_release(property_eMin_name);
1425
1426 zend_string *property_round_class_ion_Decimal_Context_Rounding = zend_string_init("ion\\Decimal\\Context\\Rounding", sizeof("ion\\Decimal\\Context\\Rounding")-1, 1);
1427 zval property_round_default_value;
1428 ZVAL_UNDEF(&property_round_default_value);
1429 zend_string *property_round_name = zend_string_init("round", sizeof("round") - 1, 1);
1430 zend_declare_typed_property(class_entry, property_round_name, &property_round_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_round_class_ion_Decimal_Context_Rounding, 0, MAY_BE_LONG));
1431 zend_string_release(property_round_name);
1432
1433 zval property_clamp_default_value;
1434 ZVAL_UNDEF(&property_clamp_default_value);
1435 zend_string *property_clamp_name = zend_string_init("clamp", sizeof("clamp") - 1, 1);
1436 zend_declare_typed_property(class_entry, property_clamp_name, &property_clamp_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1437 zend_string_release(property_clamp_name);
1438
1439 return class_entry;
1440 }
1441
1442 static zend_class_entry *register_class_ion_Decimal(void)
1443 {
1444 zend_class_entry ce, *class_entry;
1445
1446 INIT_NS_CLASS_ENTRY(ce, "ion", "Decimal", class_ion_Decimal_methods);
1447 class_entry = zend_register_internal_class_ex(&ce, NULL);
1448
1449 zval property_number_default_value;
1450 ZVAL_UNDEF(&property_number_default_value);
1451 zend_string *property_number_name = zend_string_init("number", sizeof("number") - 1, 1);
1452 zend_declare_typed_property(class_entry, property_number_name, &property_number_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING|MAY_BE_LONG));
1453 zend_string_release(property_number_name);
1454
1455 zend_string *property_context_class_ion_Decimal_Context = zend_string_init("ion\\Decimal\\Context", sizeof("ion\\Decimal\\Context")-1, 1);
1456 zval property_context_default_value;
1457 ZVAL_UNDEF(&property_context_default_value);
1458 zend_string *property_context_name = zend_string_init("context", sizeof("context") - 1, 1);
1459 zend_declare_typed_property(class_entry, property_context_name, &property_context_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_context_class_ion_Decimal_Context, 0, MAY_BE_NULL));
1460 zend_string_release(property_context_name);
1461
1462 return class_entry;
1463 }
1464
1465 static zend_class_entry *register_class_ion_Timestamp_Precision(void)
1466 {
1467 zend_class_entry *class_entry = zend_register_internal_enum("ion\\Timestamp\\Precision", IS_LONG, class_ion_Timestamp_Precision_methods);
1468
1469 zval enum_case_Year_value;
1470 ZVAL_LONG(&enum_case_Year_value, 1);
1471 zend_enum_add_case_cstr(class_entry, "Year", &enum_case_Year_value);
1472
1473 zval enum_case_Month_value;
1474 ZVAL_LONG(&enum_case_Month_value, 3);
1475 zend_enum_add_case_cstr(class_entry, "Month", &enum_case_Month_value);
1476
1477 zval enum_case_Day_value;
1478 ZVAL_LONG(&enum_case_Day_value, 7);
1479 zend_enum_add_case_cstr(class_entry, "Day", &enum_case_Day_value);
1480
1481 zval enum_case_Min_value;
1482 ZVAL_LONG(&enum_case_Min_value, 23);
1483 zend_enum_add_case_cstr(class_entry, "Min", &enum_case_Min_value);
1484
1485 zval enum_case_Sec_value;
1486 ZVAL_LONG(&enum_case_Sec_value, 55);
1487 zend_enum_add_case_cstr(class_entry, "Sec", &enum_case_Sec_value);
1488
1489 zval enum_case_Frac_value;
1490 ZVAL_LONG(&enum_case_Frac_value, 119);
1491 zend_enum_add_case_cstr(class_entry, "Frac", &enum_case_Frac_value);
1492
1493 zval enum_case_MinTZ_value;
1494 ZVAL_LONG(&enum_case_MinTZ_value, 151);
1495 zend_enum_add_case_cstr(class_entry, "MinTZ", &enum_case_MinTZ_value);
1496
1497 zval enum_case_SecTZ_value;
1498 ZVAL_LONG(&enum_case_SecTZ_value, 183);
1499 zend_enum_add_case_cstr(class_entry, "SecTZ", &enum_case_SecTZ_value);
1500
1501 zval enum_case_FracTZ_value;
1502 ZVAL_LONG(&enum_case_FracTZ_value, 247);
1503 zend_enum_add_case_cstr(class_entry, "FracTZ", &enum_case_FracTZ_value);
1504
1505 return class_entry;
1506 }
1507
1508 static zend_class_entry *register_class_ion_Timestamp(zend_class_entry *class_entry_DateTime)
1509 {
1510 zend_class_entry ce, *class_entry;
1511
1512 INIT_NS_CLASS_ENTRY(ce, "ion", "Timestamp", class_ion_Timestamp_methods);
1513 class_entry = zend_register_internal_class_ex(&ce, class_entry_DateTime);
1514
1515 zval property_precision_default_value;
1516 ZVAL_UNDEF(&property_precision_default_value);
1517 zend_string *property_precision_name = zend_string_init("precision", sizeof("precision") - 1, 1);
1518 zend_declare_typed_property(class_entry, property_precision_name, &property_precision_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1519 zend_string_release(property_precision_name);
1520
1521 zval property_format_default_value;
1522 ZVAL_UNDEF(&property_format_default_value);
1523 zend_string *property_format_name = zend_string_init("format", sizeof("format") - 1, 1);
1524 zend_declare_typed_property(class_entry, property_format_name, &property_format_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING));
1525 zend_string_release(property_format_name);
1526
1527 return class_entry;
1528 }
1529
1530 static zend_class_entry *register_class_ion_Reader(zend_class_entry *class_entry_RecursiveIterator)
1531 {
1532 zend_class_entry ce, *class_entry;
1533
1534 INIT_NS_CLASS_ENTRY(ce, "ion", "Reader", class_ion_Reader_methods);
1535 class_entry = zend_register_internal_interface(&ce);
1536 zend_class_implements(class_entry, 1, class_entry_RecursiveIterator);
1537
1538 return class_entry;
1539 }
1540
1541 static zend_class_entry *register_class_ion_Reader_Options(void)
1542 {
1543 zend_class_entry ce, *class_entry;
1544
1545 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader", "Options", class_ion_Reader_Options_methods);
1546 class_entry = zend_register_internal_class_ex(&ce, NULL);
1547
1548 zend_string *property_catalog_class_ion_Catalog = zend_string_init("ion\\Catalog", sizeof("ion\\Catalog")-1, 1);
1549 zval property_catalog_default_value;
1550 ZVAL_UNDEF(&property_catalog_default_value);
1551 zend_string *property_catalog_name = zend_string_init("catalog", sizeof("catalog") - 1, 1);
1552 zend_declare_typed_property(class_entry, property_catalog_name, &property_catalog_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_catalog_class_ion_Catalog, 0, MAY_BE_NULL));
1553 zend_string_release(property_catalog_name);
1554
1555 zend_string *property_decimalContext_class_ion_Decimal_Context = zend_string_init("ion\\Decimal\\Context", sizeof("ion\\Decimal\\Context")-1, 1);
1556 zval property_decimalContext_default_value;
1557 ZVAL_UNDEF(&property_decimalContext_default_value);
1558 zend_string *property_decimalContext_name = zend_string_init("decimalContext", sizeof("decimalContext") - 1, 1);
1559 zend_declare_typed_property(class_entry, property_decimalContext_name, &property_decimalContext_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_decimalContext_class_ion_Decimal_Context, 0, MAY_BE_NULL));
1560 zend_string_release(property_decimalContext_name);
1561
1562 zend_string *property_onContextChange_class_Closure = zend_string_init("Closure", sizeof("Closure")-1, 1);
1563 zval property_onContextChange_default_value;
1564 ZVAL_UNDEF(&property_onContextChange_default_value);
1565 zend_string *property_onContextChange_name = zend_string_init("onContextChange", sizeof("onContextChange") - 1, 1);
1566 zend_declare_typed_property(class_entry, property_onContextChange_name, &property_onContextChange_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_onContextChange_class_Closure, 0, MAY_BE_NULL));
1567 zend_string_release(property_onContextChange_name);
1568
1569 zval property_returnSystemValues_default_value;
1570 ZVAL_UNDEF(&property_returnSystemValues_default_value);
1571 zend_string *property_returnSystemValues_name = zend_string_init("returnSystemValues", sizeof("returnSystemValues") - 1, 1);
1572 zend_declare_typed_property(class_entry, property_returnSystemValues_name, &property_returnSystemValues_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1573 zend_string_release(property_returnSystemValues_name);
1574
1575 zval property_newLine_default_value;
1576 ZVAL_UNDEF(&property_newLine_default_value);
1577 zend_string *property_newLine_name = zend_string_init("newLine", sizeof("newLine") - 1, 1);
1578 zend_declare_typed_property(class_entry, property_newLine_name, &property_newLine_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1579 zend_string_release(property_newLine_name);
1580
1581 zval property_maxContainerDepth_default_value;
1582 ZVAL_UNDEF(&property_maxContainerDepth_default_value);
1583 zend_string *property_maxContainerDepth_name = zend_string_init("maxContainerDepth", sizeof("maxContainerDepth") - 1, 1);
1584 zend_declare_typed_property(class_entry, property_maxContainerDepth_name, &property_maxContainerDepth_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1585 zend_string_release(property_maxContainerDepth_name);
1586
1587 zval property_maxAnnotations_default_value;
1588 ZVAL_UNDEF(&property_maxAnnotations_default_value);
1589 zend_string *property_maxAnnotations_name = zend_string_init("maxAnnotations", sizeof("maxAnnotations") - 1, 1);
1590 zend_declare_typed_property(class_entry, property_maxAnnotations_name, &property_maxAnnotations_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1591 zend_string_release(property_maxAnnotations_name);
1592
1593 zval property_maxAnnotationBuffered_default_value;
1594 ZVAL_UNDEF(&property_maxAnnotationBuffered_default_value);
1595 zend_string *property_maxAnnotationBuffered_name = zend_string_init("maxAnnotationBuffered", sizeof("maxAnnotationBuffered") - 1, 1);
1596 zend_declare_typed_property(class_entry, property_maxAnnotationBuffered_name, &property_maxAnnotationBuffered_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1597 zend_string_release(property_maxAnnotationBuffered_name);
1598
1599 zval property_symbolThreshold_default_value;
1600 ZVAL_UNDEF(&property_symbolThreshold_default_value);
1601 zend_string *property_symbolThreshold_name = zend_string_init("symbolThreshold", sizeof("symbolThreshold") - 1, 1);
1602 zend_declare_typed_property(class_entry, property_symbolThreshold_name, &property_symbolThreshold_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1603 zend_string_release(property_symbolThreshold_name);
1604
1605 zval property_userValueThreshold_default_value;
1606 ZVAL_UNDEF(&property_userValueThreshold_default_value);
1607 zend_string *property_userValueThreshold_name = zend_string_init("userValueThreshold", sizeof("userValueThreshold") - 1, 1);
1608 zend_declare_typed_property(class_entry, property_userValueThreshold_name, &property_userValueThreshold_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1609 zend_string_release(property_userValueThreshold_name);
1610
1611 zval property_chunkThreshold_default_value;
1612 ZVAL_UNDEF(&property_chunkThreshold_default_value);
1613 zend_string *property_chunkThreshold_name = zend_string_init("chunkThreshold", sizeof("chunkThreshold") - 1, 1);
1614 zend_declare_typed_property(class_entry, property_chunkThreshold_name, &property_chunkThreshold_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1615 zend_string_release(property_chunkThreshold_name);
1616
1617 zval property_allocationPageSize_default_value;
1618 ZVAL_UNDEF(&property_allocationPageSize_default_value);
1619 zend_string *property_allocationPageSize_name = zend_string_init("allocationPageSize", sizeof("allocationPageSize") - 1, 1);
1620 zend_declare_typed_property(class_entry, property_allocationPageSize_name, &property_allocationPageSize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1621 zend_string_release(property_allocationPageSize_name);
1622
1623 zval property_skipCharacterValidation_default_value;
1624 ZVAL_UNDEF(&property_skipCharacterValidation_default_value);
1625 zend_string *property_skipCharacterValidation_name = zend_string_init("skipCharacterValidation", sizeof("skipCharacterValidation") - 1, 1);
1626 zend_declare_typed_property(class_entry, property_skipCharacterValidation_name, &property_skipCharacterValidation_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1627 zend_string_release(property_skipCharacterValidation_name);
1628
1629 return class_entry;
1630 }
1631
1632 static zend_class_entry *register_class_ion_Reader_Reader(zend_class_entry *class_entry_ion_Reader)
1633 {
1634 zend_class_entry ce, *class_entry;
1635
1636 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader", "Reader", class_ion_Reader_Reader_methods);
1637 class_entry = zend_register_internal_class_ex(&ce, NULL);
1638 class_entry->ce_flags |= ZEND_ACC_ABSTRACT;
1639 zend_class_implements(class_entry, 1, class_entry_ion_Reader);
1640
1641 zend_string *property_options_class_ion_Reader_Options = zend_string_init("ion\\Reader\\Options", sizeof("ion\\Reader\\Options")-1, 1);
1642 zval property_options_default_value;
1643 ZVAL_UNDEF(&property_options_default_value);
1644 zend_string *property_options_name = zend_string_init("options", sizeof("options") - 1, 1);
1645 zend_declare_typed_property(class_entry, property_options_name, &property_options_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_options_class_ion_Reader_Options, 0, MAY_BE_NULL));
1646 zend_string_release(property_options_name);
1647
1648 return class_entry;
1649 }
1650
1651 static zend_class_entry *register_class_ion_Reader_Buffer(zend_class_entry *class_entry_ion_Reader)
1652 {
1653 zend_class_entry ce, *class_entry;
1654
1655 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader", "Buffer", class_ion_Reader_Buffer_methods);
1656 class_entry = zend_register_internal_interface(&ce);
1657 zend_class_implements(class_entry, 1, class_entry_ion_Reader);
1658
1659 return class_entry;
1660 }
1661
1662 static zend_class_entry *register_class_ion_Reader_Buffer_Reader(zend_class_entry *class_entry_ion_Reader_Reader, zend_class_entry *class_entry_ion_Reader_Buffer)
1663 {
1664 zend_class_entry ce, *class_entry;
1665
1666 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader\\Buffer", "Reader", class_ion_Reader_Buffer_Reader_methods);
1667 class_entry = zend_register_internal_class_ex(&ce, class_entry_ion_Reader_Reader);
1668 zend_class_implements(class_entry, 1, class_entry_ion_Reader_Buffer);
1669
1670 return class_entry;
1671 }
1672
1673 static zend_class_entry *register_class_ion_Reader_Stream(zend_class_entry *class_entry_ion_Reader)
1674 {
1675 zend_class_entry ce, *class_entry;
1676
1677 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader", "Stream", class_ion_Reader_Stream_methods);
1678 class_entry = zend_register_internal_interface(&ce);
1679 zend_class_implements(class_entry, 1, class_entry_ion_Reader);
1680
1681 return class_entry;
1682 }
1683
1684 static zend_class_entry *register_class_ion_Reader_Stream_Reader(zend_class_entry *class_entry_ion_Reader_Reader, zend_class_entry *class_entry_ion_Reader_Stream)
1685 {
1686 zend_class_entry ce, *class_entry;
1687
1688 INIT_NS_CLASS_ENTRY(ce, "ion\\Reader\\Stream", "Reader", class_ion_Reader_Stream_Reader_methods);
1689 class_entry = zend_register_internal_class_ex(&ce, class_entry_ion_Reader_Reader);
1690 zend_class_implements(class_entry, 1, class_entry_ion_Reader_Stream);
1691
1692 return class_entry;
1693 }
1694
1695 static zend_class_entry *register_class_ion_Writer_Options(void)
1696 {
1697 zend_class_entry ce, *class_entry;
1698
1699 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer", "Options", class_ion_Writer_Options_methods);
1700 class_entry = zend_register_internal_class_ex(&ce, NULL);
1701
1702 zend_string *property_catalog_class_ion_Catalog = zend_string_init("ion\\Catalog", sizeof("ion\\Catalog")-1, 1);
1703 zval property_catalog_default_value;
1704 ZVAL_UNDEF(&property_catalog_default_value);
1705 zend_string *property_catalog_name = zend_string_init("catalog", sizeof("catalog") - 1, 1);
1706 zend_declare_typed_property(class_entry, property_catalog_name, &property_catalog_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_catalog_class_ion_Catalog, 0, MAY_BE_NULL));
1707 zend_string_release(property_catalog_name);
1708
1709 zend_string *property_decimalContext_class_ion_Decimal_Context = zend_string_init("ion\\Decimal\\Context", sizeof("ion\\Decimal\\Context")-1, 1);
1710 zval property_decimalContext_default_value;
1711 ZVAL_UNDEF(&property_decimalContext_default_value);
1712 zend_string *property_decimalContext_name = zend_string_init("decimalContext", sizeof("decimalContext") - 1, 1);
1713 zend_declare_typed_property(class_entry, property_decimalContext_name, &property_decimalContext_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_decimalContext_class_ion_Decimal_Context, 0, MAY_BE_NULL));
1714 zend_string_release(property_decimalContext_name);
1715
1716 zval property_outputBinary_default_value;
1717 ZVAL_UNDEF(&property_outputBinary_default_value);
1718 zend_string *property_outputBinary_name = zend_string_init("outputBinary", sizeof("outputBinary") - 1, 1);
1719 zend_declare_typed_property(class_entry, property_outputBinary_name, &property_outputBinary_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1720 zend_string_release(property_outputBinary_name);
1721
1722 zval property_compactFloats_default_value;
1723 ZVAL_UNDEF(&property_compactFloats_default_value);
1724 zend_string *property_compactFloats_name = zend_string_init("compactFloats", sizeof("compactFloats") - 1, 1);
1725 zend_declare_typed_property(class_entry, property_compactFloats_name, &property_compactFloats_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1726 zend_string_release(property_compactFloats_name);
1727
1728 zval property_escapeNonAscii_default_value;
1729 ZVAL_UNDEF(&property_escapeNonAscii_default_value);
1730 zend_string *property_escapeNonAscii_name = zend_string_init("escapeNonAscii", sizeof("escapeNonAscii") - 1, 1);
1731 zend_declare_typed_property(class_entry, property_escapeNonAscii_name, &property_escapeNonAscii_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1732 zend_string_release(property_escapeNonAscii_name);
1733
1734 zval property_prettyPrint_default_value;
1735 ZVAL_UNDEF(&property_prettyPrint_default_value);
1736 zend_string *property_prettyPrint_name = zend_string_init("prettyPrint", sizeof("prettyPrint") - 1, 1);
1737 zend_declare_typed_property(class_entry, property_prettyPrint_name, &property_prettyPrint_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1738 zend_string_release(property_prettyPrint_name);
1739
1740 zval property_indentTabs_default_value;
1741 ZVAL_UNDEF(&property_indentTabs_default_value);
1742 zend_string *property_indentTabs_name = zend_string_init("indentTabs", sizeof("indentTabs") - 1, 1);
1743 zend_declare_typed_property(class_entry, property_indentTabs_name, &property_indentTabs_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1744 zend_string_release(property_indentTabs_name);
1745
1746 zval property_indentSize_default_value;
1747 ZVAL_UNDEF(&property_indentSize_default_value);
1748 zend_string *property_indentSize_name = zend_string_init("indentSize", sizeof("indentSize") - 1, 1);
1749 zend_declare_typed_property(class_entry, property_indentSize_name, &property_indentSize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1750 zend_string_release(property_indentSize_name);
1751
1752 zval property_smallContainersInline_default_value;
1753 ZVAL_UNDEF(&property_smallContainersInline_default_value);
1754 zend_string *property_smallContainersInline_name = zend_string_init("smallContainersInline", sizeof("smallContainersInline") - 1, 1);
1755 zend_declare_typed_property(class_entry, property_smallContainersInline_name, &property_smallContainersInline_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1756 zend_string_release(property_smallContainersInline_name);
1757
1758 zval property_suppressSystemValues_default_value;
1759 ZVAL_UNDEF(&property_suppressSystemValues_default_value);
1760 zend_string *property_suppressSystemValues_name = zend_string_init("suppressSystemValues", sizeof("suppressSystemValues") - 1, 1);
1761 zend_declare_typed_property(class_entry, property_suppressSystemValues_name, &property_suppressSystemValues_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1762 zend_string_release(property_suppressSystemValues_name);
1763
1764 zval property_flushEveryValue_default_value;
1765 ZVAL_UNDEF(&property_flushEveryValue_default_value);
1766 zend_string *property_flushEveryValue_name = zend_string_init("flushEveryValue", sizeof("flushEveryValue") - 1, 1);
1767 zend_declare_typed_property(class_entry, property_flushEveryValue_name, &property_flushEveryValue_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1768 zend_string_release(property_flushEveryValue_name);
1769
1770 zval property_maxContainerDepth_default_value;
1771 ZVAL_UNDEF(&property_maxContainerDepth_default_value);
1772 zend_string *property_maxContainerDepth_name = zend_string_init("maxContainerDepth", sizeof("maxContainerDepth") - 1, 1);
1773 zend_declare_typed_property(class_entry, property_maxContainerDepth_name, &property_maxContainerDepth_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1774 zend_string_release(property_maxContainerDepth_name);
1775
1776 zval property_maxAnnotations_default_value;
1777 ZVAL_UNDEF(&property_maxAnnotations_default_value);
1778 zend_string *property_maxAnnotations_name = zend_string_init("maxAnnotations", sizeof("maxAnnotations") - 1, 1);
1779 zend_declare_typed_property(class_entry, property_maxAnnotations_name, &property_maxAnnotations_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1780 zend_string_release(property_maxAnnotations_name);
1781
1782 zval property_tempBufferSize_default_value;
1783 ZVAL_UNDEF(&property_tempBufferSize_default_value);
1784 zend_string *property_tempBufferSize_name = zend_string_init("tempBufferSize", sizeof("tempBufferSize") - 1, 1);
1785 zend_declare_typed_property(class_entry, property_tempBufferSize_name, &property_tempBufferSize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1786 zend_string_release(property_tempBufferSize_name);
1787
1788 zval property_allocationPageSize_default_value;
1789 ZVAL_UNDEF(&property_allocationPageSize_default_value);
1790 zend_string *property_allocationPageSize_name = zend_string_init("allocationPageSize", sizeof("allocationPageSize") - 1, 1);
1791 zend_declare_typed_property(class_entry, property_allocationPageSize_name, &property_allocationPageSize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
1792 zend_string_release(property_allocationPageSize_name);
1793
1794 return class_entry;
1795 }
1796
1797 static zend_class_entry *register_class_ion_Writer(void)
1798 {
1799 zend_class_entry ce, *class_entry;
1800
1801 INIT_NS_CLASS_ENTRY(ce, "ion", "Writer", class_ion_Writer_methods);
1802 class_entry = zend_register_internal_interface(&ce);
1803
1804 return class_entry;
1805 }
1806
1807 static zend_class_entry *register_class_ion_Writer_Writer(zend_class_entry *class_entry_ion_Writer)
1808 {
1809 zend_class_entry ce, *class_entry;
1810
1811 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer", "Writer", class_ion_Writer_Writer_methods);
1812 class_entry = zend_register_internal_class_ex(&ce, NULL);
1813 class_entry->ce_flags |= ZEND_ACC_ABSTRACT;
1814 zend_class_implements(class_entry, 1, class_entry_ion_Writer);
1815
1816 return class_entry;
1817 }
1818
1819 static zend_class_entry *register_class_ion_Writer_Buffer(zend_class_entry *class_entry_ion_Writer)
1820 {
1821 zend_class_entry ce, *class_entry;
1822
1823 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer", "Buffer", class_ion_Writer_Buffer_methods);
1824 class_entry = zend_register_internal_interface(&ce);
1825 zend_class_implements(class_entry, 1, class_entry_ion_Writer);
1826
1827 return class_entry;
1828 }
1829
1830 static zend_class_entry *register_class_ion_Writer_Buffer_Writer(zend_class_entry *class_entry_ion_Writer_Writer, zend_class_entry *class_entry_ion_Writer_Buffer)
1831 {
1832 zend_class_entry ce, *class_entry;
1833
1834 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer\\Buffer", "Writer", class_ion_Writer_Buffer_Writer_methods);
1835 class_entry = zend_register_internal_class_ex(&ce, class_entry_ion_Writer_Writer);
1836 zend_class_implements(class_entry, 1, class_entry_ion_Writer_Buffer);
1837
1838 return class_entry;
1839 }
1840
1841 static zend_class_entry *register_class_ion_Writer_Stream(zend_class_entry *class_entry_ion_Writer)
1842 {
1843 zend_class_entry ce, *class_entry;
1844
1845 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer", "Stream", class_ion_Writer_Stream_methods);
1846 class_entry = zend_register_internal_interface(&ce);
1847 zend_class_implements(class_entry, 1, class_entry_ion_Writer);
1848
1849 return class_entry;
1850 }
1851
1852 static zend_class_entry *register_class_ion_Writer_Stream_Writer(zend_class_entry *class_entry_ion_Writer_Writer, zend_class_entry *class_entry_ion_Writer_Stream)
1853 {
1854 zend_class_entry ce, *class_entry;
1855
1856 INIT_NS_CLASS_ENTRY(ce, "ion\\Writer\\Stream", "Writer", class_ion_Writer_Stream_Writer_methods);
1857 class_entry = zend_register_internal_class_ex(&ce, class_entry_ion_Writer_Writer);
1858 zend_class_implements(class_entry, 1, class_entry_ion_Writer_Stream);
1859
1860 return class_entry;
1861 }
1862
1863 static zend_class_entry *register_class_ion_Serializer(void)
1864 {
1865 zend_class_entry ce, *class_entry;
1866
1867 INIT_NS_CLASS_ENTRY(ce, "ion", "Serializer", class_ion_Serializer_methods);
1868 class_entry = zend_register_internal_interface(&ce);
1869
1870 return class_entry;
1871 }
1872
1873 static zend_class_entry *register_class_ion_Unserializer(void)
1874 {
1875 zend_class_entry ce, *class_entry;
1876
1877 INIT_NS_CLASS_ENTRY(ce, "ion", "Unserializer", class_ion_Unserializer_methods);
1878 class_entry = zend_register_internal_interface(&ce);
1879
1880 return class_entry;
1881 }
1882
1883 static zend_class_entry *register_class_ion_Serializer_PHP(zend_class_entry *class_entry_ion_Serializer)
1884 {
1885 zend_class_entry ce, *class_entry;
1886
1887 INIT_NS_CLASS_ENTRY(ce, "ion\\Serializer", "PHP", class_ion_Serializer_PHP_methods);
1888 class_entry = zend_register_internal_class_ex(&ce, NULL);
1889 zend_class_implements(class_entry, 1, class_entry_ion_Serializer);
1890
1891 zend_string *property_writerOptions_class_ion_Writer_Options = zend_string_init("ion\\Writer\\Options", sizeof("ion\\Writer\\Options")-1, 1);
1892 zval property_writerOptions_default_value;
1893 ZVAL_UNDEF(&property_writerOptions_default_value);
1894 zend_string *property_writerOptions_name = zend_string_init("writerOptions", sizeof("writerOptions") - 1, 1);
1895 zend_declare_typed_property(class_entry, property_writerOptions_name, &property_writerOptions_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_writerOptions_class_ion_Writer_Options, 0, MAY_BE_NULL));
1896 zend_string_release(property_writerOptions_name);
1897
1898 zval property_multiSequence_default_value;
1899 ZVAL_UNDEF(&property_multiSequence_default_value);
1900 zend_string *property_multiSequence_name = zend_string_init("multiSequence", sizeof("multiSequence") - 1, 1);
1901 zend_declare_typed_property(class_entry, property_multiSequence_name, &property_multiSequence_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1902 zend_string_release(property_multiSequence_name);
1903
1904 zval property_callMagicSerialize_default_value;
1905 ZVAL_UNDEF(&property_callMagicSerialize_default_value);
1906 zend_string *property_callMagicSerialize_name = zend_string_init("callMagicSerialize", sizeof("callMagicSerialize") - 1, 1);
1907 zend_declare_typed_property(class_entry, property_callMagicSerialize_name, &property_callMagicSerialize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1908 zend_string_release(property_callMagicSerialize_name);
1909
1910 zval property_callCustomSerialize_default_value;
1911 ZVAL_UNDEF(&property_callCustomSerialize_default_value);
1912 zend_string *property_callCustomSerialize_name = zend_string_init("callCustomSerialize", sizeof("callCustomSerialize") - 1, 1);
1913 zend_declare_typed_property(class_entry, property_callCustomSerialize_name, &property_callCustomSerialize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING|MAY_BE_NULL));
1914 zend_string_release(property_callCustomSerialize_name);
1915
1916 return class_entry;
1917 }
1918
1919 static zend_class_entry *register_class_ion_Unserializer_PHP(zend_class_entry *class_entry_ion_Unserializer)
1920 {
1921 zend_class_entry ce, *class_entry;
1922
1923 INIT_NS_CLASS_ENTRY(ce, "ion\\Unserializer", "PHP", class_ion_Unserializer_PHP_methods);
1924 class_entry = zend_register_internal_class_ex(&ce, NULL);
1925 zend_class_implements(class_entry, 1, class_entry_ion_Unserializer);
1926
1927 zend_string *property_readerOptions_class_ion_Reader_Options = zend_string_init("ion\\Reader\\Options", sizeof("ion\\Reader\\Options")-1, 1);
1928 zval property_readerOptions_default_value;
1929 ZVAL_UNDEF(&property_readerOptions_default_value);
1930 zend_string *property_readerOptions_name = zend_string_init("readerOptions", sizeof("readerOptions") - 1, 1);
1931 zend_declare_typed_property(class_entry, property_readerOptions_name, &property_readerOptions_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_readerOptions_class_ion_Reader_Options, 0, MAY_BE_NULL));
1932 zend_string_release(property_readerOptions_name);
1933
1934 zval property_multiSequence_default_value;
1935 ZVAL_UNDEF(&property_multiSequence_default_value);
1936 zend_string *property_multiSequence_name = zend_string_init("multiSequence", sizeof("multiSequence") - 1, 1);
1937 zend_declare_typed_property(class_entry, property_multiSequence_name, &property_multiSequence_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1938 zend_string_release(property_multiSequence_name);
1939
1940 zval property_callMagicUnserialize_default_value;
1941 ZVAL_UNDEF(&property_callMagicUnserialize_default_value);
1942 zend_string *property_callMagicUnserialize_name = zend_string_init("callMagicUnserialize", sizeof("callMagicUnserialize") - 1, 1);
1943 zend_declare_typed_property(class_entry, property_callMagicUnserialize_name, &property_callMagicUnserialize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_BOOL));
1944 zend_string_release(property_callMagicUnserialize_name);
1945
1946 zval property_callCustomUnserialize_default_value;
1947 ZVAL_UNDEF(&property_callCustomUnserialize_default_value);
1948 zend_string *property_callCustomUnserialize_name = zend_string_init("callCustomUnserialize", sizeof("callCustomUnserialize") - 1, 1);
1949 zend_declare_typed_property(class_entry, property_callCustomUnserialize_name, &property_callCustomUnserialize_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING|MAY_BE_NULL));
1950 zend_string_release(property_callCustomUnserialize_name);
1951
1952 return class_entry;
1953 }