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