Home
last modified time | relevance | path

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

12345

/PHP-8.3/Zend/tests/
H A Dobjects_032.phpt13 public function offsetSet($n, $v): void {
H A Dbug75420.10.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.12.phpt8 public function offsetSet($x, $y): void { }
H A Dbug54367.phpt7 public function offsetSet($offset, $value): void { }
H A DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value): void {
H A Dtemporary_cleaning_013.phpt56 function offsetSet($x, $y): void {}
69 function offsetSet($x, $y): void {}
130 function offsetSet($x, $y): void {}
140 function offsetSet($x, $y): void {}
166 function offsetSet($x, $y): void {}
192 function offsetSet($x, $y): void {}
231 function offsetSet($x, $y): void { throw new Exception; }
H A Dbug68896.phpt10 function offsetSet($offset, $value): void {
H A Dobjects_034.phpt9 public function offsetSet($n, $v): void {
H A Ddereference_005.phpt17 public function offsetSet($offset, $value): void {
H A Dbug64417.phpt7 public function offsetSet($offset, $value): void {
H A Dbug70321.phpt22 public function offsetSet($key, $val): void {
H A Dbug41209.phpt25 public function offsetSet($id, $value): void {}
/PHP-8.3/Zend/
H A Dzend_interfaces.stub.php43 public function offsetSet(mixed $offset, mixed $value): void; function
/PHP-8.3/ext/spl/
H A Dspl_fixedarray_arginfo.h69 ZEND_METHOD(SplFixedArray, offsetSet);
87 ZEND_ME(SplFixedArray, offsetSet, arginfo_class_SplFixedArray_offsetSet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php80 public function offsetSet($index, mixed $value): void {} function in SplDoublyLinkedList
H A Dspl_array_arginfo.h160 ZEND_METHOD(ArrayObject, offsetSet);
197 ZEND_ME(ArrayObject, offsetSet, arginfo_class_ArrayObject_offsetSet, ZEND_ACC_PUBLIC)
227 …ZEND_MALIAS(ArrayObject, offsetSet, offsetSet, arginfo_class_ArrayIterator_offsetSet, ZEND_ACC_PUB…
/PHP-8.3/tests/classes/
H A Darray_access_006.phpt21 function offsetSet($index, $value): void {
H A Darray_access_007.phpt21 function offsetSet($index, $value): void {
H A Darray_access_012.phpt11 public function offsetSet($index, $value): void {
/PHP-8.3/ext/spl/tests/
H A Dbug42654_2.phpt14 $iterator->offsetSet($key, 'alter');
H A Darray_010.phpt34 echo "===offsetSet===\n";
100 ===offsetSet===
/PHP-8.3/Zend/tests/enum/
H A DoffsetGet-in-const-expr.phpt14 public function offsetSet($key, $value): void {}
/PHP-8.3/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt13 function offsetSet($index, $newval): void {
/PHP-8.3/Zend/tests/anon/
H A D004.phpt16 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }
/PHP-8.3/ext/opcache/tests/
H A Dbug77275.phpt13 public function offsetSet($offset, $value): void { throw new \Exception; }

Completed in 28 milliseconds

12345