diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2017-10-05 00:04:59 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2017-10-05 00:04:59 +0300 |
| commit | 0b87d4bf294ccb4f27e09fccf2c412a4e7b15819 (patch) | |
| tree | d988177e0de2dee0977bcfaddb56d1b248f56d29 | |
| parent | e70618aff6f447a298605d07648f2ce9e5a284f5 (diff) | |
| download | php-git-0b87d4bf294ccb4f27e09fccf2c412a4e7b15819.tar.gz | |
Removed unused flags
| -rw-r--r-- | Zend/zend_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 1028978c28..4118154289 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -493,9 +493,6 @@ static zend_always_inline zend_uchar zval_get_type(const zval* pz) { #define IS_STR_INTERNED (1<<1) /* interned string */ #define IS_STR_PERMANENT (1<<2) /* relives request boundary */ -#define IS_STR_CONSTANT (1<<3) /* constant index */ -#define IS_STR_CONSTANT_UNQUALIFIED (1<<4) /* the same as IS_CONSTANT_UNQUALIFIED */ - /* array flags */ #define IS_ARRAY_IMMUTABLE (1<<1) |
