diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 0f7c39676c614..f8f33879973f1 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -226,7 +226,7 @@ typedef struct _zend_oparray_context { #define ZEND_ACC_STATIC (1 << 4) /* | X | X | */ /* | | | */ /* Final class or method | | | */ -#define ZEND_ACC_FINAL (1 << 5) /* X | X | X | */ +#define ZEND_ACC_FINAL (1 << 5) /* X | X | X | X */ /* | | | */ /* Abstract method | | | */ #define ZEND_ACC_ABSTRACT (1 << 6) /* X | X | X | */