Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed From: Stanislav Malyshev (stas <email protected>)
Date: 07/09/00

w>> I wanted to find out how many nesting levels are allowed, but after
w>> class "a" gets instanciated from inside of "b", PHP crashes, that should
w>> not be.

And what did you expect? You tried to crash it, you succeeded. Infinite
recursion leads to crash. Try it in C, you get the same.

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>