mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user