Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15320 invoked by uid 1010); 1 Mar 2004 13:55:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15296 invoked from network); 1 Mar 2004 13:55:33 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 1 Mar 2004 13:55:33 -0000 Received: (qmail 1898 invoked from network); 1 Mar 2004 13:55:30 -0000 Received: from guardian.zend.office (HELO AndiNotebook.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 1 Mar 2004 13:55:30 -0000 Message-ID: <5.1.0.14.2.20040301155511.02242d60@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 01 Mar 2004 15:55:30 +0200 To: Andrey Hristov ,internals@lists.php.net In-Reply-To: <404334BA.2010509@hristov.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Segfault in Reflection From: andi@zend.com (Andi Gutmans) References: <404334BA.2010509@hristov.com> Did this happen after my commit or is it a general problem? Andi At 02:03 PM 3/1/2004 +0100, Andrey Hristov wrote: > Hi, >this : >php -r 'class a{function a(){}} $a=new >Reflection_Class("a");$b=$a->getMethod("a"); $b->invoke(NULL);' > >segfaults on my machine and generates bus error on Jan Lehnardt's machine. > >Andrey > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php