php extends

…kinda funny note found in PHP’s definition of the keyword ‘extends’ :

[…] The extended or derived class has all variables and functions of the base class (this is called ‘inheritance’ despite the fact that nobody died) and what you add in the extended definition. […]