Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27995 invoked from network); 19 Feb 2013 19:01:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 19:01:50 -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.44 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.44 mail-oa0-f44.google.com Received: from [209.85.219.44] ([209.85.219.44:51574] helo=mail-oa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/95-17768-E1CC3215 for ; Tue, 19 Feb 2013 14:01:50 -0500 Received: by mail-oa0-f44.google.com with SMTP id h1so7337633oag.31 for ; Tue, 19 Feb 2013 11:01:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=gIKJ+d7nzvm918zHm2L/naYX57fp5GBACDPoXTfQrKE=; b=0suGedk/HiWY+pjq+EG7HewKkkATvJHpaowmWeTg+s/xvPi7Qhcn1lgegv5GVHdw+j QSTNA4wUwwH2sKjf43J9KcTzdmVTLhBb0acx/R+Pcj8kOAJO/XUsYP3U+V5zudAI3nai deS85tMqx7cfjBKdqZcPdnJRNv5qqK0b6yOra66nmhDVf+NNJYhoBXyqLn4tx5BXfFPs 0QFSkqZ74/YdSiD/YvCoGuZJISss6DakHJ9dMYDEQPTtS0/1vo9FbW+4SqrmMuVYpZpV 5PxiFave/KRBWFMjC40wIct8XXDyEu/qrFunC1YLyY/SMeiBbXd/8k01RF12/1e0tJpU uTPw== MIME-Version: 1.0 X-Received: by 10.60.31.42 with SMTP id x10mr4349768oeh.18.1361300507009; Tue, 19 Feb 2013 11:01:47 -0800 (PST) Received: by 10.76.24.234 with HTTP; Tue, 19 Feb 2013 11:01:46 -0800 (PST) In-Reply-To: <5123CA31.5080809@lsces.co.uk> References: <1361296420.2355.71.camel@guybrush> <5123C765.1060108@lerdorf.com> <5123CA31.5080809@lsces.co.uk> Date: Tue, 19 Feb 2013 12:01:46 -0700 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Dropping requirement for `function` keyword for methods in classes/interfaces/etc From: morrison.levi@gmail.com (Levi Morrison) On Tue, Feb 19, 2013 at 11:53 AM, Lester Caine wrote: > Rasmus Lerdorf wrote: >> >> On 02/19/2013 02:39 PM, Nikita Nefedov wrote: >>> >>> >Hmm, I agree about grepping, but how often do you do it? Actually, last >>> >time I grepped php files was half a year ago I think, when I had just >>> >ssh connection and didn't want to mount sshfs. But usually there's IDEs >>> >that can statically analyze your code and let you search against huge >>> >codebases in seconds, I don't want to sound mean, but hey, does anybody >>> >greps php code? > > >> About 20-30 times every single day. > > > Ditto via the Eclipse equivalent ... > > Has anything changed since we last discussed this? And threw it out ... Yes: the dynamics of the people who vote.