Re: [PHP-DEV] "::" meaning and documentation From: Stanislav Malyshev (stas <email protected>)
Date: 06/26/00

UW>> One final question: why does it create a new object? I'm not calling it

Because PHP is always auto-creates variables when you access them first
time. If this variable is accessed as an object, it's auto-created as an
object of class "stdClass".

-- 
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>