Is there a way around the following:
class static extends parents {
// etc
}
Where 'static' is the name of the class and 'parents' is a legal extended class name.
The following throws this error:
Parse error: syntax error, unexpected T_STATIC, expecting T_STRING
Any help/suggestions would be gratefully appreciated.