Home
last modified time | relevance | path

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

12345

/php-src/ext/spl/
H A Dspl_observer.c534 PHP_METHOD(SplObjectStorage, offsetGet) in PHP_METHOD() argument
H A Dspl_observer.stub.php87 public function offsetGet($object): mixed {} function in SplObjectStorage
H A Dspl_observer_arginfo.h157 ZEND_METHOD(SplObjectStorage, offsetGet);
206 ZEND_ME(SplObjectStorage, offsetGet, arginfo_class_SplObjectStorage_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c814 PHP_METHOD(SplFixedArray, offsetGet) in PHP_METHOD() argument
H A Dspl_fixedarray.stub.php41 public function offsetGet($index): mixed {} function in SplFixedArray
H A Dspl_fixedarray_arginfo.h67 ZEND_METHOD(SplFixedArray, offsetGet);
84 ZEND_ME(SplFixedArray, offsetGet, arginfo_class_SplFixedArray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c682 PHP_METHOD(SplDoublyLinkedList, offsetGet) in PHP_METHOD() argument
H A Dspl_array.c663 PHP_METHOD(ArrayObject, offsetGet) in PHP_METHOD() argument
H A Dspl_array_arginfo.h158 ZEND_METHOD(ArrayObject, offsetGet);
194 ZEND_ME(ArrayObject, offsetGet, arginfo_class_ArrayObject_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist_arginfo.h99 ZEND_METHOD(SplDoublyLinkedList, offsetGet);
127 …ZEND_ME(SplDoublyLinkedList, offsetGet, arginfo_class_SplDoublyLinkedList_offsetGet, ZEND_ACC_PUBL…
H A Dspl_iterators_arginfo.h369 ZEND_METHOD(CachingIterator, offsetGet);
526 ZEND_ME(CachingIterator, offsetGet, arginfo_class_CachingIterator_offsetGet, ZEND_ACC_PUBLIC)
/php-src/Zend/tests/
H A Dbug70321.phpt18 public function & offsetGet($key): mixed {
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_getHash.phpt41 var_dump($instance->offsetGet($o1));
H A DSplObjectStorage_offsetGet.phpt2 Standard success for SplObjectStorage::offsetGet
12 echo $s->offsetGet($o1);
H A DSplObjectStorage_offsetGet_missing_object.phpt2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested
12 $s->offsetGet($o1);
/php-src/ext/phar/
H A Dphar_object.stub.php174 public function offsetGet($localName): SplFileInfo {} function in Phar
434 public function offsetGet($localName): SplFileInfo {} function in PharData
H A Dphar_object_arginfo.h422 ZEND_METHOD(Phar, offsetGet);
499 ZEND_ME(Phar, offsetGet, arginfo_class_Phar_offsetGet, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/
H A Dbug65328.phpt271 print_r($tree->findAll(2)->offsetGet(0));
/php-src/Zend/
H A Dzend_weakrefs.c691 ZEND_METHOD(WeakMap, offsetGet) in ZEND_METHOD() argument
H A Dzend_weakrefs_arginfo.h40 ZEND_METHOD(WeakMap, offsetGet);
55 ZEND_ME(WeakMap, offsetGet, arginfo_class_WeakMap_offsetGet, ZEND_ACC_PUBLIC)
/php-src/Zend/tests/offsets/
H A DArrayAccess_container_offset_behaviour.phpt10 string(12) "CLASS_NAME::offsetGet"
18 string(12) "CLASS_NAME::offsetGet"
22 string(12) "CLASS_NAME::offsetGet"
34 string(12) "CLASS_NAME::offsetGet"
40 string(12) "CLASS_NAME::offsetGet"
44 string(12) "CLASS_NAME::offsetGet"
51 string(12) "CLASS_NAME::offsetGet"
58 string(12) "CLASS_NAME::offsetGet"
64 string(12) "CLASS_NAME::offsetGet"
70 string(12) "CLASS_NAME::offsetGet"
[all …]
H A Dreference_containers_appended.phpt66 string(12) "A::offsetGet"
76 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed
H A Dtest_offset_helpers.inc100 public function offsetGet($offset): mixed {
122 public function offsetGet($offset): mixed {
H A Dinternal_handlers_extended.phpt18 public function offsetGet($offset): mixed {
H A Dappending_containers_in_fetch.phpt71 string(12) "A::offsetGet"
79 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed

Completed in 93 milliseconds

12345