Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58062 invoked from network); 15 Jan 2015 19:11:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 19:11:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:54384] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/01-49888-4C018B45 for ; Thu, 15 Jan 2015 14:11:00 -0500 Received: by mail-ie0-f170.google.com with SMTP id rd18so16697317iec.1 for ; Thu, 15 Jan 2015 11:10:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=40HqaMBPOdo64hwZBS1U3Se0RkEZQe8S6IZJuArE9cc=; b=dG4y5WxYZgjOU+11Ycc13PUgojqjdjExNg0Hsgv2gA+HKSUdojpaph1ImKw/XvhcPK DFBq05swHTk3pebPbA73xhEgCHgERB1Qsph/oyv/0oyuvxYkvkguZxbKG0xeCqq3Qi17 q7h+REMK3YZh0FlMgR5wDlnvcpmzsZvIdxSUlj1Q7M+5s5jurE+jp5NSJRKFgmRD9lYy 3cgFBHjl+aScHv74B9KBKcppQMD6NIIQesR1FFpjQrH6aqJWaWck0tLF+vB9+ZERBdNt Axpo6EhI8qZ1FpESomDYK2qcQnYLfGSe7GpBxAcT4EC8Ae0TRs+xcRwiBAGnMku4IlXU MPNA== MIME-Version: 1.0 X-Received: by 10.107.132.210 with SMTP id o79mr12261582ioi.50.1421349057548; Thu, 15 Jan 2015 11:10:57 -0800 (PST) Received: by 10.50.93.3 with HTTP; Thu, 15 Jan 2015 11:10:57 -0800 (PST) In-Reply-To: <12433808-9D62-48D3-B66E-74572C61BF68@zend.com> References: <8DCD1B72-C81D-499E-B455-E4A042CD76E6@ajf.me> <4E2073DE-0951-498C-97BB-DDAC094F11FA@ajf.me> <9a033dd1f223f854e760924d118ab812@mail.gmail.com> <2ae0164cb9b9bf1c974d7a3c60af0466@mail.gmail.com> <6105ea99002e634373c09685310e26a6@mail.gmail.com> <85F6139E-6332-4645-91B8-C852B07EA62A@ajf.me> <12433808-9D62-48D3-B66E-74572C61BF68@zend.com> Date: Thu, 15 Jan 2015 21:10:57 +0200 Message-ID: To: Andi Gutmans Cc: Andrea Faulds , Zeev Suraski , RQuadling@gmail.com, Leigh , PHP Internals List Content-Type: multipart/alternative; boundary=001a113fd708ad589d050cb59d5a Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints v0.2 From: ua.san.alex@gmail.com ("S.A.N") --001a113fd708ad589d050cb59d5a Content-Type: text/plain; charset=UTF-8 Many developers PHP offers dual syntax: 1. Strict function bar(int $num){} 2. Lax function bar((int) $num){} Maybe it makes sense to put this option on the ballot if it passes a vote, it will be possible to put an end to the discus? --001a113fd708ad589d050cb59d5a--