mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
Fix the array() problem (and probably some other problems too)
This commit is contained in:
@@ -97,6 +97,10 @@ static inline zval *_get_zval_ptr(znode *node, temp_variable *Ts, zval **should_
|
||||
}
|
||||
}
|
||||
break;
|
||||
case IS_UNUSED:
|
||||
*should_free = 0;
|
||||
return NULL;
|
||||
break;
|
||||
EMPTY_SWITCH_DEFAULT_CASE()
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user