Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55398 invoked from network); 28 May 2013 14:23:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2013 14:23:39 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.54 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:42636] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/81-42753-AEDB4A15 for ; Tue, 28 May 2013 10:23:39 -0400 Received: by mail-oa0-f54.google.com with SMTP id o17so9919377oag.41 for ; Tue, 28 May 2013 07:23:36 -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=fp9XTLBEmsdKPitOuotwim/Pd1LGoaHd8Qh0yVmySEU=; b=VLOBS6VoyADRZ967UeyY3pb74xVoK9UkwIVWRvvgTyKK207RqlRd5LjgiFJzArrn3n 9FUOZ1A5XFo4qGDBC//Snv5aeC1tQDkLmXwb6vXoDybcFoSwWU5cRT4z/Y+sdhnLGO/Q 19P68cJU1+XbW1hqJzp9WItlSRHUmXT+h1a1fcgzpMXwqjaWev+u2105A1wrQZMsr+ia Zhn9Fx9BiJW8yNga5Hia1coEQ/NP95NCGkhLODPfIbLH4FAsUYNnKHa4+vYtUSi/6cEq Vu4pY8xtuFtDTdNR4b0z598ZCgeliOeslqxpve0elaOvpt0y4l569oCH/EUjSBV1/wDF JzeA== MIME-Version: 1.0 X-Received: by 10.182.225.199 with SMTP id rm7mr21210407obc.20.1369751016369; Tue, 28 May 2013 07:23:36 -0700 (PDT) Received: by 10.76.9.226 with HTTP; Tue, 28 May 2013 07:23:36 -0700 (PDT) In-Reply-To: <003d01ce5ba7$50fa2580$f2ee7080$@tutteli.ch> References: <06F1F2BA-A054-4B62-AD06-90B621995ADD@strojny.net> <51A474F0.4040408@php.net> <003d01ce5ba7$50fa2580$f2ee7080$@tutteli.ch> Date: Tue, 28 May 2013 08:23:36 -0600 Message-ID: To: Robert Stoll Cc: Amaury Bouchard , Sebastian Krebs , Maciek Sokolewicz , Lars Strojny , Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] supporting the final keyword for properties From: morrison.levi@gmail.com (Levi Morrison) > However, I guess this new feature would slow down the parsing process and > therefore I am against it. It might slow the process down because on every assignment you have to make sure it's not a final variable. Until we really know how much that slows it down, I'm not sure that is much of an issue. We should really focus on deciding whether or not we want the 'final' functionality.