Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71397 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92098 invoked from network); 22 Jan 2014 06:28:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2014 06:28:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:38478] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/51-17975-3256FD25 for ; Wed, 22 Jan 2014 01:28:52 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so7470000lab.9 for ; Tue, 21 Jan 2014 22:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=6TLx79tk6WuGx29MPvXmGYanY1DBRz3teorXk7E4i4o=; b=TpCZPCqz4e5Mg5VgxVzYgPnxzv8GSRk0c9ivar/+K+wJKuuAitpayn95yx+oL4lex8 rJFqDVmtBi+ZdvRlwChwaCbjWiy8EbzyezfFd7PVYroCMrjmYNWtLpoRoYXt6P1OAhAb 5MZLHpqL/W2Sy8ZKN2mLco8+7eCX2VZiw076NLmvrLEgdP7CYozLYr57rZLv+vR/y+OY nEIrrAcmvkc81sRNHrsyZT+DLe9YgZZx69IG0EZm7FSj+Qsr8TaCn0glJ6b2LZu8cNBM kNdYqrcw/R1dPdVJBcd+Lh+hy5+IuzNMG+0C18ZvOmZlJRpNTATbNl/4mKUMh8zfKZ28 +lfA== X-Received: by 10.152.42.230 with SMTP id r6mr19549084lal.18.1390372128385; Tue, 21 Jan 2014 22:28:48 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Tue, 21 Jan 2014 22:28:08 -0800 (PST) In-Reply-To: <2D2D996C-9455-4DD1-9669-90AFAF591E32@strojny.net> References: <2D2D996C-9455-4DD1-9669-90AFAF591E32@strojny.net> Date: Wed, 22 Jan 2014 15:28:08 +0900 X-Google-Sender-Auth: K191k4U_6p_uiogDGJo09AfnZcw Message-ID: To: Lars Strojny Cc: Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=001a11c36780d16e5004f0893c93 Subject: Re: [PHP-DEV] [RFC] __debug_info() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c36780d16e5004f0893c93 Content-Type: text/plain; charset=UTF-8 Hi all, Sorry for off topic. On Wed, Jan 22, 2014 at 6:37 AM, Lars Strojny wrote: > Love it, two things: the var_dump() properties will be replaced (not > merged) with the "real" properties in the object (I am asking as that would > make it very very cool for stuff like doctrine, where lazy loaded entities > are way too large to dump)? As for the name, I would prefer __debugInfo() > as in __callStatic(). I know there is __set_state() but that's something > that needs deprecation and fixing :) Could anyone add __setState() for 5.6? Thank you. BTW, I like the RFC. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c36780d16e5004f0893c93--