Browse Source

- Need to seperate if the hash isn't a reference

PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
40b31d7487
  1. 2
      Zend/zend_execute.c

2
Zend/zend_execute.c

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

Loading…
Cancel
Save