--TEST-- SplFixedArray properties is incompatible with ArrayObject --FILE-- exchangeArray($fixedArray); } catch (InvalidArgumentException $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Overloaded object of type SplFixedArray is not compatible with ArrayObject