public function __construct() { // emits E_STRICT: redefine constructor echo 'TT new style constructor runs' . PHP_EOL; $this->copy = T::getNew(); }