[PHP-DEV] PHP 4.0 Bug #9011 Updated: Only one var allowed in a class

2001-01-30 Thread lyric
ID: 9011 Updated by: lyric Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: Closing Previous Comments: --- [2001-01-30 20:17:45] [EMAIL PROTECTED] You should u

[PHP-DEV] PHP 4.0 Bug #9011 Updated: Only one var allowed in a class

2001-01-30 Thread lyric
ID: 9011 Updated by: lyric Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Assigned To: Comments: You should use $this->balance, not $this->$balance. The latter is equivalent to $this->'', where all your values are being stored. If possible, you might consider raising t