Bug #2508
Object variables which obtain their value from Super Globals are not available in child classes
Start date:
2009-01-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
When a class variable like $this->SERVER obtains the value from a super global like $_SERVER and the global variable is replaced by the SuperGlobalReplacement, the class variable can not be accessed from a child class.