1
0
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:
Andi Gutmans
2000-07-09 17:12:37 +00:00
parent d7b554ee11
commit 40b31d7487

View File

@@ -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;