Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87458 invoked by uid 1010); 18 May 2004 14:42:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87404 invoked from network); 18 May 2004 14:42:56 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 18 May 2004 14:42:56 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i4IEguef000506; Tue, 18 May 2004 16:42:56 +0200 Date: Tue, 18 May 2004 16:42:56 +0200 (CEST) X-X-Sender: derick@localhost To: Sara Golemon cc: internals@lists.php.net In-Reply-To: <20040518143120.34847.qmail@pb1.pair.com> Message-ID: References: <20040518040006.36155.qmail@pb1.pair.com> <20040518143120.34847.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: protected/private access and var_dump/print_r From: derick@php.net (Derick Rethans) On Tue, 18 May 2004, Sara Golemon wrote: > The next question that brings up then is in relation to bug#27798: > > I would think that get_object_vars() should expose private/protected props > when called from within the class itself (as appropriate based on > inheretance of course). Is this assumption true? yeah, I think that's how it should work. Derick