示例#1
0
文件: classes.php 项目: pixlr/zce-3
 public function __construct()
 {
     // emits E_STRICT: redefine constructor
     echo 'TT new style constructor runs' . PHP_EOL;
     $this->copy = T::getNew();
 }