Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58639 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26068 invoked from network); 6 Mar 2012 03:44:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 03:44:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-tul01m020-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:38630] helo=mail-tul01m020-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/C4-34145-B18855F4 for ; Mon, 05 Mar 2012 22:44:28 -0500 Received: by obbwd1 with SMTP id wd1so5777133obb.29 for ; Mon, 05 Mar 2012 19:44:25 -0800 (PST) Received-SPF: pass (google.com: domain of adamjonr@gmail.com designates 10.60.12.230 as permitted sender) client-ip=10.60.12.230; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adamjonr@gmail.com designates 10.60.12.230 as permitted sender) smtp.mail=adamjonr@gmail.com; dkim=pass header.i=adamjonr@gmail.com Received: from mr.google.com ([10.60.12.230]) by 10.60.12.230 with SMTP id b6mr7093291oec.54.1331005465219 (num_hops = 1); Mon, 05 Mar 2012 19:44:25 -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=AsYV6l2QvPVXuw54Ho7iZLSzCLelZIPBRrALxiB7el4=; b=UbwVAg9H2fXnCQrcSXCzDtFEFDZ2Op6AUHR8EsRW7HudEjjVfQaz5ih0wUBYpdQO/U zzn7ySILIMJ4DRgoMD5X8lKvYaPD0wL7L5+6s+P1PUaTdSuaVRlewpv+jOJi+caGiwpN nfKC5nzuuo5tZuBb9coL3IYeGWvoeyAvoaqyHstwxBCXaLoT08Fzap12s25ykeqvssBo huRXDDXj9rffxQw2cut4X2mon492oXnLMUBvMlNRi/bIbyLbCQw6SGsgPij+gF0w0zAV 0cJUR618uWKq495ZvSvxLFWY0k2nlf6Rp/y5pMPAPPLA/OZ5VO7Twcw5glq0hIxqjI+n 13AA== MIME-Version: 1.0 Received: by 10.60.12.230 with SMTP id b6mr6277456oec.54.1331005465093; Mon, 05 Mar 2012 19:44:25 -0800 (PST) Received: by 10.182.19.104 with HTTP; Mon, 5 Mar 2012 19:44:24 -0800 (PST) In-Reply-To: References: <4F54C488.6050209@lsces.co.uk> Date: Mon, 5 Mar 2012 22:44:24 -0500 Message-ID: To: Kris Craig Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8ff1ce26f0e5e204ba8adb68 Subject: Re: [PHP-DEV] ' 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 is such a burden that we have to deal with all the above annoyances > 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 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 (