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.
ZEND_ACC_FINAL
1 parent 6732b88 commit 9a1c619Copy full SHA for 9a1c619
Zend/zend_compile.h
@@ -226,7 +226,7 @@ typedef struct _zend_oparray_context {
226
#define ZEND_ACC_STATIC (1 << 4) /* | X | X | */
227
/* | | | */
228
/* Final class or method | | | */
229
-#define ZEND_ACC_FINAL (1 << 5) /* X | X | X | */
+#define ZEND_ACC_FINAL (1 << 5) /* X | X | X | X */
230
231
/* Abstract method | | | */
232
#define ZEND_ACC_ABSTRACT (1 << 6) /* X | X | X | */
0 commit comments