Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78941 invoked from network); 27 Jul 2011 17:15:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2011 17:15:44 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.213.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:33719] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/10-12166-FB7403E4 for ; Wed, 27 Jul 2011 13:15:43 -0400 Received: by yxk8 with SMTP id 8so1014258yxk.29 for ; Wed, 27 Jul 2011 10:15:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.26.164 with SMTP id m4mr132407pbg.46.1311786939623; Wed, 27 Jul 2011 10:15:39 -0700 (PDT) Received: by 10.68.59.105 with HTTP; Wed, 27 Jul 2011 10:15:39 -0700 (PDT) Date: Wed, 27 Jul 2011 13:15:39 -0400 Message-ID: To: Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Test::{'method'}(); syntax From: pierrick@webstart.fr (Pierrick Charron) Hi, I created a patch for the bug #55247 [1] to add the Test::{'method'}(); syntax. I think it make sense to add this in 5.4+ to be consistent since we have the same syntax for non static call. If someone with Zend karma can review/commit it. [1] https://bugs.php.net/bug.php?id=55247 Thanks Pierrick