Skip to content

Commit b6ac50f

Browse files
committed
Fixed comment
1 parent 3575a2b commit b6ac50f

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
@@ -218,7 +218,7 @@ typedef struct _zend_oparray_context {
218218
/* | | | */
219219
/* Immutable op_array and class_entries | | | */
220220
/* (implemented only for lazy loading of op_arrays) | | | */
221-
#define ZEND_ACC_IMMUTABLE (1 << 7) /* ? | X | | */
221+
#define ZEND_ACC_IMMUTABLE (1 << 7) /* X | X | | */
222222
/* | | | */
223223
/* Function has typed arguments / class has typed props | | | */
224224
#define ZEND_ACC_HAS_TYPE_HINTS (1 << 8) /* ? | X | | */

0 commit comments

Comments
 (0)