Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36379 invoked from network); 7 Apr 2008 12:28:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2008 12:28:27 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 216.239.58.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 216.239.58.184 gv-out-0910.google.com Received: from [216.239.58.184] ([216.239.58.184:14102] helo=gv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/B1-25237-9631AF74 for ; Mon, 07 Apr 2008 08:28:27 -0400 Received: by gv-out-0910.google.com with SMTP id s4so157407gve.37 for ; Mon, 07 Apr 2008 05:28:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=rVsV2cifucQ87KsnEemRRwP4Q+nyLlMdlpzaqcdVlZs=; b=Sx9PtlfbXMgPfB+iFbtiiNge3VpU3cVjXnFIj0YcaGF3bntmw+paoGej5Dz+Z3/a9sP8ISzUJ76ZqwMkeQ0PmLWqYPPxHiupz11oUjdEDF8MV78p8zChsmoIhcBVz96th/iNCKKySzNpwuwN/dpi/SYGw1+4GqtEn5dtCSKB6eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=c/E3tHW2qUPNMJGrhuPZy+9l9NhSCvCFaZW6oP96eL27vw0lSgoRHuKGAJcM7cb/nB5X4OPj8CKR33psPa/XKiLbJSALkIcay+Bw1bMth3Zdz439FTGh/PDHCL9fvhk0Wo9e+CBhw4PxZA27UUcXrecpihCTgz0p6GC+xnWx9Jg= Received: by 10.151.50.11 with SMTP id c11mr2666825ybk.221.1207571301036; Mon, 07 Apr 2008 05:28:21 -0700 (PDT) Received: from ?10.0.18.8? ( [157.86.206.62]) by mx.google.com with ESMTPS id w43sm8905495hsa.3.2008.04.07.05.28.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Apr 2008 05:28:20 -0700 (PDT) To: kalle@zesix.com Cc: internals@lists.php.net In-Reply-To: <20080407013257.idn4b6sfwkc40c4c@zesix.com> References: <1207539695.5736.42.camel@pena> <20080407013257.idn4b6sfwkc40c4c@zesix.com> Content-Type: text/plain; charset=UTF-8 Date: Mon, 07 Apr 2008 09:28:16 -0300 Message-ID: <1207571296.5331.23.camel@felipe> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Return type hints From: felipensp@gmail.com (Felipe Pena) Em Seg, 2008-04-07 às 01:32 -0700, kalle@zesix.com escreveu: > > > > :: Question ---------------------------- > > - Weird syntax? | > > ---------------------------------------- > > > > The syntax with the type casting seems abit weird as I've wrote above, I > would suggest perhaps making each datatype name a reserved keyword, eg. > int, integer, bool, bolean ect. I really tried avoid this. This is the reason for two notations. -- Regards, Felipe Pena.