[PHP-DOC] Bug #14094: Documentation for  <<i>email protected</i>> is missing email protected> is missing",1); ?> From: mfischer <email protected>
Date: 11/17/01

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