summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 016c935cef..ac335fc473 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -127,6 +127,7 @@ struct _zend_compiler_globals {
zend_bool increment_lineno;
zend_llist import_commands;
+ znode implementing_class;
zend_uint access_type;
};