mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
zend_compile.h: align ZEND_CLASS_CONST_IS_CASE
like others [skip ci]
This commit is contained in:
parent
da7d2e14ac
commit
7777eaa8e1
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ typedef struct _zend_oparray_context {
|
|||
/* Flag to differentiate cases from constants. | | | */
|
||||
/* Must not conflict with ZEND_ACC_ visibility flags | | | */
|
||||
/* or IS_CONSTANT_VISITED_MARK | | | */
|
||||
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
|
||||
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
|
||||
/* | | | */
|
||||
/* Property Flags (unused: 13...) | | | */
|
||||
/* =========== | | | */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue