Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67582 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31663 invoked from network); 28 May 2013 09:34:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2013 09:34:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=amaury.bouchard@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=amaury.bouchard@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.54 as permitted sender) X-PHP-List-Original-Sender: amaury.bouchard@gmail.com X-Host-Fingerprint: 209.85.216.54 mail-qa0-f54.google.com Received: from [209.85.216.54] ([209.85.216.54:63057] helo=mail-qa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/ED-44058-F3A74A15 for ; Tue, 28 May 2013 05:34:56 -0400 Received: by mail-qa0-f54.google.com with SMTP id hu16so1380129qab.13 for ; Tue, 28 May 2013 02:34:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=LSPHvWQ2X1e65DZZhYJBDw7MqzSMmtu0ojltB3rvkfU=; b=MFWpblDD4a/hkwvU6FQIS0JxD2yx6P43PYNkQAdnC/ga0oPdmHZujVT0lG5ZabNK2a 2hEe382ZDqixzx3v8XcXBwUUInUNYM70UKsSdRuF9bDpwatyA7B/ISyTSm8lo5kArX3e NsKAycZPRpCdn0hpk1El4Ti/Xl93ZAmEgQ38IAXY3VpIli2u7VUUx++814zknJA5x5O2 wtV0JEIdNQduu+tJzp5F/ntiPujrmwmeDmSoscBi/SPC0vTaO+jufeheyV+BNfFVl6Og G6EWowPCZXHobMGEWCG0vL2xgWElxMRbjO6gNkWv6MSVLg9q/FtHDeuE1NLm3VDumnC5 mH6g== X-Received: by 10.49.85.131 with SMTP id h3mr35885880qez.42.1369733692610; Tue, 28 May 2013 02:34:52 -0700 (PDT) MIME-Version: 1.0 Sender: amaury.bouchard@gmail.com Received: by 10.49.49.133 with HTTP; Tue, 28 May 2013 02:34:31 -0700 (PDT) In-Reply-To: References: <06F1F2BA-A054-4B62-AD06-90B621995ADD@strojny.net> <51A474F0.4040408@php.net> Date: Tue, 28 May 2013 11:34:31 +0200 X-Google-Sender-Auth: STw-v1aw3U_Qqs_QNmC6lC2SPjo Message-ID: To: Sebastian Krebs Cc: Maciek Sokolewicz , Lars Strojny , Ferenc Kovacs , PHP Internals Content-Type: multipart/alternative; boundary=047d7bd7566a2f5f7504ddc3fa52 Subject: Re: [PHP-DEV] supporting the final keyword for properties From: amaury@amaury.net (Amaury Bouchard) --047d7bd7566a2f5f7504ddc3fa52 Content-Type: text/plain; charset=ISO-8859-1 2013/5/28 Sebastian Krebs > print($$b); >> > > print(constant($b)); > It's definitely different. In your example you have to know that you are manipulating constants only. --047d7bd7566a2f5f7504ddc3fa52--