Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21130 invoked by uid 1010); 29 Aug 2005 19:14:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21115 invoked from network); 29 Aug 2005 19:14:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2005 19:14:49 -0000 X-Host-Fingerprint: 62.77.203.4 b.relay.invitel.net Received: from ([62.77.203.4:50485] helo=b.relay.invitel.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E1/54-15098-9AE53134 for ; Mon, 29 Aug 2005 15:14:49 -0400 Received: from mail.invitel.hu (mail.vnet.hu [213.163.59.4]) by b.relay.invitel.net (Invitel Core SMTP Transmitter) with ESMTP id C06E638BA7 for ; Mon, 29 Aug 2005 21:11:20 +0200 (CEST) Received: from [10.0.0.1] ([213.163.9.225]) by mail.invitel.hu (Invitel Messaging Server) with ESMTPA id <0IM000KRU02GG310@invitel.hu> for internals@lists.php.net; Mon, 29 Aug 2005 21:13:28 +0200 (CEST) Date: Mon, 29 Aug 2005 21:14:04 +0200 In-reply-to: To: George Schlossnagle Cc: PHP Developers Mailing List Message-ID: <43135E7C.7050404@hojtsy.hu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en References: <43135638.4050100@hojtsy.hu> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727) Subject: Re: [PHP-DEV] omitting T_CLOSE_TAG From: gabor@hojtsy.hu (Gabor Hojtsy) George Schlossnagle wrote: >> >> Also if you have any positive notes on not using the closing tag (or any >> negative thereof :), please do let me know. > > Benefit: No unintentional leakage of whitespace (following a closing ? >). Well, the intention of the basic syntax manual page is to point this exact advantage out, but it is probably badly worded :) Goba