summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-04-11 16:18:42 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-04-11 16:18:42 +0200
commitad05d3898eae472532620ce9623c9d39c23ef16a (patch)
treebaa601396d9564026ff4bc7c039750aabce80963
parent5c87ed058babf40916ac6032e8f6c4f51d291a5e (diff)
downloadphp-git-ad05d3898eae472532620ce9623c9d39c23ef16a.tar.gz
Updated zend_vm_execute.h
-rw-r--r--Zend/zend_vm_execute.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h
index a4e3350eaa..e0277725d6 100644
--- a/Zend/zend_vm_execute.h
+++ b/Zend/zend_vm_execute.h
@@ -4309,9 +4309,6 @@ static int ZEND_FASTCALL ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER(ZEND_OPCOD
zval *tmp_ptr = &tmp;
ZVAL_COPY_VALUE(&tmp, val);
- if (Z_TYPE_P(val) == IS_CONSTANT_ARRAY) {
- zval_copy_ctor(&tmp);
- }
INIT_PZVAL(&tmp);
zval_update_constant(&tmp_ptr, NULL TSRMLS_CC);
c.value = *tmp_ptr;