--TEST-- SPL: Countable::count() with wrong return types and exception. --FILE-- getMessage(); } ?> --EXPECTF-- Count returns null: int(0) Count returns a string: int(0) Count returns an object: Notice: Object of class returnObject could not be converted to int in %s on line 40 int(1) Count returns an array: int(1) Count throws an exception: Thrown from count