Home
last modified time | relevance | path

Searched refs:offsetGet (Results 1 – 25 of 83) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS2420 . Fixed bug #77275 (OPcache optimization problem for ArrayAccess->offsetGet).
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c771 SPL_METHOD(SplFixedArray, offsetGet) in SPL_METHOD() argument
1053 SPL_ME(SplFixedArray, offsetGet, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_array.c716 SPL_METHOD(Array, offsetGet) in SPL_METHOD() argument
1980 SPL_ME(Array, offsetGet, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
2010 SPL_ME(Array, offsetGet, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2810 SPL_METHOD(CachingIterator, offsetGet) in SPL_METHOD() argument
3001 SPL_ME(CachingIterator, offsetGet, arginfo_caching_it_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c774 SPL_METHOD(SplDoublyLinkedList, offsetGet) in SPL_METHOD() argument
1442 SPL_ME(SplDoublyLinkedList, offsetGet, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_observer.c440 SPL_METHOD(SplObjectStorage, offsetGet) in SPL_METHOD() argument
1013 SPL_ME(SplObjectStorage, offsetGet, arginfo_offsetGet, 0)
/PHP-7.4/ext/phar/
H A Dphar_object.c3586 PHP_METHOD(Phar, offsetGet) in PHP_METHOD() argument
5325 PHP_ME(Phar, offsetGet, arginfo_phar_offsetExists, ZEND_ACC_PUBLIC)
5394 PHP_ME(Phar, offsetGet, arginfo_phar_offsetExists, ZEND_ACC_PUBLIC)
/PHP-7.4/tests/classes/
H A Darray_access_001.phpt13 function offsetGet($index) {
47 echo "===offsetGet===\n";
99 ObjectOne::offsetGet(0)
102 ObjectOne::offsetGet(1)
105 ObjectOne::offsetGet(2)
127 ===offsetGet===
128 ObjectOne::offsetGet(0)
130 ObjectOne::offsetGet(1)
132 ObjectOne::offsetGet(2)
140 ObjectOne::offsetGet(6)
[all …]
H A Darray_access_002.phpt13 function offsetGet($index) {
47 echo "===offsetGet===\n";
99 ObjectOne::offsetGet(0)
102 ObjectOne::offsetGet(1)
105 ObjectOne::offsetGet(2)
127 ===offsetGet===
128 ObjectOne::offsetGet(0)
130 ObjectOne::offsetGet(1)
132 ObjectOne::offsetGet(2)
140 ObjectOne::offsetGet(6)
[all …]
H A Darray_access_003.phpt2 ZE2 ArrayAccess::offsetGet ambiguties
15 function offsetGet($index) {
50 ObjectOne::offsetGet(1)
52 ObjectOne::offsetGet(2)
54 ObjectOne::offsetGet(2)
57 ObjectOne::offsetGet(2)
H A Darray_access_004.phpt2 ZE2 ArrayAccess::offsetGet ambiguties
13 function offsetGet($index) {
48 ObjectOne::offsetGet(1)
50 ObjectOne::offsetGet(2)
52 ObjectOne::offsetGet(2)
55 ObjectOne::offsetGet(2)
H A Darray_access_005.phpt17 function offsetGet($index) {
H A Darray_access_007.phpt17 function offsetGet($index) {
H A Darray_access_011.phpt27 function offsetGet($index) {
57 function offsetGet($index)
139 ArrayAccessReferenceProxy::offsetGet(0, name)
144 ArrayAccessReferenceProxy::offsetGet(0, name)
149 ArrayAccessReferenceProxy::offsetGet(0, name)
152 ArrayAccessReferenceProxy::offsetGet(0, name)
155 ArrayAccessReferenceProxy::offsetGet(0, name)
180 ArrayAccessReferenceProxy::offsetGet(0, name)
185 ArrayAccessReferenceProxy::offsetGet(0, name)
H A Darray_access_012.phpt15 public function offsetGet($index) {
H A Darray_access_013.phpt9 … public function offsetGet($offset) { throw new Exception(__METHOD__); return $offset; }
55 Caught in Test::offsetGet()
H A Darray_access_008.phpt17 function offsetGet($index) {
H A Darray_access_009.phpt36 function offsetGet($index) {
67 function offsetGet($index)
148 ArrayProxy::offsetGet(0, name)
153 ArrayProxy::offsetGet(0, name)
158 ArrayProxy::offsetGet(0, name)
161 ArrayProxy::offsetGet(0, name)
164 ArrayProxy::offsetGet(0, name)
183 ArrayProxy::offsetGet(0, name)
188 ArrayProxy::offsetGet(0, name)
H A Darray_access_010.phpt25 function offsetGet($index) {
55 function offsetGet($index)
125 ArrayReferenceProxy::offsetGet(Array, name)
130 ArrayReferenceProxy::offsetGet(Array, name)
135 ArrayReferenceProxy::offsetGet(Array, name)
138 ArrayReferenceProxy::offsetGet(Array, name)
141 ArrayReferenceProxy::offsetGet(Array, name)
161 ArrayReferenceProxy::offsetGet(Array, name)
166 ArrayReferenceProxy::offsetGet(Array, name)
/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE
28 var_dump($this->offsetGet($v));
46 var_dump($it->offsetGet(0));
56 var_dump($it->offsetGet());
78 Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %siterator_044.php on…
93 Warning: CachingIterator::offsetGet() expects parameter 1 to be string, object given in %siterator_…
138 Warning: CachingIterator::offsetGet() expects parameter 1 to be string, object given in %siterator_…
H A Darray_010.phpt26 echo "===offsetGet===\n";
91 ===offsetGet===
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
H A Dbug31185.phpt13 public function offsetGet($index) {
H A Dbug32134.phpt2 Bug #32134 (Overloading offsetGet/offsetSet)
14 public function offsetGet($index)
19 return parent::offsetGet($index);
33 var_dump($myArray->offsetGet('one'));
43 myArray::offsetGet(one)
46 myArray::offsetGet(two)
H A Dbug33136.phpt16 function offsetGet($index)
19 return parent::offsetGet($index);
55 Collection::offsetGet(0)
58 Collection::offsetGet(0)
60 Collection::offsetGet(1)
63 Collection::offsetGet(foo)

Completed in 96 milliseconds

1234