unread
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
unread
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