Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 1 – 25 of 102) sorted by path

12345

/php-src/Zend/tests/
H A DArrayAccess_indirect_append.phpt18 public function offsetUnset($name): void {}
H A Dassign_coalesce_002.phpt37 public function offsetUnset($k): void {}
62 public function offsetUnset($k): void {}
H A Dassign_coalesce_003.phpt28 public function offsetUnset($k): void { }
H A Dbug30346.phpt12 public function offsetUnset( $offset ): void { }
H A Dbug32252.phpt26 function offsetUnset($offset): void
H A Dbug33710.phpt11 function offsetUnset($offset): void {/*...*/}
H A Dbug39297.phpt16 public function offsetUnset($offset): void {
H A Dbug40833.phpt38 function offsetUnset($offset): void
H A Dbug41209.phpt27 public function offsetUnset($id): void {}
H A Dbug54367.phpt9 public function offsetUnset($offset): void { }
H A Dbug63217.phpt15 public function offsetUnset($offset): void {
16 echo "offsetUnset given ";
95 offsetUnset given string(1) "0"
96 offsetUnset given string(3) "123"
103 offsetUnset given string(1) "0"
104 offsetUnset given string(3) "123"
H A Dbug64417.phpt17 public function offsetUnset($offset): void {
H A Dbug68896.phpt16 function offsetUnset($offset): void {
H A Dbug69955.phpt19 function offsetUnset($offset): void
H A Dbug70321.phpt24 public function offsetUnset($key): void {
H A Dbug71731.phpt23 public function offsetUnset($name): void {
24 echo "offsetUnset($name)\n";
H A Dbug75420.10.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.11.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.12.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.13.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.14.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.15.phpt9 public function offsetUnset($x): void { }
H A Dbug75420.16.phpt9 public function offsetUnset($x): void { }
/php-src/Zend/tests/anon/
H A D004.phpt17 public function offsetUnset($offset): void { unset($this->data[$offset]); }
H A D005.phpt19 public function offsetUnset($offset): void { unset($this->data[$offset]); }

Completed in 25 milliseconds

12345