Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77162 invoked from network); 8 Jan 2016 01:24:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2016 01:24:13 -0000 Authentication-Results: pb1.pair.com header.from=mail@dasprids.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mail@dasprids.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain dasprids.de from 46.4.80.198 cause and error) X-PHP-List-Original-Sender: mail@dasprids.de X-Host-Fingerprint: 46.4.80.198 server1.dasprids.de Received: from [46.4.80.198] ([46.4.80.198:54175] helo=mail.dasprids.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/34-55593-BBF0F865 for ; Thu, 07 Jan 2016 20:24:12 -0500 Received: from [192.168.0.86] (unknown [5.158.132.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mail@dasprids.de) by mail.dasprids.de (Postfix) with ESMTPSA id 5926034401F0 for ; Fri, 8 Jan 2016 02:24:09 +0100 (CET) To: internals@lists.php.net References: <5605BACE.30803@gmail.com> <5605C23D.6030104@gmail.com> <56065071.2070107@gmail.com> Message-ID: <568F0FB8.9030807@dasprids.de> Date: Fri, 8 Jan 2016 02:24:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Implementing Generics, and none scalar default properties. From: mail@dasprids.de (Ben Scholzen 'DASPRiD') By the way, Rasmus updated the RFC quite a bit, you guys may want to take a look at it again. On 26.09.2015 12:23, Dominic Grostate wrote: > An alternative that rfc might be to add a modifier to ctor, something like. > > required public function __construct(); > > A required function cannot be final, because the intention is to allow it > to be overridden, but it must be called by the child impl at some point. > What do u think? -- Ben Scholzen 'DASPRiD' Community Review Team Member | mail@dasprids.de Zend Framework | http://www.dasprids.de