1 2 3 4 5 6 7 8 9 10 11 12
--TEST-- print_r(Object) --FILE-- <?php class Foo {} $foo = new Foo; print_r($foo); ?> --EXPECTF-- Foo Object ( )