Home
last modified time | relevance | path

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

12345

/php-src/ext/spl/tests/
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
101 Deprecated: CachingIterator::offsetGet(): Passing null to parameter #1 ($key) of type string is dep…
132 CachingIterator::offsetGet(): Argument #1 ($key) must be of type string, stdClass given
144 Deprecated: CachingIterator::offsetGet(): Passing null to parameter #1 ($key) of type string is dep…
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): mixed { var_dump($offset); return null; }
/php-src/ext/spl/tests/SplObjectStorage/
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/Zend/tests/enum/
H A DoffsetGet-in-const-expr.phpt2 Enum offsetGet in constant expression
9 public function offsetGet($key): mixed {
/php-src/Zend/tests/
H A Dbug69955.phpt11 function offsetGet($offset): mixed
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): mixed {
H A Dassign_coalesce_002.phpt32 public function &offsetGet($k): mixed {
58 public function offsetGet($k): mixed {
H A Dbug78356.phpt6 public function offsetGet($offset): mixed
H A Dobjects_035.phpt6 public function &offsetGet($n): mixed {
H A Dbug75420.16.phpt7 public function offsetGet($x): mixed { }
H A Dbug30346.phpt10 public function offsetGet( $offset ): mixed { return $offset; }
H A Dbug75420.15.phpt7 public function offsetGet($x): mixed { }
H A Dbug33710.phpt9 function offsetGet($offset): mixed { return null; }
H A Dobjects_032.phpt9 public function &offsetGet($n): mixed {
H A Dbug75420.11.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug75420.13.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug75420.14.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
/php-src/ext/opcache/tests/
H A Dbug77275.phpt2 Bug #77275: OPcache optimization problem for ArrayAccess->offsetGet(string)
14 public function offsetGet($offset): mixed { var_dump($offset); return null; }
/php-src/tests/classes/
H A Darray_access_013.phpt9 …public function offsetGet($offset): mixed { throw new Exception(__METHOD__); return $offse…
54 Caught in Test::offsetGet()
/php-src/Zend/
H A Dzend_weakrefs.stub.php25 public function offsetGet($object): mixed {} function in WeakMap
H A Dzend_weakrefs_arginfo.h40 ZEND_METHOD(WeakMap, offsetGet);
55 ZEND_ME(WeakMap, offsetGet, arginfo_class_WeakMap_offsetGet, ZEND_ACC_PUBLIC)
/php-src/ext/spl/
H A Dspl_array.stub.php18 public function offsetGet(mixed $key): mixed {} function in ArrayObject
106 public function offsetGet(mixed $key): mixed {} function in ArrayIterator
H A Dspl_fixedarray.stub.php41 public function offsetGet($index): mixed {} function in SplFixedArray
/php-src/ext/phar/tests/
H A Dphar_offset_check.phpt21 $phar->offsetGet('.phar/stub.php');
27 $phar->offsetGet('.phar/alias.txt');

Completed in 30 milliseconds

12345