Date: 06/27/01
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] experimental manual source for advanced translation handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: danbeck <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
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] experimental manual source for advanced translation handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

