Home
last modified time | relevance | path

Searched refs:offsetGet (Results 76 – 100 of 104) sorted by relevance

12345

/PHP-8.0/ext/spl/
H A Dspl_observer.stub.php84 public function offsetGet($object) {} function in SplObjectStorage
H A Dspl_dllist_arginfo.h91 ZEND_METHOD(SplDoublyLinkedList, offsetGet);
120 …ZEND_ME(SplDoublyLinkedList, offsetGet, arginfo_class_SplDoublyLinkedList_offsetGet, ZEND_ACC_PUBL…
H A Dspl_observer_arginfo.h137 ZEND_METHOD(SplObjectStorage, offsetGet);
188 ZEND_ME(SplObjectStorage, offsetGet, arginfo_class_SplObjectStorage_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_iterators.stub.php229 public function offsetGet($key) {} function in CachingIterator
H A Dspl_iterators_arginfo.h344 ZEND_METHOD(CachingIterator, offsetGet);
514 ZEND_ME(CachingIterator, offsetGet, arginfo_class_CachingIterator_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c737 PHP_METHOD(SplFixedArray, offsetGet) in PHP_METHOD() argument
H A Dspl_dllist.c737 PHP_METHOD(SplDoublyLinkedList, offsetGet) in PHP_METHOD() argument
H A Dspl_observer.c388 PHP_METHOD(SplObjectStorage, offsetGet) in PHP_METHOD() argument
/PHP-8.0/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt28 public function offsetGet($offset) {
H A Dbug40833.phpt48 function offsetGet($offset)
H A Dlist_keyed_evaluation_order.inc35 public function offsetGet($offset) {
H A Dobject_handlers.phpt22 function offsetGet($index) {
/PHP-8.0/Zend/tests/anon/
H A D005.phpt17 public function offsetGet($offset) { return $this->data[$offset]; }
/PHP-8.0/Zend/tests/list/
H A Dlist_reference_007.phpt10 function &offsetGet ($k) { return $this->s[$k]; }
H A Dlist_reference_006.phpt9 function offsetGet ($k) { return $this->s[$k]; }
/PHP-8.0/tests/classes/
H A Darray_access_008.phpt17 function offsetGet($index) {
H A Darray_access_005.phpt17 function offsetGet($index) {
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php109 public function offsetGet($localName) {} function in Phar
371 public function offsetGet($localName) {} function in PharData
H A Dphar_object_arginfo.h397 ZEND_METHOD(Phar, offsetGet);
476 ZEND_ME(Phar, offsetGet, arginfo_class_Phar_offsetGet, ZEND_ACC_PUBLIC)
537 ZEND_MALIAS(Phar, offsetGet, offsetGet, arginfo_class_PharData_offsetGet, ZEND_ACC_PUBLIC)
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt10 function &offsetGet($o) { return $this->foo; }
/PHP-8.0/Zend/
H A Dzend_interfaces_arginfo.h87 …ZEND_ABSTRACT_ME_WITH_FLAGS(ArrayAccess, offsetGet, arginfo_class_ArrayAccess_offsetGet, ZEND_ACC_…
H A Dzend_weakrefs.c553 ZEND_METHOD(WeakMap, offsetGet) in ZEND_METHOD() argument
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt61 var_dump($map->offsetGet($obj2));
/PHP-8.0/ext/phar/tests/
H A Dbadparameters.phpt176 $a->offsetGet(array());
259 Phar::offsetGet(): Argument #1 ($localName) must be of type string, array given
/PHP-8.0/ext/spl/tests/
H A Dbug65328.phpt295 print_r($tree->findAll(2)->offsetGet(0));

Completed in 45 milliseconds

12345