Skip to content

Commit 7777eaa

Browse files
zend_compile.h: align ZEND_CLASS_CONST_IS_CASE like others [skip ci]
1 parent da7d2e1 commit 7777eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ typedef struct _zend_oparray_context {
251251
/* Flag to differentiate cases from constants. | | | */
252252
/* Must not conflict with ZEND_ACC_ visibility flags | | | */
253253
/* or IS_CONSTANT_VISITED_MARK | | | */
254-
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
254+
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
255255
/* | | | */
256256
/* Property Flags (unused: 13...) | | | */
257257
/* =========== | | | */

0 commit comments

Comments
 (0)