We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3575a2b commit b6ac50fCopy full SHA for b6ac50f
Zend/zend_compile.h
@@ -218,7 +218,7 @@ typedef struct _zend_oparray_context {
218
/* | | | */
219
/* Immutable op_array and class_entries | | | */
220
/* (implemented only for lazy loading of op_arrays) | | | */
221
-#define ZEND_ACC_IMMUTABLE (1 << 7) /* ? | X | | */
+#define ZEND_ACC_IMMUTABLE (1 << 7) /* X | X | | */
222
223
/* Function has typed arguments / class has typed props | | | */
224
#define ZEND_ACC_HAS_TYPE_HINTS (1 << 8) /* ? | X | | */
0 commit comments