--TEST-- SplFixedArray - values should be gced after var_export then being modified --FILE-- --EXPECT-- object(SplFixedArray)#2 (1) { [0]=> object(HasDestructor)#1 (0) { } } Replacing In destructor Dumping again object(SplFixedArray)#2 (1) { [0]=> object(stdClass)#3 (0) { } } array(0) { }