Home
last modified time | relevance | path

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

1234

/PHP-7.1/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 DSplDoublyLinkedList_offsetGet_param_string.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.
10 $get = $array->offsetGet( 'fail' );
H A DSplDoublyLinkedList_offsetGet_param_array.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
10 $get = $array->offsetGet( array( 'fail' ) );
H A DSplDoublyLinkedList_pop_params.phpt2 SplDoublyLinkedList::offsetGet() with no parameter passed.
H A Dbug64106.phpt7 public function offsetGet($offset) { var_dump($offset); }
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-7.1/Zend/tests/
H A Dbug69955.phpt11 function offsetGet($offset)
29 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 Dbug33710.phpt9 function offsetGet($offset) {/*...*/}
H A Dbug75420.16.phpt7 public function offsetGet($x) { }
H A Dbug30346.phpt10 public function offsetGet( $offset ) { return $offset; }
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 Dbug75420.11.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A Dbug75420.14.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A Dobjects_032.phpt9 public function &offsetGet($n) {
H A Dbug54367.phpt11 public function offsetGet ($offset)
H A Dbug75420.10.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A Dbug75420.12.phpt7 public function offsetGet($x) { var_dump($x); return 42; }
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name) {
/PHP-7.1/tests/classes/
H A Darray_access_013.phpt9 … public function offsetGet($offset) { throw new Exception(__METHOD__); return $offset; }
55 Caught in Test::offsetGet()
H A Darray_access_006.phpt17 function offsetGet($index) {
/PHP-7.1/ext/phar/tests/
H A Dphar_offset_check.phpt22 $phar->offsetGet('.phar/stub.php');
28 $phar->offsetGet('.phar/alias.txt');
/PHP-7.1/ext/spl/
H A Dspl.php493 function offsetGet($offset); function
688 function offsetGet($index) {/**/} function in ArrayObject
800 function offsetGet($index) {/**/} function in ArrayIterator

Completed in 33 milliseconds

1234