- Output for 7.0.0 - 7.2.0
- descendant's public var descendant's static var Notice: Accessing static property Descendant::$staticVar as non static in /in/EuOtO on line 58 Notice: Undefined property: Descendant::$staticVar in /in/EuOtO on line 58 ancestor's static var descendant's static var
- Output for 5.3.18 - 5.6.28
- descendant's public var descendant's static var Strict Standards: Accessing static property Descendant::$staticVar as non static in /in/EuOtO on line 58 Notice: Undefined property: Descendant::$staticVar in /in/EuOtO on line 58 ancestor's static var descendant's static var