Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 1 – 25 of 97) sorted by relevance

1234

/PHP-8.0/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2 Doubly Linked List - offsetUnset > number elements
15 $ll->offsetUnset($ll->count() + 1);
25 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 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
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 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
H A Dbug61527.phpt17 $ao2->offsetUnset($ai2->key());
21 $ao2->offsetUnset($ai2->key());
25 $ao2->offsetUnset($ai2->key());
59 $ao4->offsetUnset($ai4->key());
62 $ao4->offsetUnset($ai4->key());
H A Dbug32394.phpt2 Bug #32394 (offsetUnset() segfaults in a foreach)
11 $object->offsetUnset($key);
H A Dbug67538.phpt10 $list->offsetUnset(0);
12 $list->offsetUnset(0);
H A Dfixedarray_002.phpt21 public function offsetUnset($n) {
22 echo "A::offsetUnset\n";
23 return parent::offsetUnset($n);
75 A::offsetUnset
82 A::offsetUnset
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
12 $list->offsetUnset(0);
H A Darray_015.phpt18 $ar->offsetUnset($it->key());
26 $ar->offsetUnset($k+1);
34 $ar->offsetUnset($k);
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
11 $list->offsetUnset(0);
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
11 $list->offsetUnset(2);
H A Dbug74478.phpt20 public function offsetUnset($name) {
21 echo "offsetUnset($name)\n";
22 return parent::offsetUnset($name);
H A Dbug55157_variation.phpt2 Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset()
13 $numIt->offsetUnset($numIt->key());
H A Dbug31185.phpt2 Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset())
22 public function offsetUnset($index) {
H A Dbug31346.phpt12 $ao->offsetUnset($i->key());
/PHP-8.0/Zend/tests/
H A Dbug63217.phpt14 public function offsetUnset($offset) {
15 echo "offsetUnset given ";
93 offsetUnset given string(1) "0"
94 offsetUnset given string(3) "123"
101 offsetUnset given string(1) "0"
102 offsetUnset given string(3) "123"
H A Dunset_cv10.phpt2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))
8 $a->offsetUnset('x');
H A Dbug71731.phpt23 public function offsetUnset($name) {
24 echo "offsetUnset($name)\n";
/PHP-8.0/tests/classes/
H A Darray_access_013.phpt11 public function offsetUnset($offset) { throw new Exception(__METHOD__); }
56 Caught in Test::offsetUnset()
H A Darray_access_001.phpt21 function offsetUnset($index) {
183 ObjectOne::offsetUnset(2)
184 ObjectOne::offsetUnset(4th)
185 ObjectOne::offsetUnset(7)
186 ObjectOne::offsetUnset(8th)
H A Darray_access_002.phpt21 function offsetUnset($index) {
183 ObjectOne::offsetUnset(2)
184 ObjectOne::offsetUnset(4th)
185 ObjectOne::offsetUnset(7)
186 ObjectOne::offsetUnset(8th)
/PHP-8.0/Zend/
H A Dzend_weakrefs_arginfo.h44 ZEND_METHOD(WeakMap, offsetUnset);
61 ZEND_ME(WeakMap, offsetUnset, arginfo_class_WeakMap_offsetUnset, ZEND_ACC_PUBLIC)
H A Dzend_weakrefs.stub.php28 public function offsetUnset($object): void {} function in WeakMap
/PHP-8.0/ext/spl/
H A Dspl_array.stub.php19 public function offsetUnset(mixed $key) {} function in ArrayObject
108 public function offsetUnset(mixed $key) {} function in ArrayIterator
H A Dspl_fixedarray_arginfo.h53 ZEND_METHOD(SplFixedArray, offsetUnset);
68 ZEND_ME(SplFixedArray, offsetUnset, arginfo_class_SplFixedArray_offsetUnset, ZEND_ACC_PUBLIC)

Completed in 27 milliseconds

1234