Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50493 invoked from network); 12 Oct 2014 22:26:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2014 22:26:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=ykomotir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ykomotir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.177 as permitted sender) X-PHP-List-Original-Sender: ykomotir@gmail.com X-Host-Fingerprint: 209.85.213.177 mail-ig0-f177.google.com Received: from [209.85.213.177] ([209.85.213.177:35130] helo=mail-ig0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/00-49340-9FFFA345 for ; Sun, 12 Oct 2014 18:26:01 -0400 Received: by mail-ig0-f177.google.com with SMTP id a13so8521128igq.16 for ; Sun, 12 Oct 2014 15:25:58 -0700 (PDT) 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=5fmPJBhm8I+ck99cdLPv0MYi22agpXNNMNndpDN0Pv0=; b=l9dZ7bTQa5ulf2VWE9EdUuiuQjvANjagqvzmNM4W1lj4fjtSqJ+SkArh8d19vB1hWv e9T2inlPl8tpM0xvJ3sFrMs4CpRMzRirh/rP3iM+FqOGCe4jQzkpwzRx7P9zMsJ1MpZt wHLM1rkyrvTgcCz0E7iSorRsMgE8jq6xeKprx/c1tde6Moce7ThtTBKoyiq3G4piNVI1 p0yDJGYyScFzIwAQ03tVe8fSYKzsQ0AD6LQiKVG4WVGG48mmU7rqupPIaJaPLvU5hxUj ff2cQKlHXCxdce2Q0JsUr1E/iga/IkBuek4cYnWplpDQOR8+xhqCeGWp23St74nL9sqP yC+A== MIME-Version: 1.0 X-Received: by 10.43.59.80 with SMTP id wn16mr31916212icb.6.1413152758719; Sun, 12 Oct 2014 15:25:58 -0700 (PDT) Received: by 10.64.135.130 with HTTP; Sun, 12 Oct 2014 15:25:58 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Oct 2014 23:25:58 +0100 Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: ykomotir@gmail.com (Yannick Komotir) Hi Andrea, > Allowing # for comments stops you from using # in string property values. > > Though I'm not sure why you'd need to. That will be the case for any character to use for comments. Uses ; for comments will stop you from using it in values. Regards. -- Yannick K.