--TEST-- Check removing an item from an array when the offset is not an integer. --CREDITS-- PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com ) --FILE-- offsetUnset("4"); var_dump($fixedArray); ?> --EXPECTF-- object(SplFixedArray)#1 (5) { [0]=> string(14) "PHPNW Testfest" [1]=> string(14) "PHPNW Testfest" [2]=> string(14) "PHPNW Testfest" [3]=> string(14) "PHPNW Testfest" [4]=> NULL }