summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index b517ceff95..715a9e2578 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -381,6 +381,8 @@ struct _zend_class_entry {
zend_uint line_end;
char *doc_comment;
zend_uint doc_comment_len;
+
+ zend_class_entry *u_twin;
struct _zend_module_entry *module;
};