mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Merge branch 'master' of git.php.net:php-src
This commit is contained in:
@@ -880,7 +880,7 @@ SPL_METHOD(SplDoublyLinkedList, offsetUnset)
|
||||
}
|
||||
|
||||
intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
|
||||
index = (int)spl_offset_convert_to_long(zindex TSRMLS_CC);
|
||||
index = spl_offset_convert_to_long(zindex TSRMLS_CC);
|
||||
llist = intern->llist;
|
||||
|
||||
if (index < 0 || index >= intern->llist->count) {
|
||||
|
||||
Reference in New Issue
Block a user