Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4946 invoked by uid 1010); 11 Dec 2003 00:27:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4891 invoked from network); 11 Dec 2003 00:27:54 -0000 Received: from unknown (HELO alanathome.ossc.com.hk) (202.81.246.113) by pb1.pair.com with SMTP; 11 Dec 2003 00:27:54 -0000 Received: from [192.168.0.40] (helo=akbkhome.com ident=alan) by alanathome.ossc.com.hk with esmtp (Exim 4.24) id 1AUEkU-0005wP-Ub; Thu, 11 Dec 2003 08:32:10 +0800 Message-ID: <3FD7BA7D.2050401@akbkhome.com> Date: Thu, 11 Dec 2003 08:29:49 +0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030909 X-Accept-Language: en-us, en MIME-Version: 1.0 To: netcat CC: jason davidson , internals@lists.php.net References: <3FD67054.2030000@zworg.com> <1071041926.2830.16.camel@c15.localdomain> In-Reply-To: <1071041926.2830.16.camel@c15.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] With End With From: alan@akbkhome.com (Alan Knowles) This has been discussed before on the mailing list, (either this or ZE2) and rejected. - have a look through the archives Regards Alan netcat wrote: > On Wed, 2003-12-10 at 03:01, jason davidson wrote: > >>Ive seen the Control Flow constuct With ...End With used in VB (yup, >>VB.. :)) although im not a fan of VB, i liked the feature, is there any >>consideration to this kind of construct for php. >>here the only example if it i could find online for anyone that hasnt >>seen it before. >>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconusingwith.asp >>Aside from being VB, is there anything wrong with it. >>