Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43339 invoked from network); 30 Aug 2014 17:44:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2014 17:44:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:44892] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/30-39256-97D02045 for ; Sat, 30 Aug 2014 13:44:25 -0400 Received: by mail-wg0-f47.google.com with SMTP id z12so3528808wgg.30 for ; Sat, 30 Aug 2014 10:44:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=uO9JUorC3rYshm5bt+JwiCvMYD96Fh92wrc4xxu1/rA=; b=VtqJSeRJ/Ykg7JCYv8SuW2m51KLdsstL70xQbdm0DzpjY8eHMWmc9BCwTWniAFjTpw XUXUS0FseUJhwqjGmU2nxk2ozzsx3OyBoVhYSXHnPsBjJXeBfvRiZMwTSznyXg5FREXn uv1QbyOHKb2jW9JlMqYBjH60LkUck+2y0wXeLRQAdLoJoeOGBIwGOLwmCNiPkEpixPRL hrUgog84YwkkERYOV//7zNUnDF21ncGuTXUXjGNaTRMDV9UTvQRrh+yPJO4ho3rkUve5 x+D28MeAi3+d/HH/mIO+EGtKIOq/LjrMQCclRY8qE+Sjm1+r21cgbp9nn5Y6y1oo3CxT wFIA== X-Received: by 10.180.211.71 with SMTP id na7mr11062223wic.14.1409420661344; Sat, 30 Aug 2014 10:44:21 -0700 (PDT) Received: from [192.168.1.115] (mnch-5d8771fe.pool.mediaWays.net. [93.135.113.254]) by mx.google.com with ESMTPSA id h3sm8502863wjz.24.2014.08.30.10.44.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Aug 2014 10:44:20 -0700 (PDT) Message-ID: <54020D72.3000403@googlemail.com> Date: Sat, 30 Aug 2014 19:44:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Tjerk Meesters , PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Loosening heredoc/nowdoc scanner From: cryptocompress@googlemail.com (Crypto Compress) Hi, Manual: "Also, the identifier must follow the same naming rules as any other label in PHP: it must contain only alphanumeric characters and underscores, and must start with a non-digit character or underscore." RFC: "Ends a quotation when the closing identifier is followed by a newline or any of these characters: space, tab, period (concat), comma, semicolon, closing parentheses, closing square bracket (arrays) and null byte (end of file)." Is "Loosened restrictions" listing equal !(alphanumeric characters and underscores) as described in manual for "label"? cryptocompress