ID: 2599
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Assigned To: 
Comments:

i believe this is by design. i'll let zeev close it if so.

Previous Comments:
---------------------------------------------------------------------------

[1999-10-25 04:21:28] [EMAIL PROTECTED]
Variable declarations in classes can't refer to other
variables in that class, only value assigments are
allowed. The following example does not work:

class test
{ var $testvar = "this is a test";
  var $test2 = $this->testvar;
}

Would be nice if such things were possible.



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=2599&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]

Reply via email to