Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21860 invoked from network); 19 Dec 2008 14:40:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2008 14:40:42 -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 74.125.92.24 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: 74.125.92.24 qw-out-2122.google.com Received: from [74.125.92.24] ([74.125.92.24:1133] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/B6-09584-A62BB494 for ; Fri, 19 Dec 2008 09:40:42 -0500 Received: by qw-out-2122.google.com with SMTP id 8so168848qwh.59 for ; Fri, 19 Dec 2008 06:40:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GBFU4tdzuCGdDhHfy8DIy8tkdRk3L55XdR1Kdk5ieE8=; b=QH76GQXiOmNy8cbUweVPDd/cB5Q4oKrIb8FVDT8nMnzWbyEWIKQFeXnPn9io4dTTlX qd6WdIFBvobCqdk48axe+42g3NX07OV7mUf5faLIkYzcc2y3+AckswW1HDQIRp1wdwuu OdhMaHJkQNkal5hFwjmAq5Uu18KFRTEHk4w90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FCrH3FJZIe0FjSORAvT0lzQRt4wdGE2d5p44tEGbxYMp2hl393vmkxsMNVJbNWgs/U hg1F7m4gXWgFvU5wQ64bocrtFWJ756gwuntNV2nV4LP5pUotfb/0mmRFKcO9jXLi7aVi KvSOXHd9RTm2zyFGOrxNCO4N2ma9/x4p1wE5o= Received: by 10.215.40.16 with SMTP id s16mr3986018qaj.218.1229697639954; Fri, 19 Dec 2008 06:40:39 -0800 (PST) Received: by 10.214.79.7 with HTTP; Fri, 19 Dec 2008 06:40:39 -0800 (PST) Message-ID: <98b8086f0812190640l6a2dd6bcm179031e36a50a122@mail.gmail.com> Date: Fri, 19 Dec 2008 15:40:39 +0100 To: "PHP Developers Mailing List" In-Reply-To: <494BB04C.40603@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <69.22.48223.7E389494@pb1.pair.com> <494A3B12.80509@dmi.me.uk> <494ABFD8.2090406@suse.de> <494ACAA8.6080600@dmi.me.uk> <494ACEAE.2090700@gmail.com> <494AD2AF.9000702@gmail.com> <2dedb8a0812181823q53a3b464oc1e2e2bd37792f98@mail.gmail.com> <494BB04C.40603@gmail.com> Subject: Re: [PHP-DEV] Q on Primitives From: troelskn@gmail.com ("troels knak-nielsen") On Fri, Dec 19, 2008 at 3:31 PM, Nathan Rixham wrote: > type hints are all ready there so adding primitives /should/ be possible > without any bc issues PHP is loosely typed. Adding typehints to primitives would change this. The only reason that it is working with object types, is because you can't automatically coerce object types anyway. -- troels