Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22496 invoked from network); 19 Feb 2013 18:41:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 18:41:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.179 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:64723] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/74-17768-A67C3215 for ; Tue, 19 Feb 2013 13:41:47 -0500 Received: by mail-qc0-f179.google.com with SMTP id b40so2723997qcq.10 for ; Tue, 19 Feb 2013 10:41:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=VnOhRKplYdCNY2jy4FmJe+VJXtP+lNx3ZovzW9tPqcg=; b=OKDgB27Qm0BaZgqMseIiVuscP2j+q3MOpMvBE0rgkAu28t7KNHvN5rwtmQlDM4TD85 dsCN28rsoOJkU6Urin+wYaEcO2VsCfhVvlvVlDohzAYNZFcJLQzzodrzsgRJetyZ2gLH dt2H/bmldPFT9iMkH46OOFpkIID6PzU7LnOaKNzH6Uep6ZvPZMESpsuot5DEqzZXTHgG JZXEzV1EdVS+6AnTlO9lAWIKHpWWMdT4gfr+zwY+EpxcDuCWoLZBAshVKOr+0MyLrntp oAbq4QYmID939wptjO13hO0ys4da/GGh/bN04nrDXdA+acw9SqAhBgrBPNNcgY4SCwdY 1BWQ== X-Received: by 10.49.127.240 with SMTP id nj16mr8098656qeb.13.1361299304199; Tue, 19 Feb 2013 10:41:44 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id z17sm27688829qem.4.2013.02.19.10.41.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 10:41:43 -0800 (PST) Message-ID: <5123C765.1060108@lerdorf.com> Date: Tue, 19 Feb 2013 10:41:41 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Nikita Nefedov CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , "internals@lists.php.net" References: <1361296420.2355.71.camel@guybrush> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQncOw35XqZhqzHUnLLh2uEdTLBKg7iKFJBXQVV/0qCvFF1mlczPJAxKGRegfr5At6mVqXv7 Subject: Re: [PHP-DEV] Dropping requirement for `function` keyword for methods in classes/interfaces/etc From: rasmus@lerdorf.com (Rasmus Lerdorf) 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. -Rasmus