Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63192 invoked from network); 20 Feb 2015 01:36:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 01:36:23 -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.218.52 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.218.52 mail-oi0-f52.google.com Received: from [209.85.218.52] ([209.85.218.52:62367] helo=mail-oi0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/A0-58919-69F86E45 for ; Thu, 19 Feb 2015 20:36:22 -0500 Received: by mail-oi0-f52.google.com with SMTP id u20so268572oif.11 for ; Thu, 19 Feb 2015 17:36:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=th/3drKP7Nkl+R3pzLX8kaovuX35hFKfaLCwpYRDuUo=; b=bRl8qECKSC8LI8rRmI1Qf+35xFtJyk4gD5LsV1iLBz6VYVFWYwqFjtIhSHdacq9ZJg ZJGaAgLm+yrS0wgkxveXl6BYcoTOH9KrPYf6t1pQBRhm0mN6r5+L6WMY7RKc051+Zanj /h2EWN7ytfpeEal2pN7m24OVSaFbIVirBQWTwhOkbxhYh0n5waDFNMJLV2yx6MLg+RT5 g8nLkI8f4P3j9SOoonTjcmQkbhrSpO2oELbzFJdXr8m3/fYnK2/N7ZnCjzLHOIJD1ox1 Qbmhff5at6zi8bBvBR3JcRPixPr02JoCAuct5Bpm1Kv2csktdjCcZCa5DA8ah8UF7578 WuBg== MIME-Version: 1.0 X-Received: by 10.182.199.70 with SMTP id ji6mr4867785obc.3.1424396179665; Thu, 19 Feb 2015 17:36:19 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.90.74 with HTTP; Thu, 19 Feb 2015 17:36:19 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Feb 2015 18:36:19 -0700 X-Google-Sender-Auth: oDszW--hlQl_NibbNxyi73LDzNQ Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] Reserving More Types in PHP 7 From: levim@php.net (Levi Morrison) Sorry: Apparently hit some hotkey for send. On Thu, Feb 19, 2015 at 6:35 PM, Levi Morrison wrote: > Dear Internals, > > I would like to discuss a small RFC for reserving more types in PHP 7: > https://wiki.php.net/rfc/reserve_more_types_in_php_7 > > Essentially it proposes to reserve: int, integer bool, boolean true, false float, double string null It does not make them keywords; it only prevents them from being used in class, interface, trait and namespace names.