Hi, I have a class B that extends A. When I do print_r($object_b) it outputs all member variables from A and B. I just want to see the variables from B excluding the one that B inherits from A, how can I do that? This is just for development; I will of course need to use the variables from A to actually use the object B. Best regards, Peter Lauri -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php