summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_execute.h')
-rw-r--r--Zend/zend_execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h
index 9c25e8c0ef..7d78cda398 100644
--- a/Zend/zend_execute.h
+++ b/Zend/zend_execute.h
@@ -44,6 +44,7 @@ typedef union _temp_variable {
} data;
unsigned char type;
+ zend_class_entry *class_entry;
} EA;
} temp_variable;