mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)
This commit is contained in:
parent
375ef3aec5
commit
3276cfd950
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user