On Wed, 31 Mar 2004, Antony Dovgal wrote:

> Hi all!
>
> This small script:
> <?
>
> class test {
>       var $a = false;
>       var $x = false;
>
>       function getA() {
>               if (!$this->x) { // yep, I know, it's infinite loop

PHP always crashes on infinite loops as you might be aware off. You'll
have to live with it.

regards,
Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to