mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
- Need to seperate if the hash isn't a reference
This commit is contained in:
@@ -2140,6 +2140,8 @@ send_by_ref:
|
||||
if (container) {
|
||||
HashTable *ht;
|
||||
|
||||
SEPARATE_ZVAL_IF_NOT_REF(container);
|
||||
|
||||
switch ((*container)->type) {
|
||||
case IS_ARRAY:
|
||||
ht = (*container)->value.ht;
|
||||
|
||||
Reference in New Issue
Block a user