Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75052 invoked from network); 15 Mar 2015 12:34:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 12:34:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:33378] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/87-29489-56C75055 for ; Sun, 15 Mar 2015 07:34:46 -0500 Received: by ladw1 with SMTP id w1so20123519lad.0 for ; Sun, 15 Mar 2015 05:34:42 -0700 (PDT) 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:cc:content-type; bh=rlmIEsjq5M7oX9QbbHG4jMeBaoyDDRuOXvtjNp2FdVo=; b=LzI/q3E/warnkYluXPLkyhxPAtq+tZUKpFzySQMsH7qDLvSGZYIdHbJt0zOzPWrowV GHEIkbM9X/1258OrtZG0eR3tgZUS7iiggHm5ZIF8wf/e5w4JcOtVq4YKBcRonJTdIhqa e1SEtpi6iiAi4IsdTHrbYU+yNn9pDPBysDctDupKKt0k9s6vqf+fRntI9l8QBGTbLMfq +SjSPvHeDz1KarcFxmxJpHDNuSLPiSW5NKgz0Uf40F1IWLmjHAErEMwZIBUuNRyzUduF YeWiRrVvjILRbSikqsBqM+3ObI5unNsyJT9oxo7b4PonQfKE2Ev7hH/agnkeEyaQa1Rc ps/g== MIME-Version: 1.0 X-Received: by 10.152.6.2 with SMTP id w2mr50309275law.6.1426422882320; Sun, 15 Mar 2015 05:34:42 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.112.28.9 with HTTP; Sun, 15 Mar 2015 05:34:42 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Mar 2015 13:34:42 +0100 X-Google-Sender-Auth: DOgSzaBh8ChnkRC5h-pN_hhz-Dk Message-ID: To: Levi Morrison Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][PRE-VOTE] Reserving More Types in PHP 7 From: kalle@php.net (Kalle Sommer Nielsen) Hi 2015-03-14 6:41 GMT+01:00 Levi Morrison : > RFC Link: https://wiki.php.net/rfc/reserve_more_types_in_php_7 > > The proposal has changed from the original. It no longer reserves the > aliases out of the interest of reserving the smallest useful, > uncontroversial subset. Some people want to remove aliases for these > types so in the interest of being as uncontroversial as possible I am > no longer proposing to remove them. After this change I would change my vote to -1, because I would like the reserved type words to be consistent with those of the typecasts. While I agree that we should maybe drop aliases in typecasts like "real", I don't think it makes sense to reserve "Int" for class names, when we don't reserve "Integer" etc. -- regards, Kalle Sommer Nielsen kalle@php.net