Skip to content

Commit 8816f09

Browse files
const
1 parent 1a4cbd0 commit 8816f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/opcache/zend_accelerator_util_funcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *ta
191191

192192
static zend_always_inline void _zend_accel_class_hash_copy(HashTable *target, const HashTable *source, bool call_observers)
193193
{
194-
const Bucket *p, *end;
194+
Bucket *p, *end;
195195
const zval *t;
196196

197197
zend_hash_extend(target, target->nNumUsed + source->nNumUsed, 0);

0 commit comments

Comments
 (0)