Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18682 invoked by uid 1010); 13 Jul 2004 15:34:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18588 invoked by uid 1007); 13 Jul 2004 15:34:59 -0000 Message-ID: <20040713153459.18587.qmail@pb1.pair.com> To: internals@lists.php.net Date: Tue, 13 Jul 2004 11:34:33 -0400 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040713015416.12180.qmail@pb1.pair.com> <20040713121212.56886.qmail@pb1.pair.com> In-Reply-To: <20040713121212.56886.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 130.58.81.153 Subject: Re: alternative syntax for do...while From: contact_marcos@yahoo.es (Marc Richards) Red Wingate wrote: > Marc Richards wrote: > > >>I guess this is too late for 5.0, and I feel like there is bound to be >>opposition, but this has been bugging me for a while, so I figured I >>would ask. >> >>I use the alternative syntax for control structures almost exclusively >>within my HTML code but I have to revert to braces for do...while. Why >>can't we do this? >> >> >> >> >> >> >> >> >> >> >> >> >>It is a little cumbersome, but at least I can keep my syntax consistent. >> Are there parser related problems? >> >> >>Marc > > > > > > > > > > > is much shorter, ain't it ? It is, and that is what I currently do, but Is generally less readable (especially in a large page) than: And I was looking for some consistency...not necessarily brevity. Marc