Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101021 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44623 invoked from network); 1 Nov 2017 21:58:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2017 21:58:16 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.180 mail-pf0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:46645] helo=mail-pf0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/FC-07742-6734AF95 for ; Wed, 01 Nov 2017 16:58:14 -0500 Received: by mail-pf0-f180.google.com with SMTP id p87so2971361pfj.3 for ; Wed, 01 Nov 2017 14:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=BHz7HgjXXaVhMH1clHVqUYe2XxMwlZmgkEOrxtpTujc=; b=vFgl/liu7lMm30pkEzH2/DRrqmQguUYP7xLB0RZ8PrR3Jyx9oEGnCHrMJjxRhQ9CX3 hlLMY/rCOBJ+sitfegY1h2kPmFOMlvkAAbBtDHlCE4QupD1VAT1bMtx7h7k8ltBQU9y8 NAyg8CuSFboDDuqXt9FITPaOM8un2HNNb0tINSKWTWMG2cQnXHr6v1sXhauY1TnQ499k Vn7EAuuYRhhhftePk5hcI/3FRnL1wpPhTNQm09Y0mbVMJajiNk0qS//DOHm1KOj2R36F Uu2rC8qKFA4u/WotH7tojgXOFWYxWdO/jfWqYDvFEFokJwH8mHvP4lnYPOH7Kqe64E8b jScA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=BHz7HgjXXaVhMH1clHVqUYe2XxMwlZmgkEOrxtpTujc=; b=jalIVMEO4AhGh19N0igJexU+5WmQJYUhENVODmDBYojwEzzi9oLjS0a3LHZ+GaLWp5 ksVdvMieceXv0afR+X7zhnTk77OxTLMjW0iUzI2P4KeyeG62j35Y3I7Cu1iUqLvAwWW8 voUi+NgSnEYNyK2qimEA1B+SIt2+D+lEJ+YCWRfcwAcSurodL1NQM0Y7kKTJ5DRvjw6E ByJ49T8TaihdXSWTZP9jDJywKUdMaEGqinYVQute8P2q6nRhRmT3AIaIDc2c+9qbga7C kPq/t8E4ho5hrXoBtHNPlAaPYLo2/rEFWe+aRzzvdZ8O8t1XBkRBMhYbZgxZxATb9fxf dAPA== X-Gm-Message-State: AMCzsaVB7sfZeJggIHh5GP3zVWOE+6+yirAla5pL0VUB9Qi8guzzUOC8 FCJKENtST5rSDaczJoTVHPPKSgY= X-Google-Smtp-Source: ABhQp+T4K2iOG8f1lCdzEwh7vwc1gg9bv89umEcRyfj7+ehE7hdKaONhGOIi6fUKlS0oq0AdKBqthw== X-Received: by 10.98.59.65 with SMTP id i62mr1306317pfa.143.1509573490959; Wed, 01 Nov 2017 14:58:10 -0700 (PDT) Received: from Stas-Pro-2016.local (c-73-71-144-171.hsd1.ca.comcast.net. [73.71.144.171]) by smtp.gmail.com with ESMTPSA id n19sm3241454pfj.52.2017.11.01.14.58.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Nov 2017 14:58:10 -0700 (PDT) To: Thomas Punt , Internals References: Message-ID: Date: Wed, 1 Nov 2017 14:58:09 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Flexible Heredoc and Nowdoc Syntaxes From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Voting has now started on the flexible heredoc and nowdoc syntaxes RFC[1]. > > > Voting will be open for 2 weeks (until November 15th). Something I am missing here. RFC is talking about removing indents from heredoc text, but the vote says "Allow for the closing marker to be indented?" and does not mention that indenting closing marker also changes how the rest of the heredoc is parsed. Is this still the case? -- Stas Malyshev smalyshev@gmail.com