--TEST-- Test sizeof() function : objects - object with Countable interface --SKIPIF-- --FILE-- --EXPECT-- *** Testing sizeof() with object functionality *** -- Testing sizeof() with an object which implements Countable interface -- -- Testing sizeof() in default mode -- int(3) -- Testing sizeof() in COUNT_NORMAL mode -- int(3) -- Testing sizeof() in COUNT_RECURSIVE mode -- int(3) Done