Date: 06/10/02
- Next message: Markus Fischer: "[PHP-DOC] cvs: phpdoc /en/language oop.xml references.xml"
- Previous message: mfischer <email protected>: "[PHP-DOC] Bug #13919 Updated: flock not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 14094
Updated by: mfischer <email protected>
Reported By: mfischer <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: 4.0.6
New Comment:
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.
Again me ...
Previous Comments:
------------------------------------------------------------------------
[2001-11-17 17:01:46] mfischer <email protected>
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 this bug report at http://bugs.php.net/?id=14094&edit=1
- Next message: Markus Fischer: "[PHP-DOC] cvs: phpdoc /en/language oop.xml references.xml"
- Previous message: mfischer <email protected>: "[PHP-DOC] Bug #13919 Updated: flock not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

