1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
This commit is contained in:
Zeev Suraski
2000-01-02 16:47:00 +00:00
parent 0ab3cda84a
commit 990ac99c97

View File

@@ -697,6 +697,7 @@ static inline void zend_fetch_dimension_address(znode *result, znode *op1, znode
break;
case IS_UNSET:
/* for read-mode only */
get_zval_ptr(op2, Ts, &free_op2, BP_VAR_R);
*retval = &EG(uninitialized_zval_ptr);
SELECTIVE_PZVAL_LOCK(**retval, result);
FREE_OP(op2, free_op2);