From: sveta at microbecal dot com Operating system: Windows XP PHP version: 5.0.0 PHP Bug Type: Documentation problem Bug description: Wrong interface description
Description: ------------ In manual I see: Object interfaces allow you to create code which specifies which methods and *variables* a class must implement... But when I try to specifie a variable in my interface, I get next error: Fatal error: Interfaces may not include member variables in blah-blah-blah/script.php on line 25 Reproduce code: --------------- interface Test { public $var; } Expected result: ---------------- Fatal error: Interfaces may not include member variables in blah-blah-blah/script.php on line 25 -- Edit bug report at http://bugs.php.net/?id=30201&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30201&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30201&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30201&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30201&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30201&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30201&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30201&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30201&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30201&r=support Expected behavior: http://bugs.php.net/fix.php?id=30201&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30201&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30201&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30201&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30201&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30201&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30201&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30201&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30201&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30201&r=mysqlcfg