From 7fca47f1cf759edf8f94868f21a5ee5167451cad Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 10 Sep 2002 08:18:53 +0000 Subject: [PATCH] MFZE1 --- Zend/zend_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index febed52d46..b9eafec78f 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -37,7 +37,7 @@ ZEND_API void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) if (zvalue->type==IS_LONG) { return; } - switch(zvalue->type) { + switch(zvalue->type & ~IS_CONSTANT_INDEX) { case IS_STRING: case IS_CONSTANT: CHECK_ZVAL_STRING_REL(zvalue); -- 2.50.1