mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed information about unused flags
This commit is contained in:
parent
0f489db808
commit
e6d3a218f0
1 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ typedef struct _zend_oparray_context {
|
|||
/* op_array or class is preloaded | | | */
|
||||
#define ZEND_ACC_PRELOADED (1 << 10) /* X | X | | */
|
||||
/* | | | */
|
||||
/* Class Flags (unused: 16...) | | | */
|
||||
/* Class Flags (unused: 22...) | | | */
|
||||
/* =========== | | | */
|
||||
/* | | | */
|
||||
/* Special class types | | | */
|
||||
|
@ -278,7 +278,7 @@ typedef struct _zend_oparray_context {
|
|||
/* Class has unresolved variance obligations. | | | */
|
||||
#define ZEND_ACC_UNRESOLVED_VARIANCE (1 << 21) /* X | | | */
|
||||
/* | | | */
|
||||
/* Function Flags (unused: 28...30) | | | */
|
||||
/* Function Flags | | | */
|
||||
/* ============== | | | */
|
||||
/* | | | */
|
||||
/* deprecation flag | | | */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue