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