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