Home
last modified time | relevance | path

Searched refs:offsetSet (Results 51 – 75 of 85) sorted by relevance

1234

/PHP-7.4/Zend/tests/
H A Dtemporary_cleaning_013.phpt56 function offsetSet($x, $y) {}
69 function offsetSet($x, $y) {}
127 function offsetSet($x, $y) {}
137 function offsetSet($x, $y) {}
162 function offsetSet($x, $y) {}
187 function offsetSet($x, $y) {}
226 function offsetSet($x, $y) { throw new Exception; }
H A Dbug68896.phpt10 function offsetSet($offset, $value) {
H A Ddereference_005.phpt17 public function offsetSet($offset, $value) {
H A Dbug64417.phpt7 public function offsetSet($offset, $value) {
H A Dbug70321.phpt22 public function offsetSet($key, $val) {
H A Dbug41209.phpt25 public function offsetSet($id, $value) {}
H A Dlist_keyed_ArrayAccess.phpt32 public function offsetSet($offset, $value) {
H A Dbug40833.phpt44 function offsetSet($offset, $value)
H A Dlist_keyed_evaluation_order.inc40 public function offsetSet($offset, $value): void {
/PHP-7.4/tests/classes/
H A Darray_access_007.phpt21 function offsetSet($index, $value) {
H A Darray_access_012.phpt11 public function offsetSet($index, $value) {
H A Darray_access_003.phpt27 function offsetSet($index, $newval) {
H A Darray_access_004.phpt25 function offsetSet($index, $newval) {
H A Darray_access_008.phpt21 function offsetSet($index, $value) {
H A Darray_access_005.phpt21 function offsetSet($index, $value) {
/PHP-7.4/Zend/tests/anon/
H A D004.phpt16 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
H A D005.phpt18 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
/PHP-7.4/ext/opcache/tests/
H A Dbug77275.phpt13 public function offsetSet($offset, $value) { throw new \Exception; }
/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt34 echo "===offsetSet===\n";
102 ===offsetSet===
H A Darray_013.phpt79 Fatal error: Uncaught Error: Cannot append properties to objects, use ArrayIterator::offsetSet() in…
H A Dbug42654.phpt18 $iterator->offsetSet($key, 'alter');
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_007.phpt9 function offsetSet ($k, $v) { $this->s[$k] = $v; }
H A Dlist_reference_006.phpt8 function offsetSet ($k, $v) { $this->s[$k] = $v; }
/PHP-7.4/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
H A Dcreate_path_error.phpt82 Error: Phar::offsetSet() expects parameter 1 to be a valid path, string given===DONE===

Completed in 29 milliseconds

1234