File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ typedef struct _zend_oparray_context {
229
229
/* op_array or class is preloaded | | | */
230
230
#define ZEND_ACC_PRELOADED (1 << 10) /* X | X | | */
231
231
/* | | | */
232
- /* Class Flags (unused: 16 ...) | | | */
232
+ /* Class Flags (unused: 22 ...) | | | */
233
233
/* =========== | | | */
234
234
/* | | | */
235
235
/* Special class types | | | */
@@ -278,7 +278,7 @@ typedef struct _zend_oparray_context {
278
278
/* Class has unresolved variance obligations. | | | */
279
279
#define ZEND_ACC_UNRESOLVED_VARIANCE (1 << 21) /* X | | | */
280
280
/* | | | */
281
- /* Function Flags (unused: 28...30) | | | */
281
+ /* Function Flags | | | */
282
282
/* ============== | | | */
283
283
/* | | | */
284
284
/* deprecation flag | | | */
You can’t perform that action at this time.
0 commit comments