ID: 27145 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Zend Engine 2 problem Operating System: linux PHP Version: 5CVS-2004-02-04 (dev) Assigned To: iliaa New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-02-04 11:04:25] [EMAIL PROTECTED] Assigned to ilia (he has a fix) ------------------------------------------------------------------------ [2004-02-04 11:03:24] [EMAIL PROTECTED] Description: ------------ Object property name is not unmangled before printing in an compile error. Reproduce code: --------------- php -r 'class a { protected static $v = "aa";} class b extends a{ protected static $v="bb";}' Expected result: ---------------- PHP Fatal error: Cannot redeclare property static protected a::$v in class b in Command line code on line 1 Actual result: -------------- PHP Fatal error: Cannot redeclare property static protected a::$ in class b in Command line code on line 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27145&edit=1