[PHP-DEV] Bug #701 Updated: object references are inconsistent From: Bug Database (php-dev <email protected>)
Date: 08/30/98

ID: 701
Updated by: zeev
Reported By: z-kimmel <email protected>
Status: Closed
Bug Type: Parser error
Assigned To:
Comments:

There's no concept of references in PHP, even though there
might be in the future (the word 'might' is intentional).

Your example behaves exactly as expected, once you
understand that two variables never point to the same
data (except for one specific case, which is passing by
reference in function calls).

Full Bug description available at: http://ca.php.net/bugs.php3?id=701

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>