summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 68add4f151..9132ee2537 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -250,6 +250,9 @@ typedef struct _zend_oparray_context {
/* Class constants updated | | | */
#define ZEND_ACC_CONSTANTS_UPDATED (1 << 20) /* X | | | */
/* | | | */
+/* Class implements interface(s) | | | */
+#define ZEND_ACC_UNRESOLVED_INTERFACES (1 << 21) /* X | | | */
+/* | | | */
/* Class uses trait(s) | | | */
#define ZEND_ACC_IMPLEMENT_TRAITS (1 << 22) /* X | | | */
/* | | | */