Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67587 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47390 invoked from network); 28 May 2013 12:44:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2013 12:44:39 -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.128.51 as permitted sender) X-PHP-List-Original-Sender: amaury.bouchard@gmail.com X-Host-Fingerprint: 209.85.128.51 mail-qe0-f51.google.com Received: from [209.85.128.51] ([209.85.128.51:37611] helo=mail-qe0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/80-42753-5B6A4A15 for ; Tue, 28 May 2013 08:44:38 -0400 Received: by mail-qe0-f51.google.com with SMTP id nd7so4320609qeb.10 for ; Tue, 28 May 2013 05:44:34 -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=LznLcTM0T+mvUMJ2YyErStrIOHN/SOxQ81NFbSfm6Uc=; b=cg2Vb3GsMRY/edexQAC+mKmxlZ0LynCMYzOL7n/+iXFrKrJVevYr/W5fhhuhe6NsLJ be9efJ9506uGhrcOHPlHcpYl7qQIlU1camhHG54xwAcspv+8IxIyi+5yxA+gxo6d2M1e KClcTXYOn5pMSw0e7Zyy2hFNT5BBBaJH0zEA/H6GPzn3pi1frVHPTtwHkOhMqPkaX61Z v5z8IvyZe7hdAqmS4mWGlUMq8PPllQDCalV7ZcPY1Mp/XZFlZ1BzyHja62m8bFOcBEev ePUUDv7cLWWoWjD/SCDYbDKdI0nC0s4KqO6KKRRvAQk+mbDiOUxlc1gDj1oWfl8xNrWB 6wYQ== X-Received: by 10.224.137.73 with SMTP id v9mr31461811qat.59.1369745074811; Tue, 28 May 2013 05:44:34 -0700 (PDT) MIME-Version: 1.0 Sender: amaury.bouchard@gmail.com Received: by 10.49.49.133 with HTTP; Tue, 28 May 2013 05:44:14 -0700 (PDT) In-Reply-To: References: <06F1F2BA-A054-4B62-AD06-90B621995ADD@strojny.net> <51A474F0.4040408@php.net> Date: Tue, 28 May 2013 14:44:14 +0200 X-Google-Sender-Auth: Hh3e8TMv03qEm8r3Dum6Azos31o Message-ID: To: Sebastian Krebs Cc: Maciek Sokolewicz , Lars Strojny , Ferenc Kovacs , PHP Internals Content-Type: multipart/alternative; boundary=001a11c2dcc69df9be04ddc6a02a Subject: Re: [PHP-DEV] supporting the final keyword for properties From: amaury@amaury.net (Amaury Bouchard) --001a11c2dcc69df9be04ddc6a02a Content-Type: text/plain; charset=ISO-8859-1 2013/5/28 Sebastian Krebs > > And in your example you have to know, that you are "manipulating" a > variable :? > > Sure. But my example's goal was to show the idea of Lars. Using the "final" keyword on variables would allow to manipulate variables and "constant variables", without the need to know if it's a variable or a constant (obviously because they are all variables). Not my idea, I was just explaining. --001a11c2dcc69df9be04ddc6a02a--