Date: 11/17/01
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/faq com.xml html.xml"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /ar .cvsignore Translators bookinfo.xml language-defs.ent language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: mfischer <email protected>
Operating system:
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: Documentation for <email protected> is missing
The documentation about classes/objects misses that you actually can
prevent exposing errors in the constructor by using <email protected>
And, it should also mentioned that you can't use the '@' operator with
&new.
$obj = <email protected> classname; // ok, works
$obj = @&new classname; // parser error
&new classname is a special case, therefore you can't "mute" it.
-- Edit bug report at: http://bugs.php.net/?id=14094&edit=1
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/faq com.xml html.xml"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /ar .cvsignore Translators bookinfo.xml language-defs.ent language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

