Searched refs:offsetUnset (Results 1 – 25 of 106) sorted by relevance
12345
2 Doubly Linked List - offsetUnset > number elements15 $ll->offsetUnset($ll->count() + 1);25 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.16 $dll->offsetUnset(-1);23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
17 $ao2->offsetUnset($ai2->key());21 $ao2->offsetUnset($ai2->key());25 $ao2->offsetUnset($ai2->key());59 $ao4->offsetUnset($ai4->key());62 $ao4->offsetUnset($ai4->key());
2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…16 $dll->offsetUnset(3);23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
2 Bug #32394 (offsetUnset() segfaults in a foreach)11 $object->offsetUnset($key);
10 $list->offsetUnset(0);12 $list->offsetUnset(0);
21 public function offsetUnset($n): void {22 echo "A::offsetUnset\n";23 parent::offsetUnset($n);75 A::offsetUnset82 A::offsetUnset
18 $ar->offsetUnset($it->key());26 $ar->offsetUnset($k+1);34 $ar->offsetUnset($k);
2 SPL: SplDoublyLinkedList : offsetUnset - first element12 $list->offsetUnset(0);
20 public function offsetUnset($name): void {21 echo "offsetUnset($name)\n";22 parent::offsetUnset($name);
2 SPL: SplDoublyLinkedList : offsetUnset - first element11 $list->offsetUnset(0);
2 SPL: SplDoublyLinkedList : offsetUnset - last element11 $list->offsetUnset(2);
2 Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset()13 $numIt->offsetUnset($numIt->key());
2 Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset())22 public function offsetUnset($index): void {
12 $ao->offsetUnset($i->key());
2 Bug #80111: PHP SplDoublyLinkedList::offsetUnset UAF Sandbox Escape54 # calls SplDoublyLinkedList::offsetUnset, which will remove the element from the
15 public function offsetUnset($offset): void {16 echo "offsetUnset given ";95 offsetUnset given string(1) "0"96 offsetUnset given string(3) "123"103 offsetUnset given string(1) "0"104 offsetUnset given string(3) "123"
23 public function offsetUnset($name): void {24 echo "offsetUnset($name)\n";
2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))9 $a->offsetUnset('x');
21 public function offsetUnset(mixed $offset): void {49 Collection::offsetUnset
21 function offsetUnset($index): void {183 ObjectOne::offsetUnset(2)184 ObjectOne::offsetUnset(4th)185 ObjectOne::offsetUnset(7)186 ObjectOne::offsetUnset(8th)
11 public function offsetUnset($offset): void { throw new Exception(__METHOD__); }56 Caught in Test::offsetUnset()
41 public function offsetUnset(mixed $offset): void {}51 public function offsetUnset(mixed $offset): void {}
34 public function offsetUnset($object): void {} function in WeakMap
Completed in 20 milliseconds