Skip to content

Commit d16ad39

Browse files
committed
Fix comment for unused ce flags
1 parent 0551cdb commit d16ad39

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
@@ -249,7 +249,7 @@ typedef struct _zend_oparray_context {
249249
/* or IS_CONSTANT_VISITED_MARK | | | */
250250
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
251251
/* | | | */
252-
/* Class Flags (unused: 30,31) | | | */
252+
/* Class Flags (unused: 31) | | | */
253253
/* =========== | | | */
254254
/* | | | */
255255
/* Special class types | | | */

0 commit comments

Comments
 (0)