Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30308 invoked from network); 3 Feb 2014 20:40:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 20:40:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=chobieee@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chobieee@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: chobieee@gmail.com X-Host-Fingerprint: 209.85.192.180 mail-pd0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:55444] helo=mail-pd0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/B1-35654-DAEFFE25 for ; Mon, 03 Feb 2014 15:40:14 -0500 Received: by mail-pd0-f180.google.com with SMTP id x10so7339561pdj.11 for ; Mon, 03 Feb 2014 12:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hwvGjAEPEMK3xHQ6piho8Jwx+7pLDjSvTiDGBRpFo1I=; b=LOxT8UgmAXLNvPUsTtFjLQoCjNyFKr+WYPj5c4OmllHiijoxJ0Jm9HAZPDrtuLw6EE CaXB7ngDq7FwyDA1RYjAQsQwDODqLry14IdhZFV9GkO3OBi9vUhPwMXCIcFfnUpJ8sr4 Ok3gHk8FebreN5QzFHcP/LBgt0Q+PRZKq/uUXRz7iPHqj1tC2vT7qvLAmCDAP1vlEIS6 RSLbnTBK7x9StApLFwhUgI13543LLdu6QULHnIekzTK9u3hNWw8BKDlrfprf+G/ZjP66 CtjHoReVr60dLIZB3bz3JT/DHz5pY332nEyEZbv0F6kAIY622D3NAwu/qgSNcdM5W7ZE L12Q== MIME-Version: 1.0 X-Received: by 10.66.138.40 with SMTP id qn8mr5299841pab.154.1391460011037; Mon, 03 Feb 2014 12:40:11 -0800 (PST) Received: by 10.68.204.198 with HTTP; Mon, 3 Feb 2014 12:40:10 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 05:40:10 +0900 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] [VOTE] __debugInfo() From: chobieee@gmail.com (chobie) 2014-02-04 Sara Golemon : > Voting is now open with options which PHP version to release with and > how to name it (since some seem to prefer the more compact __debug()) > > https://wiki.php.net/rfc/debug-info > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > great! I've sometimes thought if I could hide unwanted property in user defined class. btw, how can I make an array which has visibility prefixed key (like \0*\0b) easily? i don't mind current one. but I guess almost php users doesn't know that.