Home
last modified time | relevance | path

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

12345

/php-src/Zend/tests/
H A Dbug75420.14.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.9.phpt8 public function offsetSet($x, $y): 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 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 DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value): void {
H A Dobjects_034.phpt9 public function offsetSet($n, $v): void {
H A Dbug68896.phpt10 function offsetSet($offset, $value): void {
H A Ddereference_005.phpt17 public function offsetSet($offset, $value): void {
H A Dbug64417.phpt7 public function offsetSet($offset, $value): void {
H A Dbug41209.phpt25 public function offsetSet($id, $value): void {}
/php-src/Zend/
H A Dzend_interfaces.stub.php43 public function offsetSet(mixed $offset, mixed $value): void; function
/php-src/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-src/ext/spl/
H A Dspl_fixedarray_arginfo.h68 ZEND_METHOD(SplFixedArray, offsetSet);
85 ZEND_ME(SplFixedArray, offsetSet, arginfo_class_SplFixedArray_offsetSet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php68 public function offsetSet($index, mixed $value): void {} function in SplDoublyLinkedList
/php-src/ext/spl/tests/
H A Dbug42654_2.phpt14 $iterator->offsetSet($key, 'alter');
H A Darray_010.phpt34 echo "===offsetSet===\n";
100 ===offsetSet===
/php-src/Zend/tests/enum/
H A DoffsetGet-in-const-expr.phpt14 public function offsetSet($key, $value): void {}
/php-src/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt13 function offsetSet($index, $newval): void {
/php-src/Zend/tests/anon/
H A D004.phpt16 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }
/php-src/ext/opcache/tests/
H A Dbug77275.phpt13 public function offsetSet($offset, $value): void { throw new \Exception; }
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc95 public function offsetSet($offset, $value): void {
117 public function offsetSet($offset, $value): void {

Completed in 20 milliseconds

12345