Edit report at http://bugs.php.net/bug.php?id=52245&edit=1
ID: 52245
User updated by:phpamid at gmail dot com
Reported by:phpamid at gmail dot com
Summary:Private member of parent class accessible from child
class.
-St
Edit report at http://bugs.php.net/bug.php?id=52245&edit=1
ID: 52245
User updated by: phpamid at gmail dot com
Reported by: phpamid at gmail dot com
Summary: Private member of parent class accessible from child
class.
Status: B
Edit report at http://bugs.php.net/bug.php?id=52245&edit=1
ID: 52245
User updated by: phpamid at gmail dot com
Reported by: phpamid at gmail dot com
Summary: Private member of parent class accessible from child
class.
Status:
Edit report at http://bugs.php.net/bug.php?id=52245&edit=1
ID: 52245
User updated by: phpamid at gmail dot com
Reported by: phpamid at gmail dot com
Summary: Private member of parent class accessible from child
class.
Status:
From:
Operating system: Windows 7 x64
PHP version: 5.3.2
Package: *General Issues
Bug Type: Bug
Bug description:Private member of parent class accessible from child class.
Description:
my_private_member;
}
}
class Son extends Father {