Date: 06/26/00
- Next message: Olivier Cahagne: "Re: [PHP-DEV] 4.0.1 Release Candidate packaged"
- Previous message: markus.bertschmann <email protected>: "[PHP-DEV] Re: PHP 4.0 Bug #5170 Updated: variables from java-skript to php4 in a form are not transmitted (only URL)"
- In reply to: Ulf Wendel: "Re: [PHP-DEV] "::" meaning and documentation"
- Next in thread: Stefan Livieratos: "Re: [PHP-DEV] "::" meaning and documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Olivier Cahagne: "Re: [PHP-DEV] 4.0.1 Release Candidate packaged"
- Previous message: markus.bertschmann <email protected>: "[PHP-DEV] Re: PHP 4.0 Bug #5170 Updated: variables from java-skript to php4 in a form are not transmitted (only URL)"
- In reply to: Ulf Wendel: "Re: [PHP-DEV] "::" meaning and documentation"
- Next in thread: Stefan Livieratos: "Re: [PHP-DEV] "::" meaning and documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

