Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20313 invoked from network); 3 Oct 2014 20:00:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2014 20:00:59 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.54 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.216.54 mail-qa0-f54.google.com Received: from [209.85.216.54] ([209.85.216.54:34334] helo=mail-qa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/44-10205-A700F245 for ; Fri, 03 Oct 2014 16:00:58 -0400 Received: by mail-qa0-f54.google.com with SMTP id i13so1299523qae.41 for ; Fri, 03 Oct 2014 13:00:55 -0700 (PDT) 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=yiumUXnAaxNC0RIePa8/CN6tJ7szBbIGIt5asYg+Syo=; b=DYlH1sz5t/EZVPl2S3uSMP3F9QIQsrK3yohmwZl4KZlsMRBmqyO9xqt0DOmDCUdBdl MVQ8ntor0JUWma57eBUq6Dq/pOGODIUj7LcwjMJKWoQE3zHEiiZpOTWlDUJv4CprWxtO hrVqmbzAS4VoueChKByQ/bOWpqJwC0tvmjRhPiz7Sr2oWR9lHV2CBeLA37kUarOxRjc9 t8DWdFpc63TMSRlFv0XQ/BVKrjIntHK+JSbeiH7BuVzXgMgcZ+o+86Rwu/JhUiD/WGpf M6QAHQ8qUXTNR9zyulsOwoFpSB/j8d+FzeDhNZ09zPehXI3oh22NxdhKRV+Ps3x4EqFH igQw== X-Received: by 10.229.238.133 with SMTP id ks5mr10626843qcb.23.1412366455676; Fri, 03 Oct 2014 13:00:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.19.213 with HTTP; Fri, 3 Oct 2014 13:00:35 -0700 (PDT) In-Reply-To: References: <42.58.10205.32DCE245@pb1.pair.com> <9B6F1F10-7B1D-4FB0-A485-4F1C6202701C@googlemail.com> Date: Fri, 3 Oct 2014 23:00:35 +0300 Message-ID: To: Mike Willbanks Cc: Ingwie Phoenix , Levi Morrison , Thomas Gossmann , internals Content-Type: multipart/alternative; boundary=001a113450e8e2270d05048a302f Subject: Re: [PHP-DEV] [PHP7] Remove the function keyword from class methods? From: arvids.godjuks@gmail.com (Arvids Godjuks) --001a113450e8e2270d05048a302f Content-Type: text/plain; charset=UTF-8 Hello internals. I'm firmly against removing the "function" keyword. PHP is a dynamic language, that means that even using the latest most functional IDE's out there, finding the implementation is not always few clicks away (PhpStorm's "Find Usages") and you need to do a search in the project. And the only thing, that makes it fast and easy, is the "function" keyword, because you can do a search by "function nameISearchFor" and get a single hit. I'm not even mentioning the code readability... --001a113450e8e2270d05048a302f--