Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91001 invoked from network); 18 Sep 2013 00:50:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 00:50:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=slangley@google.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=slangley@google.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain google.com designates 209.85.214.174 as permitted sender) X-PHP-List-Original-Sender: slangley@google.com X-Host-Fingerprint: 209.85.214.174 mail-ob0-f174.google.com Received: from [209.85.214.174] ([209.85.214.174:39281] helo=mail-ob0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/90-20473-CE8F8325 for ; Tue, 17 Sep 2013 20:50:52 -0400 Received: by mail-ob0-f174.google.com with SMTP id uz6so6425476obc.5 for ; Tue, 17 Sep 2013 17:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kVxB+Mf2KysYm4GEdhMHrFr0M0EgLLxNqMqTZgj2qEM=; b=KribT+Sq0FuV0Ecgxf/iq+D1jjA9FPmdsgGunxZkYp0O+Why0j1epGQnyKAE6JSHvy 5+n6WpOoqD4vpEEhsIbIMdI+rRTnHd6qs0HwyM22uw8VRREe+q1hj3cxkqMhCkDUVcP9 Tvcrus6wouFy1zF/9sdjorsPXMkaOoEGNutJG1z3mFGqD5L4qBvasQJ9DnIf+X5yktf6 26FA1C7mmviwqt9XuegGjywB35gJpKvm4hjFUbgv01F1PIRLvXQwKA4SlPXQkmS8tCqd PpjdiglZkGjPINWtPQs3XRRZXLShaWOD7JeHeAkcNVB72PNcpF0KPcqsplSGxP+bqI9k GfFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=kVxB+Mf2KysYm4GEdhMHrFr0M0EgLLxNqMqTZgj2qEM=; b=DyiWzTQiplXPfvyKtWqb8Bcxe/dHvUX1kggM+G2xFwvyebyaMfT9cGKdo8u3yU04tP D7BjWV2iL1/Tu4Zzqwf7MkHkDR6GNX8GfTHx0CvqK64ISFGatsOaQ9CTUnfJC5oHSqHo baheKFKReAl8SyZ5k+hgZFqFJZmegAz+dmLM3ajdFQVPiSmRWWnpRel/hyZAhS1QmASS zlqOW6uqCxdE2WtUzWdpWSgl7uFJXEwG3w8AXLlcIE1lKcsKHParRzlQRuV3y9Gokciw j7zTV5nhR7/Vl2jHCUe4c6wJYqQ3UL01SPK+05VN1nuKRrnxKI1cUuY2NJI5r5gZv7Dr uWGw== X-Gm-Message-State: ALoCoQn5BeqWG+EQuR4rjekj8Y3lYADuhhLSGd8j3rUapkg2RL1if/FSZwNSw2jyUwRLaQhNhmVTFNxkRCpVx3GcsC9Q5Hu56yf2Wow6x/r1DeGBf9nRgeBmUFOHuApN7jPp7HmdLEe93nC2bas3nWilp/VOg0MzY/srYwgQci33QZ9CZSJNSqbIzQYqsXVpXebq2+b6BCAY4sC8xEqIvNEme6XEyEnfNA== MIME-Version: 1.0 X-Received: by 10.182.44.134 with SMTP id e6mr32492423obm.14.1379465449270; Tue, 17 Sep 2013 17:50:49 -0700 (PDT) Received: by 10.182.161.100 with HTTP; Tue, 17 Sep 2013 17:50:49 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Sep 2013 10:50:49 +1000 Message-ID: To: Bob Weinand Cc: Developers PHP Mailing List Content-Type: multipart/alternative; boundary=001a11c3235a15d9cb04e69dd459 Subject: Re: [PHP-DEV] [RFC] Keywords as identifiers From: slangley@google.com (Stuart Langley) --001a11c3235a15d9cb04e69dd459 Content-Type: text/plain; charset=ISO-8859-1 Hi Bob, It seems that the RFC does not [i'm quoting here from the template at ' https://wiki.php.net/rfc/template'] "explain hows the proposal brings * substantial* value to be considered for inclusion in one of the world's most popular programming languages." Perhaps I'm missing something completely obvious. To be honest, looking at the example in the RFC, being able to define a member function 'new' on a class that completely changes the semantics of the new operator is a great example of why you would not want this feature. Just my $0.02. Ciao, Stuart On Mon, Sep 16, 2013 at 10:53 PM, Bob Weinand wrote: > Hi! > > This is the (official) RFC thread for the patch proposed in > http://php.markmail.org/message/7rn4mbwkbytqa3ig > > https://wiki.php.net/rfc/keywords_as_identifiers > > Any feedback about the RFC or the implementation? > > Bob Weinand --001a11c3235a15d9cb04e69dd459--