Hi, i made a major programing mistake this mornning. It probably helped
me to figure out a bug in PHP 5. But i would like to confirme with more
people...

class MyClass{
        public MylClass(){
                $this->MyFunc();
        }

        private MyFunc(){
                $this->MyFunc();
        }
}

Avisously this loops indefinitly :)

But the script never ended will i this it should have been right ?

I haven't seen any bug reports for PHP5 but anybody have experienced
this issu befor ?

Thanks





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to