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 7f67513 commit b89ce98Copy full SHA for b89ce98
Zend/zend_compile.h
@@ -212,7 +212,7 @@ typedef struct _zend_oparray_context {
212
#define ZEND_ACC_FINAL 0x04
213
#define ZEND_ACC_IMPLEMENTED_ABSTRACT 0x08
214
215
-/* Imuttable op_array (lazy loading) */
+/* Immutable op_array (lazy loading) */
216
#define ZEND_ACC_IMMUTABLE 0x10
217
218
/* method flags (visibility) */
0 commit comments