Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83617 invoked from network); 8 Feb 2015 15:11:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2015 15:11:41 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:49898] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/20-15550-CAC77D45 for ; Sun, 08 Feb 2015 10:11:41 -0500 Received: by mail-lb0-f175.google.com with SMTP id n10so21230575lbv.6 for ; Sun, 08 Feb 2015 07:11:38 -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:cc:content-type; bh=VV/QXr/KDLvY7QEedIsRmMZ6kFF/H/5daZPRQVwfxHo=; b=rcqmur1+dZO/62rh60DJ9R9ebNa0lnTCq5El3jdiMsCRhQuLO40rTP7AKK99rQn7eP 1fx9agxss5TNpdEP+XigmGkRtHeTA9qCZaCOwEtYWtUuZrhBaUiceg5OWW6nZWd8xFy9 GNryk44Sf/flqaaiQglYqvY8O+qwjbXYSlCxPRU7HMrfBQ52Mg1wcfg0PM6jPc90C4XC YoroTNIQdhW9/V3rhnKT3SIDGE8yQC6AitrKFsbFwuqoW8EQjtO/qGE+pbBCtg/5xF1i W97Ejo7G+0QXPMrH+JgWsAYFJ6ydDvY2TPyXJkorEdqy1bVFKfP7A+G1tpVDbdK9W5g8 HnEA== MIME-Version: 1.0 X-Received: by 10.112.159.195 with SMTP id xe3mr12283993lbb.64.1423408298082; Sun, 08 Feb 2015 07:11:38 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.112.128.231 with HTTP; Sun, 8 Feb 2015 07:11:38 -0800 (PST) In-Reply-To: <162384795.216427.1423397046700.JavaMail.open-xchange@oxbaltgw01.schlund.de> References: <162384795.216427.1423397046700.JavaMail.open-xchange@oxbaltgw01.schlund.de> Date: Sun, 8 Feb 2015 16:11:38 +0100 X-Google-Sender-Auth: SREt92mmyt_Q6hNl_gOX84Mj0qg Message-ID: To: Timm Friebe Cc: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Reserving primitive types From: kalle@php.net (Kalle Sommer Nielsen) Hi Timm 2015-02-08 13:04 GMT+01:00 Timm Friebe : > Hello everyone, > > I've been following the "Static type hints" discussion for a while now. Aside > from its content, which there are some strong sentiments about, there's also > another recurring pattern - the wish for voting options instead of just > "yes/no". > > Along these lines I've created an RFC on one aspect of primitive type hinting > (whether parameters or return type), namely reserving the primitive type names: > > https://wiki.php.net/rfc/reserve_primitives You forgot to add 'real' to the list (its a float). -- regards, Kalle Sommer Nielsen kalle@php.net