I want extend class which have final constructor (in my case it\'s SimpleXMLElement), but i have problems because when i use:
class myclass extends Simpl
I know this is an old post but I had a similar problem just now. I was actually including the same class file twice. Use include_once() or require_once() instead of include() or require().