mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fugbix typo.
This commit is contained in:
parent
b94a769036
commit
155c453138
@ -816,7 +816,7 @@ static void zend_fetch_dimension_address(znode *result, znode *op1, znode *op2,
|
||||
|
||||
new_zval->refcount++;
|
||||
if (zend_hash_next_index_insert(container->value.ht, &new_zval, sizeof(zval *), (void **) retval) == FAILURE) {
|
||||
zend_error(E_WARNING, "Cannot add element to the array as the nexxt element is already occupied");
|
||||
zend_error(E_WARNING, "Cannot add element to the array as the next element is already occupied");
|
||||
*retval = &EG(uninitialized_zval_ptr);
|
||||
new_zval->refcount--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user