Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 105 invoked by uid 1010); 1 Mar 2004 13:47:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99937 invoked from network); 1 Mar 2004 13:47:42 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 1 Mar 2004 13:47:42 -0000 Received: from lea.webgate.bg ([212.50.2.129] helo=hristov.com) by iko.gotobg.net with asmtp (Exim 4.24) id 1Axnln-0003K8-AJ for internals@lists.php.net; Mon, 01 Mar 2004 15:47:45 +0200 Message-ID: <404334BA.2010509@hristov.com> Date: Mon, 01 Mar 2004 14:03:54 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com Subject: Segfault in Reflection From: php@hristov.com (Andrey Hristov) 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