ID: 20437 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus -Bug Type: Compile Failure +Bug Type: Scripting Engine problem Operating System: BSDI PHP Version: 4.2.1 New Comment:
>From http://www.php.net/manual/en/language.oop.php: Note: In PHP 4, only constant initializers for var variables are allowed. To initialize variables with non-constant values, you need an initialization function which is called automatically when an object is being constructed from the class. Such a function is called a constructor (see below). Previous Comments: ------------------------------------------------------------------------ [2002-11-14 21:45:20] [EMAIL PROTECTED] it seems that i cannot do static $m=1|2|4; getting rid of the static would compile it. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20437&edit=1