Home
last modified time | relevance | path

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

/PHP-7.4/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_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_021.phpt22 $b->setSize(-5);
H A Dfixedarray_002.phpt49 $a->setSize(10);
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c731 SPL_METHOD(SplFixedArray, setSize) in SPL_METHOD() argument
1051 SPL_ME(SplFixedArray, setSize, arginfo_fixedarray_setSize, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A DNEWS126 . Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).

Completed in 23 milliseconds