summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-11-02 10:11:42 +0000
committerDmitry Stogov <dmitry@php.net>2007-11-02 10:11:42 +0000
commitf10766f1fbf4e6839cff0a24e9090ae81a3e9f6c (patch)
tree41aaf128867a5a5a2b20015976db4bec51e737a7 /Zend/zend.h
parent3fbaa4b8736cfad803c4a5943fc19610e47bd213 (diff)
downloadphp-git-f10766f1fbf4e6839cff0a24e9090ae81a3e9f6c.tar.gz
Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index d2d54a36d5..5c869495c3 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -298,7 +298,6 @@ struct _zval_struct {
zend_uint refcount__gc;
zend_uchar type; /* active type */
zend_uchar is_ref__gc;
- zend_uchar idx_type; /* type of element's index in constant array */
};
#define Z_REFCOUNT_PP(ppz) Z_REFCOUNT_P(*(ppz))