diff options
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index fe6f97b12c..5270b6b39a 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -629,10 +629,12 @@ try_again: } zval_dtor(op); + /*ZVAL_EMPTY_ARRAY(op);*/ array_init(op); } break; case IS_NULL: + /*ZVAL_EMPTY_ARRAY(op);*/ array_init(op); break; case IS_REFERENCE: |