diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-04-11 16:18:42 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-04-11 16:18:42 +0200 |
commit | ad05d3898eae472532620ce9623c9d39c23ef16a (patch) | |
tree | baa601396d9564026ff4bc7c039750aabce80963 | |
parent | 5c87ed058babf40916ac6032e8f6c4f51d291a5e (diff) | |
download | php-git-ad05d3898eae472532620ce9623c9d39c23ef16a.tar.gz |
Updated zend_vm_execute.h
-rw-r--r-- | Zend/zend_vm_execute.h | 3 |
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; |