Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67585 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39813 invoked from network); 28 May 2013 10:59:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2013 10:59:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.169 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 74.125.82.169 mail-we0-f169.google.com Received: from [74.125.82.169] ([74.125.82.169:34642] helo=mail-we0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/3F-44058-32E84A15 for ; Tue, 28 May 2013 06:59:47 -0400 Received: by mail-we0-f169.google.com with SMTP id q55so5277652wes.14 for ; Tue, 28 May 2013 03:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=8xxhX8Ms6+dVntY6YGWN70zlOSUeuMOiwThtNJW7cDA=; b=r283TNDyGjthS5OZYCY2VYyZ6x8UYrqmQSkctLoOf7YvVpZns2WZ/dkn/Vn/IyJz2y 2ui4MMCqtvQhk1QYUv3uD7bOGqlbBWbaih6fAmZbwy/hQC6ExXQLPjMXQX/pHXysaPrs GShhpgUZbVS3qf8xIkP3U/xGeHHaQCizDIDcaF+IZy1AHmIwGlM6NUaZsGyDsfWXVpHw wRra1kJduVMVSjPSlQUgNuSGGCo51fMpLXbABRPwut9Q7z5gawJfBrfv5eO7NzX336Wy qwEz9FuQfVh5KaOF6zBCKE4ueZGzh9OEbf6RXp0SdXHxnVkj5hEojf3eWgg2p5d5mC5G tY3g== X-Received: by 10.194.83.5 with SMTP id m5mr10033549wjy.20.1369738784290; Tue, 28 May 2013 03:59:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.116.7 with HTTP; Tue, 28 May 2013 03:59:24 -0700 (PDT) In-Reply-To: References: <06F1F2BA-A054-4B62-AD06-90B621995ADD@strojny.net> <51A474F0.4040408@php.net> Date: Tue, 28 May 2013 12:59:24 +0200 Message-ID: To: Amaury Bouchard Cc: Maciek Sokolewicz , Lars Strojny , Ferenc Kovacs , PHP Internals Content-Type: multipart/alternative; boundary=047d7b5d8bd5ac3c8204ddc529b0 Subject: Re: [PHP-DEV] supporting the final keyword for properties From: krebs.seb@gmail.com (Sebastian Krebs) --047d7b5d8bd5ac3c8204ddc529b0 Content-Type: text/plain; charset=ISO-8859-1 2013/5/28 Amaury Bouchard > 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. > > And in your example you have to know, that you are "manipulating" a variable :? -- github.com/KingCrunch --047d7b5d8bd5ac3c8204ddc529b0--