Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28891 invoked from network); 6 Mar 2012 04:09:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 04:09:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:42239] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/55-34145-DDD855F4 for ; Mon, 05 Mar 2012 23:09:02 -0500 Received: by werh12 with SMTP id h12so3349165wer.29 for ; Mon, 05 Mar 2012 20:08:58 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.79.231 as permitted sender) client-ip=10.180.79.231; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.79.231 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.79.231]) by 10.180.79.231 with SMTP id m7mr6770708wix.11.1331006938523 (num_hops = 1); Mon, 05 Mar 2012 20:08:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=68AsgYkNG2xmHRa+Ca4xhDyIlSGZ4f+mC7SABZuJVn4=; b=l5GGjjThZzkY1UvSW1UbYX8y19FdYWj3mCH5sYcwhmfDhO9KEThk2Z4xwIwoT2xZrh 26l2KcC5oNCS+fhsVT8Xdu8fKW6UMe3fIMAXAQ1W1QiuZysWHu72V9FttsfTqynz0duM D+C7VDn/fGckpDeCdVsshNdiDrJdGwy39/Lh6DrByNUqdWrfK/bqqsDpYDz5E1ywa8SB pI3oR+tBgHsZt/kKPkFuowrEKsF8V8S9pdMxt4ZPkPfD4zSnkmQbpB+mjJAgFE80WMmt toBtYF9Xiimsc0/sLdOJeFBIt8HF7IX3bcBwxsP/nzmVp2Re5F6lRJToook8Swh0jF50 k7WA== MIME-Version: 1.0 Received: by 10.180.79.231 with SMTP id m7mr5361175wix.11.1331006938408; Mon, 05 Mar 2012 20:08:58 -0800 (PST) Received: by 10.223.111.78 with HTTP; Mon, 5 Mar 2012 20:08:58 -0800 (PST) In-Reply-To: References: <4F54C488.6050209@lsces.co.uk> Date: Mon, 5 Mar 2012 20:08:58 -0800 Message-ID: To: Adam Jon Richardson Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d044304ecc1e61604ba8b33cb Subject: Re: [PHP-DEV] 'wrote: > On Mon, Mar 5, 2012 at 7:03 PM, Kris Craig wrote: > >> Certainly. I don't believe this is about "inclusion" any more than >> creating a function called "ech" as an alias for "echo" would be. The > tag, as you all know, creates problems when working with XML. Furthermore, >> I've never understood the "it's easier to read" argument since I've found >> it to be exactly the opposite. The > me, makes it more difficult to "at a glance" see where the PHP code begins >> (i.e. it's smaller and more ambiguous). Also, since many hosts disable it >> by default, getting apps/frameworks that use them working can be an added >> pain. >> >> On the other hand, considering how verbose many of our function names >> are, I've never understood why the extra 3 characters (or 2 now that it's >> > instead. Like I said, other than the fraction of a second it takes to type >> "php", I really don't see any value in this. >> > > The tag echo output, so these two examples are equivalent: > > > > > > http://www.php.net/manual/en/ini.core.php#ini.short-open-tag > > Before 5.4, turning off short tags turned off the shorthand echo tag, too. > The value I referenced was regarding the echo form of the tag ( form of the tag Lester was troubleshooting. With 5.4, this will no longer > be a concern, as the echo form will always be available. > > Adam > --f46d044304ecc1e61604ba8b33cb--