Home
last modified time | relevance | path

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

1234

/PHP-7.4/tests/classes/
H A Darray_access_009.phpt42 function offsetSet($index, $value) {
72 function offsetSet($index, $value)
151 ArrayProxy::offsetSet(0, name, FooBar)
156 ArrayProxy::offsetSet(0, name, FooBarBar)
162 ArrayProxy::offsetSet(0, name, FooBarBarBaz)
186 ArrayProxy::offsetSet(0, name, BlaBla)
H A Darray_access_013.phpt10 public function offsetSet($offset, $data ) { throw new Exception(__METHOD__); }
56 Caught in Test::offsetSet()
H A Darray_access_006.phpt21 function offsetSet($index, $value) {
/PHP-7.4/Zend/tests/
H A Dbug69955.phpt15 function offsetSet($offset, $value)
32 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) {
H A Dassign_coalesce_002.phpt36 public function offsetSet($k,$v) {}
61 public function offsetSet($k,$v) {}
H A Dbug78356.phpt15 public function offsetSet($offset, $value) {}
H A Dbug33710.phpt10 function offsetSet($offset, $value) {/*...*/}
H A Dbug75420.16.phpt8 public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug30346.phpt11 public function offsetSet( $offset, $data ) { }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y) { $GLOBALS["name"] = 24; var_dump($x); }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.9.phpt8 public function offsetSet($x, $y) { }
H A Dobjects_032.phpt13 public function offsetSet($n, $v) {
H A Dbug75420.11.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.14.phpt8 public function offsetSet($x, $y) { }
H A Dbug54367.phpt7 public function offsetSet($offset, $value) { }
H A Dbug75420.10.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.12.phpt8 public function offsetSet($x, $y) { }
H A DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value) {
/PHP-7.4/ext/spl/tests/
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
H A Dbug28822.phpt7 $array->offsetSet('key', 'value');
H A Dbug53362.phpt7 public function offsetSet($offset, $value) {
H A Dbug66834.phpt38 // overrides only offsetGet and offsetSet
46 public function offsetSet($offset, $value)
48 return parent::offsetSet(str_rot13($offset), $value);
75 echo "==== class with offsetGet() and offsetSet() ====\n";
151 ==== class with offsetGet() and offsetSet() ====
/PHP-7.4/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

1234