offsetSet         488 ext/spl/spl.php function offsetSet($offset, $value);
offsetSet         693 ext/spl/spl.php function offsetSet($index, $newval) {/**/}
offsetSet         805 ext/spl/spl.php function offsetSet($index, $newval) {/**/}
offsetSet         118 sapi/phpdbg/tests/run-tests.php public function offsetSet($offset, $data) 	{ $this->options[$offset] = $data; }