Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 76 – 100 of 102) sorted by relevance

12345

/php-src/Zend/tests/offsets/
H A Dinternal_handlers_extended.phpt23 public function offsetUnset($offset): void {
H A DArrayAccess_container_offset_behaviour.phpt55 string(14) "CLASS_NAME::offsetUnset"
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unset.phpt24 $s->offsetUnset($o);
/php-src/Zend/tests/
H A Dbug70321.phpt24 public function offsetUnset($key): void {
H A Dbug40833.phpt38 function offsetUnset($offset): void
H A Dlist_keyed_evaluation_order.inc30 public function offsetUnset($offset): void {
H A Dassign_coalesce_003.phpt28 public function offsetUnset($k): void { }
H A Dobject_handlers.phpt33 function offsetUnset($index): void {
/php-src/Zend/tests/list/
H A Dlist_reference_007.phpt12 function offsetUnset ($k): void { unset($this->s[$k]); }
H A Dlist_reference_006.phpt11 function offsetUnset ($k): void { unset($this->s[$k]); }
/php-src/ext/spl/
H A Dspl_observer.stub.php99 public function offsetUnset($object): void {} function in SplObjectStorage
H A Dspl_dllist_arginfo.h101 ZEND_METHOD(SplDoublyLinkedList, offsetUnset);
129 …ZEND_ME(SplDoublyLinkedList, offsetUnset, arginfo_class_SplDoublyLinkedList_offsetUnset, ZEND_ACC_…
H A Dspl_array_arginfo.h160 ZEND_METHOD(ArrayObject, offsetUnset);
196 ZEND_ME(ArrayObject, offsetUnset, arginfo_class_ArrayObject_offsetUnset, ZEND_ACC_PUBLIC)
H A Dspl_iterators.stub.php263 public function offsetUnset($key): void {} function in CachingIterator
H A Dspl_iterators_arginfo.h371 ZEND_METHOD(CachingIterator, offsetUnset);
528 ZEND_ME(CachingIterator, offsetUnset, arginfo_class_CachingIterator_offsetUnset, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c849 PHP_METHOD(SplFixedArray, offsetUnset) in PHP_METHOD() argument
H A Dspl_dllist.c750 PHP_METHOD(SplDoublyLinkedList, offsetUnset) in PHP_METHOD() argument
H A Dspl_array.c709 PHP_METHOD(ArrayObject, offsetUnset) in PHP_METHOD() argument
/php-src/tests/classes/
H A Darray_access_008.phpt25 function offsetUnset($index): void {
H A Darray_access_005.phpt25 function offsetUnset($index): void {
/php-src/ext/phar/tests/
H A Dbadparameters.phpt188 $b->offsetUnset(array());
193 $a->offsetUnset('a');
261 PharData::offsetUnset(): Argument #1 ($localName) must be of type string, array given
/php-src/ext/phar/
H A Dphar_object.stub.php187 public function offsetUnset($localName): void {} function in Phar
449 public function offsetUnset($localName): void {} function in PharData
H A Dphar_object_arginfo.h424 ZEND_METHOD(Phar, offsetUnset);
501 ZEND_ME(Phar, offsetUnset, arginfo_class_Phar_offsetUnset, ZEND_ACC_PUBLIC)
/php-src/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt64 var_dump($map->offsetUnset($obj2));
/php-src/Zend/
H A Dzend_weakrefs.c729 ZEND_METHOD(WeakMap, offsetUnset) in ZEND_METHOD() argument

Completed in 74 milliseconds

12345