From:             [EMAIL PROTECTED]
Operating system: Any
PHP version:      4.0 Latest CVS (2001-06-27)
PHP Bug Type:     Documentation problem
Bug description:  Clarification of $foo = new Class and $foo = &new Class

The "References" section of the documentation needs more clarification of the 
difference between:

$foo = new Class;
and
$foo = &new Class;

and when or if each should be used.



-- 
Edit Bug report at: http://bugs.php.net/?id=11719&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to