mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
silly bug
This commit is contained in:
parent
792d15ae93
commit
2d4449caf9
@ -3775,8 +3775,8 @@ PHP_FUNCTION(array_combine)
|
||||
zval_add_ref(entry_values);
|
||||
add_index_zval(return_value, Z_LVAL_PP(entry_keys), *entry_values);
|
||||
}
|
||||
zend_hash_move_forward_ex(Z_ARRVAL_PP(entry_keys), &pos_keys);
|
||||
zend_hash_move_forward_ex(Z_ARRVAL_PP(entry_values), &pos_values);
|
||||
zend_hash_move_forward_ex(Z_ARRVAL_P(keys), &pos_keys);
|
||||
zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user