Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53468 invoked from network); 1 Jun 2008 18:13:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 18:13:22 -0000 Authentication-Results: pb1.pair.com header.from=mike@rile.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mike@rile.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rile.ca from 68.142.225.207 cause and error) X-PHP-List-Original-Sender: mike@rile.ca X-Host-Fingerprint: 68.142.225.207 smtp109.rog.mail.re2.yahoo.com Received: from [68.142.225.207] ([68.142.225.207:22276] helo=smtp109.rog.mail.re2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/33-35077-1C6E2484 for ; Sun, 01 Jun 2008 14:13:22 -0400 Received: (qmail 22061 invoked from network); 1 Jun 2008 18:13:18 -0000 Received: from unknown (HELO mrobinson) (dillydilly58@rogers.com@99.244.140.235 with login) by smtp109.rog.mail.re2.yahoo.com with SMTP; 1 Jun 2008 18:13:18 -0000 X-YMail-OSG: S0kBWO4VM1lGqTcj66GXqxeeq66XV.mis_JvHK3ku0D8tOQFuvX4D8qFvR7DV7UMsg-- X-Yahoo-Newman-Property: ymail-3 To: "'Stanislav Malyshev'" , "'PHP Internals'" References: <4842C9AF.6040803@zend.com> In-Reply-To: <4842C9AF.6040803@zend.com> Date: Sun, 1 Jun 2008 14:13:17 -0400 Message-ID: <000601c8c413$2b063930$8112ab90$@ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcjEAhh+TBxGbbN1Sg+j8AyjCHpSbQAENvBA Content-Language: en-us Subject: RE: [PHP-DEV] multiple use From: mike@rile.ca ("Michael Robinson") > From: Stanislav Malyshev wrote: > Hi! > > Attached is the patch that implements multiple elements in use > statement, like this: > > use foo::bar as baz, foo::baz as bazbaz; > > Any objections to it? A very nice addition. I have use for this. Two thumbs up. :) Best Regards Mike Robinson