Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89171 invoked from network); 9 Jul 2009 00:28:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2009 00:28:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: troelskn@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:59271] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/1A-41993-5C9355A4 for ; Wed, 08 Jul 2009 20:28:54 -0400 Received: by fxm20 with SMTP id 20so163890fxm.23 for ; Wed, 08 Jul 2009 17:28:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rk2LneoifqZyG5LURItxLf8ihF6yvO/HLS6DJ/FQ9IM=; b=slh7BNM9Cx3UhquIKXYzjHunlUKAVz09EqSsTpMlOXM8bgMkIO0vYZwa1CV75ZL/kA +fabc4mUAPB5fz1hk2/8zLiJmPxMbiz8RbO+x/B416UzOjSaeifdRGzjrImciq6wx7SB 6KkDRJ38BVfSpOW4LPQ72YTVf1DBM3dOjjQ5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QnRmhnLf1c/ZYaOcv065wVpYXr20mNVhY3mTkPtXAKWzhx3QdGmXsodJSFaeEqt9cw /8DyjXjtWjZgeHGdXxMACxf+3sp2q+HGq9uZTC+0+854EKTIQBQG7TLr6FLoYekMm4oy fgLHK8jxw7FAuJly1JQN43yNI4mh7v0R91Idw= MIME-Version: 1.0 Received: by 10.223.126.69 with SMTP id b5mr17138fas.107.1247099330011; Wed, 08 Jul 2009 17:28:50 -0700 (PDT) In-Reply-To: <6e24a8e80907081715j7d878ef4h8cd1dd86097f6f1c@mail.gmail.com> References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> <641f88250907081313s3469960aked8a25ff316a4bcd@mail.gmail.com> <6e24a8e80907081715j7d878ef4h8cd1dd86097f6f1c@mail.gmail.com> Date: Thu, 9 Jul 2009 02:28:49 +0200 Message-ID: <98b8086f0907081728s1280c07bm7ae25e6e49cb824a@mail.gmail.com> To: Mark Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: troelskn@gmail.com (troels knak-nielsen) On Thu, Jul 9, 2009 at 2:15 AM, Mark wrote: > I personally would be highly in favor of adding type hinting/casting > BUT with the benifit that php actually becomes faster if you do things > like that. Afterall you can use way more effective c code if you know > what you expect right? As for the version to include type I sure hope that all the people in favour of this change aren't basing their opinion on some delusion that it would improve performance in any way. -- troels