Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23296 invoked from network); 4 Feb 2015 05:49:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 05:49:19 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:44750] helo=mail-99.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/23-20608-ED2B1D45 for ; Wed, 04 Feb 2015 00:49:18 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-99.de-punkt.de (Postfix) with ESMTP id 3F7883A274 for ; Wed, 4 Feb 2015 06:49:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-99.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iB61cgiUefZK for ; Wed, 4 Feb 2015 06:49:15 +0100 (CET) Received: from [192.168.178.24] (p4FC7CA4C.dip0.t-ipconnect.de [79.199.202.76]) (Authenticated sender: php@sebastian-bergmann.de) by mail-99.de-punkt.de (Postfix) with ESMTPSA id D4F103A1DD for ; Wed, 4 Feb 2015 06:49:14 +0100 (CET) Message-ID: <54D1B2DB.1080603@php.net> Date: Wed, 04 Feb 2015 06:49:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: internals@lists.php.net References: <8DCD1B72-C81D-499E-B455-E4A042CD76E6@ajf.me> <868C399B-F49B-482C-A7BE-9D2645506BA2@ajf.me> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints v0.2 From: sebastian@php.net (Sebastian Bergmann) Am 04.02.2015 um 06:44 schrieb Dmitry Stogov: > What do you think about using only lowercase type names for scalar type > hints? In this case we won't have to introduce any limitations. This would be inconsistent with the rest of PHP being case-insensitive and only lead to confusion.