Home
last modified time | relevance | path

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

1234

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

Completed in 24 milliseconds

1234