Home
last modified time | relevance | path

Searched refs:offsetGet (Results 51 – 75 of 89) sorted by relevance

1234

/PHP-7.3/tests/classes/
H A Darray_access_006.phpt17 function offsetGet($index) {
H A Darray_access_007.phpt17 function offsetGet($index) {
H A Darray_access_012.phpt15 public function offsetGet($index) {
H A Darray_access_008.phpt17 function offsetGet($index) {
H A Darray_access_005.phpt17 function offsetGet($index) {
/PHP-7.3/Zend/tests/
H A Dtemporary_cleaning_013.phpt55 function offsetGet($x) { return [0]; }
68 function &offsetGet($x) { return $this->foo; }
126 function offsetGet($x) { return [new stdClass]; }
136 function offsetGet($x) { return [new stdClass]; }
161 function offsetGet($x) { return [new stdClass]; }
186 function offsetGet($x) { return [new stdClass]; }
225 function offsetGet($x) {}
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name) {
H A Dbug68896.phpt7 function offsetGet($offset) {
H A Dbug32252.phpt14 function offsetGet($offset)
H A Ddereference_005.phpt26 public function offsetGet($offset) {
H A Dbug70321.phpt18 public function & offsetGet($key) {
H A Dbug41209.phpt23 public function offsetGet($id) {}
H A Dlist_destructuring_to_special_variables.phpt18 public function offsetGet($name) {}
H A Dlist_keyed_ArrayAccess.phpt28 public function offsetGet($offset) {
H A Dbug40833.phpt48 function offsetGet($offset)
H A Dlist_keyed_evaluation_order.inc35 public function offsetGet($offset) {
/PHP-7.3/ext/spl/
H A Dspl.php493 function offsetGet($offset); function
688 function offsetGet($index) {/**/} function in ArrayObject
800 function offsetGet($index) {/**/} function in ArrayIterator
/PHP-7.3/Zend/tests/anon/
H A D004.phpt15 public function offsetGet($offset) { return $this->data[$offset]; }
H A D005.phpt17 public function offsetGet($offset) { return $this->data[$offset]; }
/PHP-7.3/ext/spl/tests/
H A Darray_010.phpt26 echo "===offsetGet===\n";
91 ===offsetGet===
H A DSplObjectStorage_getHash.phpt9 echo $s->offsetGet($o1);
H A Dbug31185.phpt13 public function offsetGet($index) {
/PHP-7.3/Zend/tests/list/
H A Dlist_reference_007.phpt10 function &offsetGet ($k) { return $this->s[$k]; }
H A Dlist_reference_006.phpt9 function offsetGet ($k) { return $this->s[$k]; }
/PHP-7.3/ext/spl/examples/
H A Ddbaarray.inc50 function offsetGet($name)

Completed in 57 milliseconds

1234