Home
last modified time | relevance | path

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

12345

/php-src/Zend/tests/
H A Dbug75420.9.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug75420.10.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug75420.12.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug54367.phpt11 public function offsetGet($offset): mixed
H A Dtemporary_cleaning_013.phpt55 function offsetGet($x): mixed { return [0]; }
68 function &offsetGet($x): bool { return $this->foo; }
129 function offsetGet($x): mixed { return [new stdClass]; }
139 function offsetGet($x): mixed { return [new stdClass]; }
165 function offsetGet($x): mixed { return [new stdClass]; }
191 function offsetGet($x): mixed { return [new stdClass]; }
230 function offsetGet($x): mixed {}
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name): mixed {
H A Dobjects_034.phpt6 public function &offsetGet($n): mixed {
H A Dbug68896.phpt7 function offsetGet($offset): mixed {
H A Dbug32252.phpt14 function offsetGet($offset): mixed
H A Ddereference_005.phpt26 public function offsetGet($offset): mixed {
H A Dbug41209.phpt23 public function offsetGet($id): mixed {}
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_004.phpt11 function offsetGet($x): mixed {}
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt71 string(12) "A::offsetGet"
79 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed
H A Dreference_containers_appended.phpt66 string(12) "A::offsetGet"
76 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed
/php-src/Zend/
H A Dzend_interfaces.stub.php40 public function offsetGet(mixed $offset): mixed; function
/php-src/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
H A Darray_010.phpt26 echo "===offsetGet===\n";
89 ===offsetGet===
H A Dbug31185.phpt13 public function offsetGet($index): mixed {
/php-src/tests/classes/
H A Darray_access_006.phpt17 function offsetGet($index): mixed {
H A Darray_access_007.phpt17 function offsetGet($index): mixed {
H A Darray_access_012.phpt15 public function offsetGet($index): mixed {
/php-src/ext/spl/
H A Dspl_fixedarray_arginfo.h67 ZEND_METHOD(SplFixedArray, offsetGet);
84 ZEND_ME(SplFixedArray, offsetGet, arginfo_class_SplFixedArray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php62 public function offsetGet($index): mixed {} function in SplDoublyLinkedList
/php-src/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt10 function offsetGet($index): mixed {
/php-src/Zend/tests/anon/
H A D004.phpt15 public function offsetGet($offset): mixed { return $this->data[$offset]; }

Completed in 40 milliseconds

12345