Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 51 – 75 of 102) sorted by relevance

12345

/php-src/Zend/tests/
H A Dtemporary_cleaning_013.phpt58 function offsetUnset($x): void {}
71 function offsetUnset($x): void {}
132 function offsetUnset($x): void {}
142 function offsetUnset($x): void {}
168 function offsetUnset($x): void {}
194 function offsetUnset($x): void {}
233 function offsetUnset($x): void {}
H A DArrayAccess_indirect_append.phpt18 public function offsetUnset($name): void {}
H A Dobjects_034.phpt11 public function offsetUnset($n): void {
H A Dbug68896.phpt16 function offsetUnset($offset): void {
H A Dbug32252.phpt26 function offsetUnset($offset): void
H A Dbug69955.phpt19 function offsetUnset($offset): void
H A Ddereference_005.phpt23 public function offsetUnset($offset): void {
H A Dbug64417.phpt17 public function offsetUnset($offset): void {
H A Dbug39297.phpt16 public function offsetUnset($offset): void {
H A Dbug41209.phpt27 public function offsetUnset($id): void {}
H A Dlist_destructuring_to_special_variables.phpt20 public function offsetUnset($name): void {}
H A Dlist_keyed_ArrayAccess.phpt37 public function offsetUnset($offset): void {
/php-src/ext/spl/tests/
H A Diterator_045.phpt37 $this->offsetUnset($v);
67 var_dump($it->offsetUnset(0));
/php-src/ext/spl/
H A Dspl_fixedarray_arginfo.h69 ZEND_METHOD(SplFixedArray, offsetUnset);
86 ZEND_ME(SplFixedArray, offsetUnset, arginfo_class_SplFixedArray_offsetUnset, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php74 public function offsetUnset($index): void {} function in SplDoublyLinkedList
/php-src/Zend/tests/enum/
H A DoffsetGet-in-const-expr.phpt15 public function offsetUnset($key): void {}
/php-src/tests/classes/
H A Darray_access_007.phpt29 function offsetUnset($index): void {
H A Darray_access_012.phpt9 public function offsetUnset($index): void {}
H A Darray_access_003.phpt34 function offsetUnset($index): void {
H A Darray_access_004.phpt32 function offsetUnset($index): void {
/php-src/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt18 function offsetUnset($index): 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]); }
/php-src/ext/opcache/tests/
H A Dbug77275.phpt16 public function offsetUnset($offset): void { throw new \Exception; }
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc105 public function offsetUnset($offset): void {
127 public function offsetUnset($offset): void {

Completed in 26 milliseconds

12345