Re: [PHP-DEV] segfault with ze2 #3

2003-03-23 Thread Stanislav Malyshev
This one should be fixed now. SH>> > class Bar { SH>> function boom() { SH>> echo "BOOM!\n"; SH>> } SH>> } SH>> SH>> import Bar; SH>> SH>> $b = new Bar; SH>> $b->boom(); SH>> ?> SH>> SH>> The import parse error will cause a segfault. SH>>

Re: [PHP-DEV] segfault with ze2 #3

2003-03-23 Thread Sterling Hughes
On Sun, 2003-03-23 at 11:47, Sterling Hughes wrote: > namespace Foo { > class Bar { > function boom() { > echo "BOOM!\n"; > } > } > > import Bar; > > $b = new Bar; > $b->boom(); > ?> > > The import parse

[PHP-DEV] segfault with ze2 #3

2003-03-23 Thread Sterling Hughes
boom(); ?> The import parse error will cause a segfault. -Sterling -- "Programming today is a race between software engineers stirring to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Unk