Home
last modified time | relevance | path

Searched refs:offsetSet (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-5.5/tests/classes/
H A Darray_access_008.phpt21 function offsetSet($index, $value) {
H A Darray_access_009.phpt42 function offsetSet($index, $value) {
72 function offsetSet($index, $value)
151 ArrayProxy::offsetSet(0, name, FooBar)
156 ArrayProxy::offsetSet(0, name, FooBarBar)
162 ArrayProxy::offsetSet(0, name, FooBarBarBaz)
186 ArrayProxy::offsetSet(0, name, BlaBla)
H A Darray_access_010.phpt30 function offsetSet($index, $value) {
60 function offsetSet($index, $value)
128 ArrayReferenceProxy::offsetSet(Array, name, FooBar)
133 ArrayReferenceProxy::offsetSet(Array, name, FooBarBar)
139 ArrayReferenceProxy::offsetSet(Array, name, FooBarBarBaz)
164 ArrayReferenceProxy::offsetSet(Array, name, BlaBla)
H A Darray_access_011.phpt32 function offsetSet($index, $value) {
69 function offsetSet($index, $value)
142 ArrayAccessReferenceProxy::offsetSet(0, name, FooBar)
147 ArrayAccessReferenceProxy::offsetSet(0, name, FooBarBar)
153 ArrayAccessReferenceProxy::offsetSet(0, name, FooBarBarBaz)
183 ArrayAccessReferenceProxy::offsetSet(0, name, BlaBla)
H A Darray_access_012.phpt11 public function offsetSet($index, $value) {
H A Darray_access_013.phpt10 public function offsetSet($offset, $data ) { throw new Exception(__METHOD__); }
56 Caught in Test::offsetSet()
H A Darray_access_001.phpt17 function offsetSet($index, $newval) {
55 echo "===offsetSet===\n";
144 ===offsetSet===
146 object::offsetSet(1,Changed 1)
150 object::offsetSet(4th,Changed 4th)
154 object::offsetSet(5th,Added 5th)
158 object::offsetSet(6,Added 6)
165 object::offsetSet(6,changed 6)
H A Darray_access_002.phpt2 ZE2 ArrayAccess::offsetSet without return
17 function offsetSet($index, $newval) {
55 echo "===offsetSet===\n";
144 ===offsetSet===
146 object::offsetSet(1,Changed 1)
150 object::offsetSet(4th,Changed 4th)
154 object::offsetSet(5th,Added 5th)
158 object::offsetSet(6,Added 6)
165 object::offsetSet(6,changed 6)
H A Darray_access_003.phpt27 function offsetSet($index, $newval) {
H A Darray_access_004.phpt25 function offsetSet($index, $newval) {
H A Darray_access_005.phpt21 function offsetSet($index, $value) {
H A Darray_access_006.phpt21 function offsetSet($index, $value) {
H A Darray_access_007.phpt21 function offsetSet($index, $value) {
/PHP-5.5/ext/spl/tests/
H A Diterator_045.phpt2 SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE
27 $this->offsetSet($k, $v);
58 var_dump($it->offsetSet(0, 0));
76 var_dump($it->offsetSet());
77 var_dump($it->offsetSet(0));
101 Warning: CachingIterator::offsetSet() expects exactly 2 parameters, 0 given in %siterator_045.php o…
104 Warning: CachingIterator::offsetSet() expects exactly 2 parameters, 1 given in %siterator_045.php o…
H A Dfixedarray_002.phpt14 public function offsetSet($n, $v) {
15 echo "A::offsetSet\n";
16 return parent::offsetSet($n, $v);
69 A::offsetSet
75 A::offsetSet
76 A::offsetSet
77 A::offsetSet
78 A::offsetSet
79 A::offsetSet
H A Darray_018.phpt9 $foo->offsetSet("\0", "Foo");
22 $foo->offsetSet($data[0], $data[1]);
H A Dbug32134.phpt2 Bug #32134 (Overloading offsetGet/offsetSet)
22 public function offsetSet($index, $newval)
25 return parent::offsetSet($index, $newval);
32 $myArray->offsetSet('one', 'one');
42 myArray::offsetSet(one,one)
45 myArray::offsetSet(two,two)
H A Dbug33136.phpt2 Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP)
22 function offsetSet($index, $value)
25 parent::offsetSet($index, $value);
54 Collection::offsetSet(NULL,foo)
57 Collection::offsetSet(NULL,bar)
62 Collection::offsetSet(foo,baz)
H A Dbug34548.phpt13 public function offsetSet($index, $value)
15 parent::offsetSet($index, $value);
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
H A Dbug40872.phpt2 Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers)
15 $this->offsetSet($item->id, $item);
H A Dbug53362.phpt7 public function offsetSet($offset, $value) {
H A Dbug28822.phpt7 $array->offsetSet('key', 'value');
H A Dbug31185.phpt17 public function offsetSet($index, $value) {
47 FooBar::offsetSet(0, 0)
48 FooBar::offsetSet(1, 1)
49 FooBar::offsetSet(2, 2)
H A Darray_010.phpt34 echo "===offsetSet===\n";
102 ===offsetSet===

Completed in 25 milliseconds

123