Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:508 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50334 invoked from network); 30 Mar 2003 18:43:40 -0000 Received: from unknown (HELO bela.bezeqint.net) (192.115.106.24) by pb1.pair.com with SMTP; 30 Mar 2003 18:43:40 -0000 Received: from mr5.bezeqint.net (pip-17.bezeqint.net [192.115.106.17]) by bela.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id A65DD34186 for ; Sun, 30 Mar 2003 21:43:04 +0300 (IDT) Received: from mail.zend.com (bzq-117-235-230.cust.bezeqint.net [192.117.235.230]) by mr5.bezeqint.net (Mirapoint Messaging Server MOS 3.3.3-GR) with SMTP id ADZ82530; Sun, 30 Mar 2003 21:43:35 +0300 (IDT) Received: (qmail 15120 invoked from network); 30 Mar 2003 18:43:29 -0000 Received: from localhost (HELO andi-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 30 Mar 2003 18:43:29 -0000 Message-ID: <5.1.0.14.2.20030330204246.03272eb0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 30 Mar 2003 20:44:15 +0300 To: Andrei Zmievski , PHP Internals In-Reply-To: <20030329203729.GG23063@hyperion.gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Reflection API RFC From: andi@zend.com (Andi Gutmans) References: <20030329203729.GG23063@hyperion.gravitonic.com> At 03:37 PM 3/29/2003 -0500, Andrei Zmievski wrote: >I have the first draft of PHP 5 reflection API ready. You can find it >at: > > http://www.gravitonic.com/software/php/reflection.txt > >Comments and suggestions are appreciated. By the way, I might have missed it,but maybe we should have a way to check if the method was defined in the specific class or if it is inherited. Andi