Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 21 of 21) sorted by relevance

/PHP-8.2/ext/spl/tests/
H A Dfixedarray_010.phpt11 $a->setSize(2);
12 $a->setSize(3);
13 $a->setSize(0);
16 $a->setSize(0);
20 $a->setSize(10);
24 $a->setSize(5);
28 $a->setSize(3);
38 $a->setSize(0);
H A Dbug80663.phpt2 Bug #80663 (Recursive SplFixedArray::setSize() may cause double-free)
7 $GLOBALS['obj']->setSize(0);
13 $obj->setSize(0);
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);
12 Deprecated: SplFixedArray::setSize(): Passing null to parameter #1 ($size) of type int is deprecate…
H A Dbug54970.phpt2 Bug #54970 (SplFixedArray::setSize() isn't resizing)
9 $fa->setSize(3);
12 $fa->setSize(2);
H A Dbug64264.phpt12 $myFixedArr->setSize(2);
14 $myFixedArr->setSize(5);
20 $myFixedArr->setSize(2);
H A DSplFixedArray_setSize_destruct.phpt2 SplFixedArray::setSize in offsetSet destructor (#81429)
14 $values->setSize($values->getSize() - 1);
20 $values->setSize(5);
H A DSplFixedArray_change_size_during_iteration.phpt12 $splFixedArray->setSize(2);
21 $splFixedArray->setSize(2);
30 $splFixedArray->setSize(2);
H A DSplFixedArray_setsize_grow.phpt2 SplFixedArray::setSize() grow
15 $array->setSize(4);
H A Dbug81992b.phpt2 Bug #81992 (SplFixedArray::setSize() causes use-after-free) - setSize variation
13 $this->obj->setSize($this->desiredSize);
33 $obj->setSize(2);
H A Dbug81992.phpt2 Bug #81992 (SplFixedArray::setSize() causes use-after-free)
27 $obj->setSize(2);
H A Dfixedarray_021.phpt22 $b->setSize(-5);
67 SplFixedArray::setSize(): Argument #1 ($size) must be greater than or equal to 0
H A DSplFixedArray_setsize_shrink.phpt14 $array->setSize(4);
H A DSplFixedArray_setSize_filled_to_smaller.phpt13 $array->setSize(2);
H A DSplFixedArray_setSize_reduce.phpt13 $array->setSize(3);
H A DSplFixedArray_setsize_001.phpt13 $array->setSize(2);
H A Dbug67247.phpt7 $ar->setSize((PHP_INT_SIZE==8)?0x2000000000000001:0x40000001);
H A Dfixedarray_001.phpt22 $a->setSize(10);
H A Dfixedarray_002.phpt49 $a->setSize(10);
/PHP-8.2/ext/spl/
H A Dspl_fixedarray.stub.php29 public function setSize(int $size) {} // TODO make return type void function in SplFixedArray
H A Dspl_fixedarray_arginfo.h66 ZEND_METHOD(SplFixedArray, setSize);
84 ZEND_ME(SplFixedArray, setSize, arginfo_class_SplFixedArray_setSize, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c780 PHP_METHOD(SplFixedArray, setSize) in PHP_METHOD() argument

Completed in 28 milliseconds