Searched refs:setSize (Results 1 – 22 of 22) sorted by relevance
11 $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);
2 Bug #80663 (Recursive SplFixedArray::setSize() may cause double-free)7 $GLOBALS['obj']->setSize(0);13 $obj->setSize(0);
2 Bug #54970 (SplFixedArray::setSize() isn't resizing)9 $fa->setSize(3);12 $fa->setSize(2);
12 $myFixedArr->setSize(2);14 $myFixedArr->setSize(5);20 $myFixedArr->setSize(2);
2 SplFixedArray::setSize in offsetSet destructor (#81429)14 $values->setSize($values->getSize() - 1);19 $values->setSize(5);
2 SPL: FixedArray: Testing setSize() with NULL8 $a->setSize(NULL);
2 SplFixedArray::setSize() with a null parameter8 $fixed_array->setSize(null);
2 SplFixedArray::setSize() with a float param8 $fixed_array->setSize(3.14159);
2 SplFixedArray::setSize() grow15 $array->setSize(4);
12 $splFixedArray->setSize(2);21 $splFixedArray->setSize(2);30 $splFixedArray->setSize(2);
14 $array->setSize(4);
22 $b->setSize(-5);67 SplFixedArray::setSize(): Argument #1 ($size) must be greater than or equal to 0
13 $array->setSize(2);
13 $array->setSize(3);
7 $ar->setSize((PHP_INT_SIZE==8)?0x2000000000000001:0x40000001);
22 $a->setSize(10);
49 $a->setSize(10);
49 ZEND_METHOD(SplFixedArray, setSize);64 ZEND_ME(SplFixedArray, setSize, arginfo_class_SplFixedArray_setSize, ZEND_ACC_PUBLIC)
25 public function setSize(int $size) {} function in SplFixedArray
700 PHP_METHOD(SplFixedArray, setSize) in PHP_METHOD() argument
602 . Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
Completed in 20 milliseconds