Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60449 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39193 invoked from network); 4 May 2012 19:46:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2012 19:46:36 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:37128] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/83-18322-B1234AF4 for ; Fri, 04 May 2012 15:46:35 -0400 Received: by yhfq11 with SMTP id q11so1712816yhf.29 for ; Fri, 04 May 2012 12:46:32 -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=cjJiJUafs/cgp6vhJtHItoZUkkG6a+JoAs9NMhNs3A4=; b=sGLzkJfAGU7+13reFKpQqGCe3a0Xx+tzwdsY6tCiUGRWkuhdrnKSLCrGEW8ZIZDNDn iJOZhWUMUy9FOJiy2dHc7NYi7GSuDhO7V0cplxiR/eCQYZSdyjegHZZGiTgGIdSX4ZkS pbVIRK9DfkBgj0wsTgTEgyLC/6dpHjGYBj5gdCDRj6VpiTnGAtv4VuQOAEPjVE3cf3ki vEuTskks54beUY3q+ZW9k3xEitpRR0aCxunhdUpkZI9+9QBBpDCtwOSzd2ao3LH1sB7x jvMlCoQJ5MI2rmshEUMpdeOXNKTPoASj3PECHTBPDK848xLsR/DutdV1HELCVLeLGvQ0 VrrQ== MIME-Version: 1.0 Received: by 10.236.168.42 with SMTP id j30mr9377980yhl.25.1336160792769; Fri, 04 May 2012 12:46:32 -0700 (PDT) Received: by 10.147.51.11 with HTTP; Fri, 4 May 2012 12:46:32 -0700 (PDT) In-Reply-To: <9652E99E-97FF-4D62-99CE-EE3B5E27503E@macvicar.net> References: <9652E99E-97FF-4D62-99CE-EE3B5E27503E@macvicar.net> Date: Fri, 4 May 2012 21:46:32 +0200 Message-ID: To: Scott MacVicar Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Enforcing final in traits From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, May 4, 2012 at 8:30 PM, Scott MacVicar wrote: > This caused a few bugs for us / confusion. The final keyword is accepted inside a trait but it the class also defines a method without the final keyword this takes precedence. > it also ignores visibility abstract and static.. I thought this was intentional? -Hannes