Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86727 invoked from network); 20 Feb 2013 10:51:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 10:51:43 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:50959] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/0D-19387-EBAA4215 for ; Wed, 20 Feb 2013 05:51:43 -0500 Received: by mail-oa0-f51.google.com with SMTP id h2so7851809oag.24 for ; Wed, 20 Feb 2013 02:51:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=gRO5OXl2vlolJ0r9zMIt+zwVTdk9TX5aFQ1Rmv0JIh4=; b=IQmOlA2/5a8+IffmGzFbtGHUGObRQG5UrVVaFDPZU7EXIFkYi1dsgJMBb5XAiKfyCI bHWv/BTYKXTFRJfbv7eOz2HCuD5mItD3GtFs+DChCh1uzfusRjy9HU9nq+UKbU+Dd1sX da4JYzBfFP5lalYjauNdJ/+cJ8zVd9CT1dQud/S+Lk+tA8zFjZ8WCrCFGWGSwLZea/GI gkxN6++UL2Cx7a5g9ebhhcfz6oPnVYV08KfJmOJnlvI/M7ALdB4PFPQ3LtPl48pSiejJ E1iTZ3LE8b6A6W/Q0FmY0vXkCQ4G2hlfTYjpHS2nhtUmV3Tu/zpLcAu3c1UdQDW2PCb2 MKhA== X-Received: by 10.182.98.109 with SMTP id eh13mr9326245obb.50.1361357499557; Wed, 20 Feb 2013 02:51:39 -0800 (PST) References: <-1452447624906595030@unknownmsgid> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQG8kQ1Dlh1TNTLtYqjlvHg/PMpShAEbjKE6AqsTlH2Yh1dCYA== Date: Wed, 20 Feb 2013 12:51:38 +0200 Message-ID: <7629ab61a703dffde24e119438e47253@mail.gmail.com> To: Levi Morrison Cc: Nikita Nefedov , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnx+004/ebEzZGf/Un1Rj0PToCY+sGoZBGcnQVCxAKViZRylJu6vLuha9IHQp3Z2l5OGHpHH9hri+LBBjUYUJNkAzIehsUjmK1I5rbth6MFTfK34IUAua6nxaKtPrJ+Y7/6uAiD Subject: RE: [PHP-DEV] Dropping requirement for `function` keyword for methods in classes/interfaces/etc From: zeev@zend.com (Zeev Suraski) > The key question for me is: does removing it hurt PHP in any way? And for me, > the answer is a clear and resounding no. This is completely the wrong question to ask (IMHO). I think the answer is wrong too, but that's a different story. The correct question is: "Does it bring substantial value to be considered for inclusion in one of the world's most popular programming languages?" For me, the answer is a clear and resounding no. From my POV that's where the story ends. The whole discussion about greps and IDEs misses the point - we shouldn't even be discussing a 'feature' that brings no value to the table. The only reason I wrote my reply is that we seem to be having an influx of those RFCs that fail this very basic requirement. Zeev