Which means it should not be static, and you'll get a message from 5.6 onwards:
"Methods called from an incompatible context are now deprecated, and will generate E_DEPRECATED errors when invoked instead of E_STRICT. Support for these calls will be removed in a future version of PHP."
This is true the other way around too, you can not call a non-static method statically anymore.