zend_compile.h: align ZEND_CLASS_CONST_IS_CASE like others [skip ci]

This commit is contained in:
DanielEScherzer 2025-07-24 15:07:27 -07:00 committed by GitHub
parent da7d2e14ac
commit 7777eaa8e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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...) | | | */
/* =========== | | | */