Home
last modified time | relevance | path

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

1234

/PHP-7.0/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 Dbug33710.phpt10 function offsetSet($offset, $value) {/*...*/}
H A Dbug75420.16.phpt8 public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y) { $GLOBALS["name"] = 24; var_dump($x); }
H A Dbug30346.phpt11 public function offsetSet( $offset, $data ) { }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.9.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.11.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.14.phpt8 public function offsetSet($x, $y) { }
H A Dobjects_032.phpt13 public function offsetSet($n, $v) {
H A Dbug75420.10.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.12.phpt8 public function offsetSet($x, $y) { }
H A Dbug54367.phpt7 public function offsetSet($offset, $value) { }
H A DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value) {
H A Dbug68896.phpt10 function offsetSet($offset, $value) {
/PHP-7.0/tests/classes/
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) {
H A Darray_access_007.phpt21 function offsetSet($index, $value) {
/PHP-7.0/ext/spl/tests/
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() ====
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) {
/PHP-7.0/ext/phar/tests/
H A Dphar_offset_check.phpt34 $phar->offsetSet('.phar/stub.php', '<?php __HALT_COMPILER(); ?>');
50 $phar->offsetSet('.phar/alias.txt', 'dolly');
/PHP-7.0/ext/spl/
H A Dspl.php488 function offsetSet($offset, $value); function
693 function offsetSet($index, $newval) {/**/} function in ArrayObject
805 function offsetSet($index, $newval) {/**/} function in ArrayIterator

Completed in 23 milliseconds

1234