Searched refs:offsetUnset (Results 1 – 25 of 74) sorted by relevance
123
2 SPL FixedArray offsetUnset throws error on no parameter8 $a = $array->offsetUnset();14 Warning: SplFixedArray::offsetUnset() expects exactly 1 parameter, 0 given in %s on line %d
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 Bug #32394 (offsetUnset() segfaults in a foreach)11 $object->offsetUnset($key);
21 public function offsetUnset($n) {22 echo "A::offsetUnset\n";23 return parent::offsetUnset($n);76 A::offsetUnset83 A::offsetUnset
10 $list->offsetUnset(0);12 $list->offsetUnset(0);
2 SPL: SplDoublyLinkedList : offsetUnset - first element12 $list->offsetUnset(0);
18 $ar->offsetUnset($it->key());26 $ar->offsetUnset($k+1);34 $ar->offsetUnset($k);
20 public function offsetUnset($name) {21 echo "offsetUnset($name)\n";22 return parent::offsetUnset($name);
2 Doubly Linked List - offsetUnset > number elements15 $ll->offsetUnset($ll->count() + 1);
2 SPL: SplDoublyLinkedList : offsetUnset - first element11 $list->offsetUnset(0);
2 SPL: SplDoublyLinkedList : offsetUnset - last element11 $list->offsetUnset(2);
2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.16 $dll->offsetUnset(-1);
2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…16 $dll->offsetUnset(3);
37 $this->offsetUnset($v);67 var_dump($it->offsetUnset(0));78 var_dump($it->offsetUnset());107 Warning: CachingIterator::offsetUnset() expects exactly 1 parameter, 0 given in %siterator_045.php …
2 Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset())22 public function offsetUnset($index) {
12 $ao->offsetUnset($i->key());
2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))10 $a->offsetUnset('x');
23 public function offsetUnset($name) {24 echo "offsetUnset($name)\n";
11 function offsetUnset($offset) {/*...*/}
9 public function offsetUnset($x) { }
12 public function offsetUnset( $offset ) { }
21 function offsetUnset($index) {184 object::offsetUnset(2)185 object::offsetUnset(4th)186 object::offsetUnset(7)187 object::offsetUnset(8th)
11 public function offsetUnset($offset) { throw new Exception(__METHOD__); }57 Caught in Test::offsetUnset()
35 function offsetUnset($index) {65 function offsetUnset($index)144 ArrayReferenceProxy::offsetUnset(Array, name)
Completed in 31 milliseconds