- Output for 7.0.0 - 7.2.0
- 1. From Outside Of An Instance/Class: ----- 1.1 access to properties ----- descendant's public var descendant's static var descendant's static var ----- 1.2 access to methods ----- descendant's publicMethod in object context descendant's staticMethod in static context Deprecated: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 155 descendant's publicMethod in static context descendant's staticMethod in static context Deprecated: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 158 descendant's publicMethod in static context descendant's staticMethod in static context 2. From Inside Of An Instance/Class: ----- 2.1 access to properties from public context ----- descendant's public var descendant's static var descendant's static var ----- 2.2 access to properties from static context ----- descendant's static var ----- 2.3 access to methods from public context ----- descendant's publicMethod in object context descendant's staticMethod in static context descendant's publicMethod in object context descendant's staticMethod in static context descendant's publicMethod in object context descendant's staticMethod in static context ----- 2.4 access to methods from static context ----- Deprecated: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 116 descendant's publicMethod in static context descendant's staticMethod in static context 3. From Inside with 'forwarding calls' : ----- 2.4 self from public context ----- descendant's publicMethod in object context ancestor's publicMethod2 is in object context descendant's publicMethod3 in object context descendant's staticMethod in static context ancestor's staticMethod2 in static context descendant's staticMethod3 in static context ----- 2.4 self from static context ----- Deprecated: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 130 descendant's publicMethod in static context Deprecated: Non-static method Ancestor::publicMethod2() should not be called statically in /in/n7Gtu on line 131 ancestor's publicMethod2 is in static context Deprecated: Non-static method Descendant::publicMethod3() should not be called statically in /in/n7Gtu on line 132 descendant's publicMethod3 in static context descendant's staticMethod in static context ancestor's staticMethod2 in static context descendant's staticMethod3 in static context
- Output for 5.3.18 - 5.6.28
- 1. From Outside Of An Instance/Class: ----- 1.1 access to properties ----- descendant's public var descendant's static var descendant's static var ----- 1.2 access to methods ----- descendant's publicMethod in object context descendant's staticMethod in static context Strict Standards: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 155 descendant's publicMethod in static context descendant's staticMethod in static context Strict Standards: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 158 descendant's publicMethod in static context descendant's staticMethod in static context 2. From Inside Of An Instance/Class: ----- 2.1 access to properties from public context ----- descendant's public var descendant's static var descendant's static var ----- 2.2 access to properties from static context ----- descendant's static var ----- 2.3 access to methods from public context ----- descendant's publicMethod in object context descendant's staticMethod in static context descendant's publicMethod in object context descendant's staticMethod in static context descendant's publicMethod in object context descendant's staticMethod in static context ----- 2.4 access to methods from static context ----- Strict Standards: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 116 descendant's publicMethod in static context descendant's staticMethod in static context 3. From Inside with 'forwarding calls' : ----- 2.4 self from public context ----- descendant's publicMethod in object context ancestor's publicMethod2 is in object context descendant's publicMethod3 in object context descendant's staticMethod in static context ancestor's staticMethod2 in static context descendant's staticMethod3 in static context ----- 2.4 self from static context ----- Strict Standards: Non-static method Descendant::publicMethod() should not be called statically in /in/n7Gtu on line 130 descendant's publicMethod in static context Strict Standards: Non-static method Ancestor::publicMethod2() should not be called statically in /in/n7Gtu on line 131 ancestor's publicMethod2 is in static context Strict Standards: Non-static method Descendant::publicMethod3() should not be called statically in /in/n7Gtu on line 132 descendant's publicMethod3 in static context descendant's staticMethod in static context ancestor's staticMethod2 in static context descendant's staticMethod3 in static context