Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67022 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73659 invoked from network); 10 Apr 2013 09:04:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2013 09:04:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=frank.liepert@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=Frank.Liepert@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: frank.liepert@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:51459] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/71-59188-30B25615 for ; Wed, 10 Apr 2013 05:04:04 -0400 Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MEHXK-1UNcwR0sgq-00FPPW for ; Wed, 10 Apr 2013 11:03:59 +0200 Received: (qmail invoked by alias); 10 Apr 2013 09:03:59 -0000 Received: from p549B3220.dip.t-dialin.net (EHLO FrankPC) [84.155.50.32] by mail.gmx.net (mp029) with SMTP; 10 Apr 2013 11:03:59 +0200 X-Authenticated: #18131098 X-Provags-ID: V01U2FsdGVkX1+hWXY2KtKh/V/um5vmcy2YQn2GE/bgqJRAqMuQYR V0+A2HjEABwP3Y To: Date: Wed, 10 Apr 2013 11:03:58 +0200 Message-ID: <000301ce35ca$56e99e60$04bcdb20$@Liepert@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac41ylYwiXyL3YGgQ/qzWeAcql2foQ== Content-Language: de X-Y-GMX-Trusted: 0 Subject: [RFC] Class instances counter From: Frank.Liepert@gmx.de ("Frank Liepert") Hello internals, again an update on the RFC, see https://wiki.php.net/rfc/instance_counter: - added support for object as argument - added support for array argument (indexed array with class names) - added more code examples