summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index de96c1e3b1..8fb4a2d41f 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -336,6 +336,7 @@ struct _zval_struct {
zend_uint refcount;
zend_uchar type; /* active type */
zend_uchar is_ref;
+ zend_uchar idx_type; /* type of element's index in constant array */
};