Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/tests/
H A Dbug64417.phpt17 public function offsetUnset($offset) {
H A Dbug39297.phpt16 public function offsetUnset($offset) {
H A Dbug70321.phpt24 public function offsetUnset($key) {
H A Dbug41209.phpt27 public function offsetUnset($id) {}
H A Dlist_destructuring_to_special_variables.phpt20 public function offsetUnset($name) {}
H A Dlist_keyed_ArrayAccess.phpt36 public function offsetUnset($offset) {
H A Dbug40833.phpt38 function offsetUnset($offset)
H A Dlist_keyed_evaluation_order.inc30 public function offsetUnset($offset): void {
H A Dassign_coalesce_003.phpt28 public function offsetUnset($k) { }
H A Dobject_handlers.phpt31 function offsetUnset($index) {
/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]); }
/PHP-7.4/ext/opcache/tests/
H A Dbug77275.phpt16 public function offsetUnset($offset) { throw new \Exception; }
/PHP-7.4/tests/classes/
H A Darray_access_012.phpt9 public function offsetUnset($index) {}
H A Darray_access_003.phpt34 function offsetUnset($index) {
H A Darray_access_004.phpt32 function offsetUnset($index) {
H A Darray_access_008.phpt25 function offsetUnset($index) {
H A Darray_access_005.phpt25 function offsetUnset($index) {
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_007.phpt12 function offsetUnset ($k) { unset($this->s[$k]); }
H A Dlist_reference_006.phpt11 function offsetUnset ($k) { unset($this->s[$k]); }
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt123 $b->offsetUnset(array());
125 $a->offsetUnset('a');
195 Warning: PharData::offsetUnset() expects parameter 1 to be a valid path, array given in %sbadparame…
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c808 SPL_METHOD(SplFixedArray, offsetUnset) in SPL_METHOD() argument
1055 SPL_ME(SplFixedArray, offsetUnset, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c859 SPL_METHOD(SplDoublyLinkedList, offsetUnset) in SPL_METHOD() argument
1444 SPL_ME(SplDoublyLinkedList, offsetUnset, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_array.c768 SPL_METHOD(Array, offsetUnset) in SPL_METHOD() argument
1982 SPL_ME(Array, offsetUnset, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
2012 SPL_ME(Array, offsetUnset, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
/PHP-7.4/Zend/
H A Dzend_interfaces.c568 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)

Completed in 38 milliseconds

1234