Skip to content

Commit e6d3a21

Browse files
committed
Fixed information about unused flags
1 parent 0f489db commit e6d3a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_compile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ typedef struct _zend_oparray_context {
229229
/* op_array or class is preloaded | | | */
230230
#define ZEND_ACC_PRELOADED (1 << 10) /* X | X | | */
231231
/* | | | */
232-
/* Class Flags (unused: 16...) | | | */
232+
/* Class Flags (unused: 22...) | | | */
233233
/* =========== | | | */
234234
/* | | | */
235235
/* Special class types | | | */
@@ -278,7 +278,7 @@ typedef struct _zend_oparray_context {
278278
/* Class has unresolved variance obligations. | | | */
279279
#define ZEND_ACC_UNRESOLVED_VARIANCE (1 << 21) /* X | | | */
280280
/* | | | */
281-
/* Function Flags (unused: 28...30) | | | */
281+
/* Function Flags | | | */
282282
/* ============== | | | */
283283
/* | | | */
284284
/* deprecation flag | | | */

0 commit comments

Comments
 (0)