Community
Participate
Working Groups
Build Identifier: I20110613-1736 Static function of a class will be striked with a line, a sign of deprecated, if there is a deprecated global function with the same name. Reproducible: Always Steps to Reproduce: 1. Create a function foo() and add to it's php doc @deprecated 2. Create class Bar, and add static function foo 3. Call foo from Bar, will be outlined as deprecated
fixed
Verified. Closing