Searched refs:offsetUnset (Results 1 – 25 of 52) 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
20 public function offsetUnset($n) {21 echo "A::offsetUnset\n";22 return parent::offsetUnset($n);75 A::offsetUnset82 A::offsetUnset
2 Bug #32394 (offsetUnset() segfaults in a foreach)11 $object->offsetUnset($key);
2 SPL: SplDoublyLinkedList : offsetUnset - first element12 $list->offsetUnset(0);
2 Doubly Linked List - offsetUnset > number elements17 $ll->offsetUnset($ll->count() + 1);
2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.16 $dll->offsetUnset(-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 > element…16 $dll->offsetUnset(3);
18 $ar->offsetUnset($it->key());26 $ar->offsetUnset($k+1);34 $ar->offsetUnset($k);
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');
11 function offsetUnset($offset) {/*...*/}
12 public function offsetUnset( $offset ) { }
15 public function offsetUnset($n) {
9 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)
47 function offsetUnset($index) {77 function offsetUnset($index)167 ArrayProxy::offsetUnset(0, name)
42 $phar->offsetUnset('.phar/stub.php');58 $phar->offsetUnset('.phar/alias.txt');
500 function offsetUnset($offset); function700 function offsetUnset($index) {/**/} function in ArrayObject812 function offsetUnset($index) {/**/} function in ArrayIterator
Completed in 21 milliseconds