Home
last modified time | relevance | path

Searched refs:offsetGet (Results 1 – 25 of 108) sorted by path

12345

/php-src/Zend/tests/
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name): mixed {
H A Dassign_coalesce_002.phpt32 public function &offsetGet($k): mixed {
58 public function offsetGet($k): mixed {
H A Dassign_coalesce_003.phpt16 public function &offsetGet($k): mixed {
17 echo "offsetGet($k)\n";
52 offsetGet(foo)
58 offsetGet(null)
62 offsetGet(foo)
64 offsetGet(foo)
68 offsetGet(foo)
70 offsetGet(bar)
H A Dbug30346.phpt10 public function offsetGet( $offset ): mixed { return $offset; }
H A Dbug32252.phpt14 function offsetGet($offset): mixed
H A Dbug33710.phpt9 function offsetGet($offset): mixed { return null; }
H A Dbug39297.phpt26 public function offsetGet($offset): mixed {
27 echo "offsetGet()\n";
44 offsetGet()
H A Dbug40833.phpt48 function offsetGet($offset): mixed
H A Dbug41209.phpt23 public function offsetGet($id): mixed {}
H A Dbug54367.phpt11 public function offsetGet($offset): mixed
H A Dbug63217.phpt23 public function offsetGet($offset): mixed {
24 echo "offsetGet given ";
99 offsetGet given string(1) "0"
100 offsetGet given string(3) "123"
107 offsetGet given string(1) "0"
108 offsetGet given string(3) "123"
H A Dbug64417.phpt2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)
20 public function &offsetGet($offset): mixed {
H A Dbug68896.phpt7 function offsetGet($offset): mixed {
H A Dbug69955.phpt11 function offsetGet($offset): mixed
30 Inside C10::offsetGet
H A Dbug70321.phpt18 public function & offsetGet($key): mixed {
H A Dbug71731.phpt12 public function &offsetGet($name): mixed {
13 echo "offsetGet($name)\n";
51 offsetGet(0)
54 offsetGet(0)
56 offsetGet(1)
60 offsetGet(0)
62 offsetGet(1)
H A Dbug75420.10.phpt7 public function offsetGet($x): mixed { var_dump($x); return 42; }
H A Dbug75420.11.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 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; }
H A Dbug75420.15.phpt7 public function offsetGet($x): mixed { }
H A Dbug75420.16.phpt7 public function offsetGet($x): mixed { }
/php-src/Zend/tests/anon/
H A D004.phpt15 public function offsetGet($offset): mixed { return $this->data[$offset]; }
H A D005.phpt17 public function offsetGet($offset): mixed { return $this->data[$offset]; }

Completed in 38 milliseconds

12345