Skip to content

Commit 8c70007

Browse files
author
Yasuo Ohgaki
committed
Fix bug26639.phpt
1 parent fb1c46f commit 8c70007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3709,6 +3709,7 @@ PHP_FUNCTION(mb_convert_variables)
37093709
stack[stack_level] = var;
37103710
stack_level++;
37113711
var = hash_entry;
3712+
SEPARATE_ZVAL_IF_NOT_REF(hash_entry);
37123713
target_hash = HASH_OF(*var);
37133714
if (target_hash != NULL) {
37143715
zend_hash_internal_pointer_reset(target_hash);

0 commit comments

Comments
 (0)