Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89714 invoked from network); 27 Nov 2014 11:58:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2014 11:58:19 -0000 Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.171 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 209.85.212.171 mail-wi0-f171.google.com Received: from [209.85.212.171] ([209.85.212.171:60041] helo=mail-wi0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/91-15115-AD117745 for ; Thu, 27 Nov 2014 06:58:18 -0500 Received: by mail-wi0-f171.google.com with SMTP id bs8so15474098wib.16 for ; Thu, 27 Nov 2014 03:58:13 -0800 (PST) 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=zJHjwIfPX+cQWdf8+7vIP19Ep4W/szS+BLW0jMGhDAk=; b=r5WNWnhOIaVTT7RTeKCmJwwZfCSsFwGkfFhG6kvqbCcDl7UUcaU5zgLY/H10Lxv6qx AYiZGxIb6A1aElgCeVfxs+2jGMnG4Pqk9uD07lSP3HRQG0ccSjkKZBXDu0f7KVDbeVyM ZwntOHeZ1yeUvCMdxFB7aTFhVa89jUJ7JPRyBA0g6zPP70gAf1pGKSsoKHB89BoHKZ14 fPoCHkdmDbUwZtNePh7OA/jgYVxTcmN6987kLb/yS4AN9Y5WfzhwJesjMgNyoHot38O/ H3CT3hViRx0jbEfHAdYU+S8uN9nh/E06bq9dSxXQmXXPcR9eqZHXvS2a8o/b127QR52b UeAg== X-Received: by 10.180.109.45 with SMTP id hp13mr49813592wib.4.1417089493323; Thu, 27 Nov 2014 03:58:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.20.131 with HTTP; Thu, 27 Nov 2014 03:57:33 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Nov 2014 12:57:33 +0100 Message-ID: To: "guilhermeblanco@gmail.com" Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8f3bae99dd55160508d5db5d Subject: Re: [PHP-DEV] [RFC] Abstract final classes From: krebs.seb@gmail.com (Sebastian Krebs) --e89a8f3bae99dd55160508d5db5d Content-Type: text/plain; charset=UTF-8 Hi, 2014-11-27 4:47 GMT+01:00 guilhermeblanco@gmail.com < guilhermeblanco@gmail.com>: > Hi, > > I worked on an implementation of a somehow controversial concept that > exists in hack and C#: abstract final classes. > > https://wiki.php.net/rfc/abstract_final_class > > The example is a little bit misleading: Instead of a new concept you can use functions, right? Regards, Sebastian > My motivation is to further expand class support to add modifiers (PPP - > public, protected, private). I added this change to initially segregate > grammar rules. It was an easy feature without extensive complexity and > covers some use-cases. > > As a reference, here is the commit hash that added this feature to Hack: > > https://github.com/facebook/hhvm/commit/faedfaf46b0deb859b0c20fb36a574be7a4f2f55 > > Cheers, > > -- > Guilherme Blanco > MSN: guilhermeblanco@hotmail.com > GTalk: guilhermeblanco > Toronto - ON/Canada > -- github.com/KingCrunch --e89a8f3bae99dd55160508d5db5d--