Home
last modified time | relevance | path

Searched refs:offsetGet (Results 26 – 50 of 104) sorted by relevance

12345

/PHP-8.0/ext/spl/tests/
H A DSplObjectStorage_offsetGet_missing_object.phpt2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested
12 $s->offsetGet($o1);
H A Diterator_044.phpt2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE
33 var_dump($this->offsetGet($v));
54 var_dump($it->offsetGet(0));
87 CachingIterator::offsetGet(): Argument #1 ($key) must be of type string, stdClass given
128 CachingIterator::offsetGet(): Argument #1 ($key) must be of type string, stdClass given
H A Ddllist_006.phpt57 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) must be of type int, string given
59 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) is out of range
H A Dbug64106.phpt7 public function offsetGet($offset) { var_dump($offset); }
/PHP-8.0/Zend/tests/
H A Dbug69955.phpt11 function offsetGet($offset)
30 Inside C10::offsetGet
H A Dbug64417.phpt2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)
20 public function &offsetGet($offset) {
H A Dassign_coalesce_002.phpt32 public function &offsetGet($k) {
58 public function offsetGet($k) {
H A Dbug78356.phpt6 public function offsetGet($offset)
H A Dobjects_035.phpt6 public function &offsetGet($n) {
H A Dbug33710.phpt9 function offsetGet($offset) {/*...*/}
H A Dbug30346.phpt10 public function offsetGet( $offset ) { return $offset; }
H A Dbug75420.16.phpt7 public function offsetGet($x) { }
H A Dbug75420.15.phpt7 public function offsetGet($x) { }
H A Dbug75420.13.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A Dbug75420.9.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A Dobjects_032.phpt9 public function &offsetGet($n) {
H A Dbug75420.11.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
/PHP-8.0/ext/opcache/tests/
H A Dbug77275.phpt2 Bug #77275: OPcache optimization problem for ArrayAccess->offsetGet(string)
14 public function offsetGet($offset) { var_dump($offset); }
/PHP-8.0/tests/classes/
H A Darray_access_013.phpt9 … public function offsetGet($offset) { throw new Exception(__METHOD__); return $offset; }
54 Caught in Test::offsetGet()
/PHP-8.0/Zend/
H A Dzend_weakrefs_arginfo.h41 ZEND_METHOD(WeakMap, offsetGet);
58 ZEND_ME(WeakMap, offsetGet, arginfo_class_WeakMap_offsetGet, ZEND_ACC_PUBLIC)
H A Dzend_weakrefs.stub.php19 public function offsetGet($object): mixed {} function in WeakMap
H A Dzend_interfaces.stub.php40 public function offsetGet(mixed $offset); function
/PHP-8.0/ext/spl/
H A Dspl_array.stub.php13 public function offsetGet(mixed $key) {} function in ArrayObject
96 public function offsetGet(mixed $key) {} function in ArrayIterator
H A Dspl_fixedarray_arginfo.h51 ZEND_METHOD(SplFixedArray, offsetGet);
66 ZEND_ME(SplFixedArray, offsetGet, arginfo_class_SplFixedArray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.stub.php37 public function offsetGet($index) {} function in SplFixedArray

Completed in 25 milliseconds

12345