Home
last modified time | relevance | path

Searched refs:offsetSet (Results 76 – 100 of 110) sorted by relevance

12345

/php-src/tests/classes/
H A Darray_access_003.phpt27 function offsetSet($index, $newval): void {
H A Darray_access_004.phpt25 function offsetSet($index, $newval): void {
H A Darray_access_008.phpt21 function offsetSet($index, $value): void {
H A Darray_access_005.phpt21 function offsetSet($index, $value): void {
/php-src/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt33 public function offsetSet($offset, $value): void {
H A Dbug70321.phpt22 public function offsetSet($key, $val): void {
H A Dbug40833.phpt44 function offsetSet($offset, $value): void
H A Dlist_keyed_evaluation_order.inc40 public function offsetSet($offset, $value): void {
H A Dobject_handlers.phpt26 function offsetSet($index, $newval): void {
/php-src/Zend/tests/anon/
H A D005.phpt18 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }
/php-src/Zend/tests/offsets/
H A Dinternal_handlers_extended.phpt13 public function offsetSet($offset, $value): void {
H A DArrayAccess_container_offset_behaviour.phpt14 string(12) "CLASS_NAME::offsetSet"
24 string(12) "CLASS_NAME::offsetSet"
/php-src/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
H A Dcreate_path_error.phpt81 Exception: Phar::offsetSet(): Argument #1 ($localName) must not contain any null bytes
/php-src/Zend/tests/list/
H A Dlist_reference_007.phpt9 function offsetSet ($k, $v): void { $this->s[$k] = $v; }
H A Dlist_reference_006.phpt8 function offsetSet ($k, $v): void { $this->s[$k] = $v; }
/php-src/ext/spl/tests/
H A Dgh10519.phpt34 $data->offsetSet($key, $value);
H A Darray_013.phpt78 Fatal error: Uncaught Error: Cannot append properties to objects, use ArrayIterator::offsetSet() in…
H A Dbug42654.phpt18 $iterator->offsetSet($key, 'alter');
/php-src/ext/spl/
H A Dspl_observer.stub.php94 public function offsetSet($object, mixed $info = null): void {} function in SplObjectStorage
H A Dspl_dllist_arginfo.h100 ZEND_METHOD(SplDoublyLinkedList, offsetSet);
128 …ZEND_ME(SplDoublyLinkedList, offsetSet, arginfo_class_SplDoublyLinkedList_offsetSet, ZEND_ACC_PUBL…
H A Dspl_array_arginfo.h159 ZEND_METHOD(ArrayObject, offsetSet);
195 ZEND_ME(ArrayObject, offsetSet, arginfo_class_ArrayObject_offsetSet, ZEND_ACC_PUBLIC)
/php-src/ext/phar/
H A Dphar_object.stub.php181 public function offsetSet($localName, $value): void {} function in Phar
442 public function offsetSet($localName, $value): void {} function in PharData
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt67 TypeError: SplObjectStorage::offsetSet(): Argument #1 ($object) must be of type object, string given
/php-src/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt60 var_dump($map->offsetSet($obj2, 43));

Completed in 49 milliseconds

12345