Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 51 – 75 of 78) sorted by path

1234

/PHP-7.4/ext/spl/tests/
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);
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
11 $list->offsetUnset(0);
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
12 $list->offsetUnset(0);
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
11 $list->offsetUnset(2);
H A DSplFixedArray_offsetUnset_string.phpt16 $fixedArray->offsetUnset("4");
H A Darray_015.phpt18 $ar->offsetUnset($it->key());
26 $ar->offsetUnset($k+1);
34 $ar->offsetUnset($k);
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());
H A Dbug32394.phpt2 Bug #32394 (offsetUnset() segfaults in a foreach)
11 $object->offsetUnset($key);
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 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 Dbug67538.phpt10 $list->offsetUnset(0);
12 $list->offsetUnset(0);
H A Dbug74478.phpt20 public function offsetUnset($name) {
21 echo "offsetUnset($name)\n";
22 return parent::offsetUnset($name);
H A Dfixedarray_002.phpt21 public function offsetUnset($n) {
22 echo "A::offsetUnset\n";
23 return parent::offsetUnset($n);
76 A::offsetUnset
83 A::offsetUnset
H A Diterator_045.phpt37 $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 …
/PHP-7.4/tests/classes/
H A Darray_access_001.phpt21 function offsetUnset($index) {
184 ObjectOne::offsetUnset(2)
185 ObjectOne::offsetUnset(4th)
186 ObjectOne::offsetUnset(7)
187 ObjectOne::offsetUnset(8th)
H A Darray_access_002.phpt21 function offsetUnset($index) {
184 ObjectOne::offsetUnset(2)
185 ObjectOne::offsetUnset(4th)
186 ObjectOne::offsetUnset(7)
187 ObjectOne::offsetUnset(8th)
H A Darray_access_003.phpt34 function offsetUnset($index) {
H A Darray_access_004.phpt32 function offsetUnset($index) {
H A Darray_access_005.phpt25 function offsetUnset($index) {
H A Darray_access_006.phpt25 function offsetUnset($index) {
H A Darray_access_007.phpt29 function offsetUnset($index) {
H A Darray_access_008.phpt25 function offsetUnset($index) {
H A Darray_access_009.phpt47 function offsetUnset($index) {
77 function offsetUnset($index)
167 ArrayProxy::offsetUnset(0, name)
H A Darray_access_010.phpt35 function offsetUnset($index) {
65 function offsetUnset($index)
144 ArrayReferenceProxy::offsetUnset(Array, name)

Completed in 31 milliseconds

1234