Searched refs:offsetGet (Results 26 – 50 of 89) sorted by relevance
1234
9 if (method_exists($it, 'offsetGet')) {10 var_dump($it->offsetGet(0));
11 function offsetGet($offset)29 Inside C10::offsetGet
2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)20 public function &offsetGet($offset) {
9 function offsetGet($offset) {/*...*/}
7 public function offsetGet($x) { }
10 public function offsetGet( $offset ) { return $offset; }
7 public function offsetGet($x) { var_dump($x); return 42; }
9 public function &offsetGet($n) {
11 public function offsetGet ($offset)
2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE28 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_…
2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested12 $s->offsetGet($o1);
2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.10 $get = $array->offsetGet( 'fail' );
2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.10 $get = $array->offsetGet( array( 'fail' ) );
2 SplDoublyLinkedList::offsetGet() with no parameter passed.
7 public function offsetGet($offset) { var_dump($offset); }
2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
2 Bug #77275: OPcache optimization problem for ArrayAccess->offsetGet(string)14 public function offsetGet($offset) { var_dump($offset); }
9 … public function offsetGet($offset) { throw new Exception(__METHOD__); return $offset; }55 Caught in Test::offsetGet()
21 $phar->offsetGet('.phar/stub.php');27 $phar->offsetGet('.phar/alias.txt');
Completed in 25 milliseconds