Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49158 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81371 invoked from network); 29 Jul 2010 01:49:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2010 01:49:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 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: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:45325] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/68-21430-21ED05C4 for ; Wed, 28 Jul 2010 21:49:07 -0400 Received: by bwz11 with SMTP id 11so53577bwz.29 for ; Wed, 28 Jul 2010 18:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=15lWrVfvwG9Eu5xxtVBmsWrPtqpcwYcjbg1TycrlaOQ=; b=LwS9OuDSZKg0DdVkRqEWZSceZmIv5iA8vY01fnofJAkxoRoGWdCNsqXTtDCpNPsKdl UTkhdQ/VNxJkzdYBfSHFd5x5ElZvN7V5F7UvATbjN7VFGcWKc744Z3oqE3CtYklLO9dT MhydvGY9mNgiX4VWHMUFQhDkJUJPIdmUxZHk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JVcuGlvx7yoghCh1xPraYb2rYI4xBKcH4XJLs27lsgUNRh7QLP23H8nqEqFS+/TTBi 7uvE6xvBoFWGHs8SMgMB437HvMTHinBTqwWiDl0JilX1ThcwJ4v6BbnTAr9Qq+Fcw1pQ N3ngKBANjQ/g5ROguOdI4Y+85LX9kKC7apREo= MIME-Version: 1.0 Received: by 10.204.178.136 with SMTP id bm8mr8246754bkb.62.1280368143958; Wed, 28 Jul 2010 18:49:03 -0700 (PDT) Received: by 10.204.71.203 with HTTP; Wed, 28 Jul 2010 18:49:03 -0700 (PDT) Date: Wed, 28 Jul 2010 22:49:03 -0300 Message-ID: To: internals Content-Type: multipart/alternative; boundary=0016e6d99bfb670352048c7cf065 Subject: [RFC] Return type-hint From: felipensp@gmail.com (Felipe Pena) --0016e6d99bfb670352048c7cf065 Content-Type: text/plain; charset=UTF-8 Hi all, I've updated the patch and the RFC that proposes the return type-hint implementation (Engine + Reflection). The proposed implementation is working just like the last changes in the parameter type-hint (in trunk). i.e. working with the "scalar" and "numeric" pseudo-types. http://wiki.php.net/rfc/returntypehint Thoughts? -- Regards, Felipe Pena --0016e6d99bfb670352048c7cf065--