Home
last modified time | relevance | path

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

/PHP-8.0/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 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);
19 $values->setSize(5);
H A Dfixedarray_011.phpt2 SPL: FixedArray: Testing setSize() with NULL
8 $a->setSize(NULL);
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);
H A DSplFixedArray_setSize_param_float.phpt2 SplFixedArray::setSize() with a float param
8 $fixed_array->setSize(3.14159);
H A DSplFixedArray_setsize_grow.phpt2 SplFixedArray::setSize() grow
15 $array->setSize(4);
H A DSplFixedArray_change_size_during_iteration.phpt12 $splFixedArray->setSize(2);
21 $splFixedArray->setSize(2);
30 $splFixedArray->setSize(2);
H A DSplFixedArray_setsize_shrink.phpt14 $array->setSize(4);
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_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.0/ext/spl/
H A Dspl_fixedarray_arginfo.h49 ZEND_METHOD(SplFixedArray, setSize);
64 ZEND_ME(SplFixedArray, setSize, arginfo_class_SplFixedArray_setSize, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.stub.php25 public function setSize(int $size) {} function in SplFixedArray
H A Dspl_fixedarray.c700 PHP_METHOD(SplFixedArray, setSize) in PHP_METHOD() argument
/PHP-8.0/
H A DNEWS602 . Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).

Completed in 30 milliseconds