ID:               27145
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         Zend Engine 2 problem
 Operating System: linux
 PHP Version:      5CVS-2004-02-04 (dev)
-Assigned To:      
+Assigned To:      iliaa
 New Comment:

Assigned to ilia (he has a fix)


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

[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

Reply via email to