--TEST-- SPL: FixedArray: Setting size --FILE-- setSize(2); $a->setSize(3); $a->setSize(0); print "ok\n"; ?> --EXPECT-- ok