--TEST-- SPL: FixedArray: setsize - populate array, then shrink --CREDITS-- PHPNW TestFest2009 - Rowan Merewood --FILE-- setSize(2); var_dump($array); ?> --EXPECTF-- object(SplFixedArray)#1 (2) { [0]=> %string|unicode%(3) "one" [1]=> %string|unicode%(3) "two" }