Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)

This commit is contained in:
Zeev Suraski 2001-06-21 08:17:09 +00:00
parent 375ef3aec5
commit 3276cfd950

View File

@ -590,7 +590,6 @@ static void fetch_overloaded_element(znode *result, znode *op1, znode *op2, temp
zend_overloaded_element overloaded_element;
if (Ts[op1->u.var].EA.type == IS_STRING_OFFSET) {
zval_ptr_dtor(&Ts[op1->u.var].EA.data.str_offset.str);
switch (type) {
case BP_VAR_R:
case BP_VAR_IS: