ID: 10910
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating system:
PHP Version: 4.0 Latest CVS (2001-05-16)
Assigned To:
Comments:
no way, initializer values have to be constants
use a constructor to initialize instead
Previous Comments:
---------------------------------------------------------------------------
[2001-05-16 17:07:16] [EMAIL PROTECTED]
class foo {
var $bar = "Some string";
var $baz = new some_other_class_i_defined;
}
I would like for that to work, please. ;)
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10910&edit=2
--
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]