Home
last modified time | relevance | path

Searched refs:offsetSet (Results 26 – 50 of 110) sorted by relevance

12345

/php-src/ext/spl/tests/
H A Dbug34548.phpt13 public function offsetSet($index, $value): void
15 parent::offsetSet($index, $value);
H A Diterator_045.phpt2 SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE
27 $this->offsetSet($k, $v);
58 var_dump($it->offsetSet(0, 0));
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
H A Dbug66834.phpt38 // overrides only offsetGet and offsetSet
46 public function offsetSet($offset, $value): void
48 parent::offsetSet(str_rot13($offset), $value);
75 echo "==== class with offsetGet() and offsetSet() ====\n";
151 ==== class with offsetGet() and offsetSet() ====
H A Dbug28822.phpt7 $array->offsetSet('key', 'value');
H A Dbug53362.phpt7 public function offsetSet($offset, $value): void {
/php-src/Zend/tests/
H A Dbug69955.phpt15 function offsetSet($offset, $value): void
33 Inside C10::offsetSet
H A Dlist_destructuring_to_special_variables.phpt2 list() can be used to destructure to string offsets, __set and ArrayAccess::offsetSet
15 public function offsetSet($name, $value): void {
H A Dassign_coalesce_002.phpt36 public function offsetSet($k,$v): void {}
61 public function offsetSet($k,$v): void {}
H A Dbug78356.phpt15 public function offsetSet($offset, $value): void {}
H A Dobjects_035.phpt9 public function offsetSet($n, $v): void {
H A Dbug75420.16.phpt8 public function offsetSet($x, $y): void { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug30346.phpt11 public function offsetSet( $offset, $data ): void { }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y): void { $GLOBALS["name"] = 24; var_dump($x); }
H A Dbug33710.phpt10 function offsetSet($offset, $value): void {/*...*/}
H A Dobjects_032.phpt13 public function offsetSet($n, $v): void {
H A Dbug75420.11.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y): void { }
/php-src/tests/classes/
H A Darray_access_013.phpt10 public function offsetSet($offset, $data ): void { throw new Exception(__METHOD__); }
55 Caught in Test::offsetSet()
/php-src/Zend/tests/offsets/
H A Dappending_containers.phpt62 string(12) "A::offsetSet"
68 string(12) "B::offsetSet"
/php-src/Zend/
H A Dzend_weakrefs.stub.php28 public function offsetSet($object, mixed $value): void {} function in WeakMap
H A Dzend_weakrefs_arginfo.h41 ZEND_METHOD(WeakMap, offsetSet);
56 ZEND_ME(WeakMap, offsetSet, arginfo_class_WeakMap_offsetSet, ZEND_ACC_PUBLIC)
/php-src/ext/spl/
H A Dspl_array.stub.php21 public function offsetSet(mixed $key, mixed $value): void {} function in ArrayObject
112 public function offsetSet(mixed $key, mixed $value): void {} function in ArrayIterator
H A Dspl_fixedarray.stub.php47 public function offsetSet($index, mixed $value): void {} function in SplFixedArray
/php-src/ext/phar/tests/
H A Dphar_offset_check.phpt33 $phar->offsetSet('.phar/stub.php', '<?php __HALT_COMPILER(); ?>');
49 $phar->offsetSet('.phar/alias.txt', 'dolly');

Completed in 27 milliseconds

12345