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