Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94179 invoked from network); 19 Dec 2008 02:23:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2008 02:23:30 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:54469] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/70-09584-0A50B494 for ; Thu, 18 Dec 2008 21:23:29 -0500 Received: by bwz14 with SMTP id 14so2317406bwz.23 for ; Thu, 18 Dec 2008 18:23:26 -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:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=sfBu+Pli2UVriBkxqQZRl5oin4aL/4d0dQxBwUsva+M=; b=LOXrD5iGVOF5rL/IoYDnQFgWkxF1B4GCyOA15HxRtcC2h3C5wo+F9Buf0t9vrPW8hv hfosAcdziipnBxAskuerUunvyOSOVTf62p4XyAKvA1UxgkFeJaoqIcKEswp6eWeehoQY 4p13ytr9ERYSHJ5ELpl6AKL2tZoy9+U7MFl2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=eZJOq3QTPBOK1L4xHd3o8ezv6wQW+rx+deiscR3d5Tan1GL4zx8z8yu7bvJD8JDGXe 5hzV+4xNQlHo1vuFPm/YtX1422yqZmD9wLYdmlnEByGHXJTeZUnqKLTkPvWppZRBnggP xy5mO21Usj6HHQZU5KtaVCcDwzhtW0iC+bU4Q= Received: by 10.223.108.211 with SMTP id g19mr2426127fap.39.1229653406142; Thu, 18 Dec 2008 18:23:26 -0800 (PST) Received: by 10.223.119.132 with HTTP; Thu, 18 Dec 2008 18:23:26 -0800 (PST) Message-ID: <2dedb8a0812181823q53a3b464oc1e2e2bd37792f98@mail.gmail.com> Date: Fri, 19 Dec 2008 03:23:26 +0100 Sender: kalle.php@gmail.com To: "Nathan Rixham" Cc: "Dave Ingram" , "=?ISO-8859-1?Q?Cristian_Rodr=EDguez?=" , internals@lists.php.net In-Reply-To: <494AD2AF.9000702@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> X-Google-Sender-Auth: 0302ab1039114659 Subject: Re: [PHP-DEV] Q on Primitives From: kalle@php.net ("Kalle Sommer Nielsen") 2008/12/18 Nathan Rixham : > Nathan Rixham wrote: > > and strongly typed returns.. nearly forgot > > public static function parseByte( Number $var ):bool { > or > public static function bool parseByte( Number $var ) { > > or such like > Theres already an RFC for this: http://wiki.php.net/rfc/typehint -- Kalle Sommer Nielsen