diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-11-02 10:11:42 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-11-02 10:11:42 +0000 |
commit | f10766f1fbf4e6839cff0a24e9090ae81a3e9f6c (patch) | |
tree | 41aaf128867a5a5a2b20015976db4bec51e737a7 /Zend/zend.h | |
parent | 3fbaa4b8736cfad803c4a5943fc19610e47bd213 (diff) | |
download | php-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.h | 1 |
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)) |