Searched refs:setSize (Results 1 – 19 of 19) 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 SplFixedArray::setSize() with an array parameter8 $fixed_array->setSize(array());12 Warning: SplFixedArray::setSize() expects parameter 1 to be long, array given in %s on line %d
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 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);
14 $array->setSize(4);
13 $array->setSize(2);
13 $array->setSize(3);
7 $ar->setSize((PHP_INT_SIZE==8)?0x2000000000000001:0x40000001);
35 var_dump($a->setSize(10));
22 $a->setSize(10);
22 $b->setSize(-5);
46 $a->setSize(10);
794 SPL_METHOD(SplFixedArray, setSize) in SPL_METHOD() argument1126 SPL_ME(SplFixedArray, setSize, arginfo_fixedarray_setSize, ZEND_ACC_PUBLIC)
3108 . Fixed bug #54970 (SplFixedArray::setSize() isn't resizing). (Felipe)
Completed in 37 milliseconds