Home
last modified time | relevance | path

Searched refs:offsetSet (Results 1 – 25 of 110) sorted by last modified time

12345

/php-src/ext/spl/
H A Dspl_observer.stub.php94 public function offsetSet($object, mixed $info = null): void {} function in SplObjectStorage
H A Dspl_fixedarray.c834 PHP_METHOD(SplFixedArray, offsetSet) in PHP_METHOD() argument
H A Dspl_fixedarray.stub.php47 public function offsetSet($index, mixed $value): void {} function in SplFixedArray
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.c709 PHP_METHOD(SplDoublyLinkedList, offsetSet) in PHP_METHOD() argument
H A Dspl_array.c676 PHP_METHOD(ArrayObject, offsetSet) in PHP_METHOD() argument
H A Dspl_array_arginfo.h159 ZEND_METHOD(ArrayObject, offsetSet);
195 ZEND_ME(ArrayObject, offsetSet, arginfo_class_ArrayObject_offsetSet, ZEND_ACC_PUBLIC)
H A Dspl_dllist_arginfo.h100 ZEND_METHOD(SplDoublyLinkedList, offsetSet);
128 …ZEND_ME(SplDoublyLinkedList, offsetSet, arginfo_class_SplDoublyLinkedList_offsetSet, ZEND_ACC_PUBL…
H A Dspl_iterators_arginfo.h370 ZEND_METHOD(CachingIterator, offsetSet);
527 ZEND_ME(CachingIterator, offsetSet, arginfo_class_CachingIterator_offsetSet, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2490 PHP_METHOD(CachingIterator, offsetSet) in PHP_METHOD() argument
H A Dspl_dllist.stub.php68 public function offsetSet($index, mixed $value): void {} function in SplDoublyLinkedList
/php-src/Zend/tests/
H A Dbug70321.phpt22 public function offsetSet($key, $val): void {
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt67 TypeError: SplObjectStorage::offsetSet(): Argument #1 ($object) must be of type object, string given
/php-src/ext/phar/
H A Dphar_object.stub.php181 public function offsetSet($localName, $value): void {} function in Phar
442 public function offsetSet($localName, $value): void {} function in PharData
H A Dphar_object_arginfo.h423 ZEND_METHOD(Phar, offsetSet);
500 ZEND_ME(Phar, offsetSet, arginfo_class_Phar_offsetSet, ZEND_ACC_PUBLIC)
H A Dphar_object.c3716 PHP_METHOD(Phar, offsetSet) in PHP_METHOD() argument
/php-src/Zend/
H A Dzend_weakrefs.c707 ZEND_METHOD(WeakMap, offsetSet) in ZEND_METHOD() argument
H A Dzend_weakrefs_arginfo.h41 ZEND_METHOD(WeakMap, offsetSet);
56 ZEND_ME(WeakMap, offsetSet, arginfo_class_WeakMap_offsetSet, ZEND_ACC_PUBLIC)
/php-src/Zend/tests/offsets/
H A DArrayAccess_container_offset_behaviour.phpt14 string(12) "CLASS_NAME::offsetSet"
24 string(12) "CLASS_NAME::offsetSet"
H A Dtest_offset_helpers.inc95 public function offsetSet($offset, $value): void {
117 public function offsetSet($offset, $value): void {
H A Dinternal_handlers_extended.phpt13 public function offsetSet($offset, $value): void {
H A Dappending_containers.phpt62 string(12) "A::offsetSet"
68 string(12) "B::offsetSet"
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_004.phpt12 function offsetSet($x, $y): void {
13 echo "offsetSet($x, $y)\n";
25 offsetSet(, 1)
/php-src/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt2 SplFixedArray::setSize in offsetSet destructor (#81429)
6 $values->offsetSet(0, new HasDestructor());
7 $values->offsetSet(0, false);
21 $values->offsetSet(4, new HasDestructor());
H A Dfixedarray_002.phpt17 public function offsetSet($n, $v): void {
18 echo "A::offsetSet\n";
19 parent::offsetSet($n, $v);
71 A::offsetSet
77 A::offsetSet
78 A::offsetSet
79 A::offsetSet
80 A::offsetSet
81 A::offsetSet

Completed in 79 milliseconds

12345