Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44928 invoked from network); 19 Feb 2013 20:46:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 20:46:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:42803] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/88-17768-6B4E3215 for ; Tue, 19 Feb 2013 15:46:49 -0500 Received: from [192.168.2.20] (ppp-88-217-85-78.dynamic.mnet-online.de [88.217.85.78]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 2F52865D8F; Tue, 19 Feb 2013 21:46:43 +0100 (CET) To: Nikita Nefedov Cc: Christopher Jones , Rasmus Lerdorf , "internals@lists.php.net" In-Reply-To: References: <5123BE51.7060500@oracle.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Feb 2013 21:47:35 +0100 Message-ID: <1361306855.2355.83.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Dropping requirement for `function` keyword for methods in classes/interfaces/etc From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2013-02-19 at 23:07 +0000, Nikita Nefedov wrote: > > At the end, you can always use `grep '(function|public|private| > protected) You've forgotten "abstract" and "static" (mind that we don't force the order of those) It saves 9 key strokes (while many IDEs can assist) and helps when looking for issues in foreign code bases (what many of us do) so unless there's anything new we should try to keep this list productive. 5.5 is waiting to get out. johannes