Deprecated features in PHP 5.6.xCalls from incompatible context
Methods called from an incompatible context are now deprecated, and will
generate An example of such a call is:
The above example will output: Deprecated: Non-static method A::f() should not be called statically, assuming $this from incompatible context in - on line 7 B $HTTP_RAW_POST_DATA and
|