Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82727 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51945 invoked from network); 15 Feb 2015 15:24:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2015 15:24:10 -0000 Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:63128] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/D6-06835-91AB0E45 for ; Sun, 15 Feb 2015 10:24:09 -0500 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id 794F44B0218; Sun, 15 Feb 2015 16:23:55 +0100 (CET) Reply-To: To: "'Matteo Beccati'" , "'Philip Sturgeon'" Cc: , "'Andrea Faulds'" , "'Sara Golemon'" References: <54CC8E81.3020104@beccati.com> <746466D2-F3DB-4561-8C78-8685CC8F7EE7@ajf.me> <54DFAEC6.2050903@beccati.com> <54E066B0.1040501@beccati.com> In-Reply-To: <54E066B0.1040501@beccati.com> Date: Sun, 15 Feb 2015 16:24:05 +0100 Message-ID: <000901d04933$6fd56480$4f802d80$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQI8UPE+SIsi3m2jZUA94FftgIAtoQH/oR8lAeC8o4ECf8xOWwDVZW9bAgxpzYwCGNzUOgFWv++tm7Q1StA= Content-Language: fr X-Antivirus: avast! (VPS 150215-0, 15/02/2015), Outbound message X-Antivirus-Status: Clean Subject: RE: [PHP-DEV] [RFC][DISCUSSION] ReflectionParameter::getClassName() From: francois@php.net (=?utf-8?Q?Fran=C3=A7ois_Laupretre?=) > De : Matteo Beccati [mailto:php@beccati.com] > > The new methods are: >=20 > * ReflectionFunctionAbstract::hasReturnTypeAnnotation() > * ReflectionFunctionAbstract::getReturnTypeAnnotation() > * ReflectionTypeAnnotation::isInstance() I agree Reflection must support hinting but annotations, int the PHP = world, are a different concept and don't have anything to do here. OK = for ReflectionTypeHint, but not for ReflectionTypeAnnotation. Regards Fran=C3=A7ois