Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9794 invoked from network); 8 Feb 2015 05:22:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2015 05:22:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.51 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.51 mail-pa0-f51.google.com Received: from [209.85.220.51] ([209.85.220.51:34186] helo=mail-pa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/36-07765-E92F6D45 for ; Sun, 08 Feb 2015 00:22:38 -0500 Received: by mail-pa0-f51.google.com with SMTP id eu11so4529662pac.10 for ; Sat, 07 Feb 2015 21:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=NcAQGJ2grQS9M0M4dDfh9ru8k2OAKIHGzANwxx5QAAA=; b=ocVldc1UR+O04A5Ces8bzWQ+A/v/9WjpttC16tDDEZRXlztYNC7skq/UivX9RBtHel VTjJGx9lnvJSoK0+z7PnnThCBoTPXdiur190p2jTgnmrdoH8ZulgkeFe7g8G1OizmK3g evdh36v31Z+aAbJ3LaRcXvPhR1U2SJFHA9aSOxWTidteDyPvE3QktizuKgEdOrt2cH7u nv6R1iqMjRI5iGWwrvUs4iXCyr2rH9RNLPXZnWmcZDvVCX7lc/h5RWeuTgWhTk3azGhv zSnz1648Q9BrC3L3uDEuf83web4cwUi0HELxH5nNge7vl0HNdrR9ImbtWL97r429dByS aHqw== X-Received: by 10.70.40.166 with SMTP id y6mr18270707pdk.60.1423372955400; Sat, 07 Feb 2015 21:22:35 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id ut3sm12484394pbc.25.2015.02.07.21.22.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Feb 2015 21:22:34 -0800 (PST) Message-ID: <54D6F28A.2010806@gmail.com> Date: Sat, 07 Feb 2015 21:22:18 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrea Faulds , =?UTF-8?B?UGF2ZWwgS291xZlpbA==?= CC: PHP Internals References: <8703B53E-2C4A-4AC6-95C4-D4F19C6D5221@ajf.me> <9E1C2427-0295-4F3E-BD29-04DA84321067@ajf.me> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Scalar Type Hints From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > * Requiring an exact type match has the least mental overhead, and > allows types to be checked at compile-time What compile-time you're talking about? PHP has no "compile time". -- Stas Malyshev smalyshev@gmail.com