The problem you found seems identical to the bug #24658. http://bugs.php.net/bug.php?id=24658
Anyway, thanks for the report. Moriyoshi "Tom Fishwick" <[EMAIL PROTECTED]> wrote: > Hi, I was trying out the class type hints feature, and > > <? > class P { } > > function func(P $p) { } > > $p = new P; > > func(&$p); > ?> > > that causes a segfault. Doing function func(P &$p), also causes a > segfault. I'm using todays snapshot. Here's a bt. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php