Home
last modified time | relevance | path

Searched refs:offsetSet (Results 1 – 25 of 110) sorted by path

12345

/php-src/Zend/tests/
H A DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value): void {
H A Dargument_restriction_005.phpt6 public function offsetSet(): void {
11 Fatal error: Declaration of Sub::offsetSet(): void must be compatible with ArrayAccess::offsetSet(m…
H A Dassign_coalesce_002.phpt36 public function offsetSet($k,$v): void {}
61 public function offsetSet($k,$v): void {}
H A Dassign_coalesce_003.phpt24 public function offsetSet($k,$v): void {
25 echo "offsetSet($k,$v)\n";
55 offsetSet(bar,foo)
59 offsetSet(null,baz)
65 offsetSet(bar,abc)
H A Dbug30346.phpt11 public function offsetSet( $offset, $data ): void { }
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
20 function offsetSet($offset, $value): void
44 Test::offsetSet(-1, 123)
H A Dbug33710.phpt10 function offsetSet($offset, $value): void {/*...*/}
H A Dbug39297.phpt19 public function offsetSet($offset, $value): void {
20 echo "offsetSet()\n";
43 offsetSet()
H A Dbug40833.phpt44 function offsetSet($offset, $value): void
H A Dbug41209.phpt25 public function offsetSet($id, $value): void {}
H A Dbug54367.phpt7 public function offsetSet($offset, $value): void { }
H A Dbug63217.phpt19 public function offsetSet($offset, $value): void {
20 echo "offsetSet given ";
97 offsetSet given string(1) "0"
98 offsetSet given string(3) "123"
105 offsetSet given string(1) "0"
106 offsetSet given string(3) "123"
H A Dbug64417.phpt7 public function offsetSet($offset, $value): void {
H A Dbug68896.phpt10 function offsetSet($offset, $value): void {
H A Dbug69955.phpt15 function offsetSet($offset, $value): void
33 Inside C10::offsetSet
H A Dbug70321.phpt22 public function offsetSet($key, $val): void {
H A Dbug71731.phpt19 public function offsetSet($name, $value): void {
20 echo "offsetSet($name)\n";
50 offsetSet(0)
52 offsetSet(1)
H A Dbug75420.10.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.11.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.12.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.14.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y): void { $GLOBALS["name"] = 24; var_dump($x); }
/php-src/Zend/tests/anon/
H A D004.phpt16 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }
H A D005.phpt18 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }

Completed in 22 milliseconds

12345