Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_offsetUnset_invalid_parameter.phpt2 SPL FixedArray offsetUnset throws error on no parameter
8 $a = $array->offsetUnset();
14 Warning: SplFixedArray::offsetUnset() expects exactly 1 parameter, 0 given in %s on line %d
H A Dfixedarray_002.phpt18 public function offsetUnset($n) {
19 echo "A::offsetUnset\n";
20 return parent::offsetUnset($n);
73 A::offsetUnset
80 A::offsetUnset
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 DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
12 $list->offsetUnset(0);
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2 Doubly Linked List - offsetUnset > number elements
17 $ll->offsetUnset($ll->count() + 1);
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 DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
16 $dll->offsetUnset(-1);
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 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 Darray_015.phpt18 $ar->offsetUnset($it->key());
26 $ar->offsetUnset($k+1);
34 $ar->offsetUnset($k);
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 …
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-5.5/Zend/tests/
H A Dunset_cv10.phpt2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))
10 $a->offsetUnset('x');
H A Dbug33710.phpt11 function offsetUnset($offset) {/*...*/}
H A Dbug30346.phpt12 public function offsetUnset( $offset ) { }
H A Dobjects_032.phpt15 public function offsetUnset($n) {
H A Dbug54367.phpt9 public function offsetUnset($offset) { }
/PHP-5.5/tests/classes/
H A Darray_access_001.phpt21 function offsetUnset($index) {
184 object::offsetUnset(2)
185 object::offsetUnset(4th)
186 object::offsetUnset(7)
187 object::offsetUnset(8th)
H A Darray_access_002.phpt21 function offsetUnset($index) {
184 object::offsetUnset(2)
185 object::offsetUnset(4th)
186 object::offsetUnset(7)
187 object::offsetUnset(8th)
H A Darray_access_013.phpt11 public function offsetUnset($offset) { throw new Exception(__METHOD__); }
57 Caught in Test::offsetUnset()
H A Darray_access_010.phpt35 function offsetUnset($index) {
65 function offsetUnset($index)
144 ArrayReferenceProxy::offsetUnset(Array, name)
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt42 $phar->offsetUnset('.phar/stub.php');
58 $phar->offsetUnset('.phar/alias.txt');

Completed in 22 milliseconds

123