Definitely a copy if you're drunk after all those beers..

(sorry couldn't resist)

Fab.
----- Original Message ----- 
From: "medvitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 14, 2002 10:33 AM
Subject: [PHP-DEV] Constant Classes


> 
> 
> This may have been addressed already but:
> 
> If I have the following code:
> 
> class Beer
> {
>    ...
> }
> 
> $a = new Beer();
> 
> define('BaseBeer', $a);
> 
> $b = BaseBeer;
> 
> 
> Will $a & $b be the same object or will $b be a copy.  (Under ZE2).
> 
> 
> Thx.
> 
> Medvitz
> 
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

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

Reply via email to