Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12205 invoked by uid 1010); 13 Jul 2004 01:54:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12181 invoked by uid 1007); 13 Jul 2004 01:54:16 -0000 Message-ID: <20040713015416.12180.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 12 Jul 2004 21:53:51 -0400 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 130.58.81.153 Subject: alternative syntax for do...while From: contact_marcos@yahoo.es (Marc Richards) 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