From:
Operating system: *
PHP version: Irrelevant
Package: Class/Object related
Bug Type: Feature/Change Request
Bug description:New magic method for procedural calls on object.
Description:
Classic style:
Object style:
ksort();
$oa->is_ar
ID: 49121
User updated by: jay at jay dot cz
Reported By: jay at jay dot cz
Status: Open
Bug Type: Class/Object related
Operating System: ubuntu linux
PHP Version: 5.2.10
New Comment:
"Private limits visibility only to the class that define
From: jay at jay dot cz
Operating system: ubuntu linux
PHP version: 5.2.10
PHP Bug Type: Class/Object related
Bug description: private var accessible from static class
Description:
Private property of initialized class, is accessible from static version
of the