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